forked from oceanobservatories/stream_engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE_NOTES
More file actions
146 lines (94 loc) · 3.38 KB
/
RELEASE_NOTES
File metadata and controls
146 lines (94 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
NEXT RELEASE
Update xarray from 0.8.2 to 0.9.2
Handle unsigned int8 values in netcdf4 classic
Encode asset management last modified timestamp as string
Release 1.3.3
Update preload database to 1.0.11
Update ion-functions to 2.3.1
Release 1.3.2
Update preload database to 1.0.10
Release 1.3.1
Fix issue with QC results and update numpy
Update preload database to 1.0.9
Release 1.3.0
Updated required packages
- numpy
- numexpr
- scipy
- ooi-data
- flask
- gunicorn
- xarray
- pandas
Release 1.2.10
Fix bugs preventing virtual stream computation
OOI Data version 0.0.5
Preload database version 1.0.8
Release 1.2.9
Issue #12040 - parameter resolution error
Issue #10396 - parameter resolution error
Issue #4107 - dissolved oxygen computation fixes
Issue #9011 - dissolved oxygen computation fixes
Release 1.2.8
Issue #12035
- Update resolution of L2 parameters that depend on other L2
Release 1.2.7
Migrate preload data model to ooi_data
Release 1.2.6
Issue #10777
- Don't report all data masked when querying virtual streams
Release 1.2.5
Issue #11871
- Don't consider out-of-range bins when computing particle count estimate
Issue #11783 Add QC Flag to annotations
- Updated AnnotationRecord to include QCFlag
Release 1.2.4
Issue #11952
- Updated aggregation response to be JSON (was plain string)
Issue #11861
- QC executed and QC results variables are incorrectly typed
Issue #10777
- modify stream_engine to utilize deployment times to bound product generation requests
Release 1.2.3
Issue #11753
- Aggregation fails when string lengths differ between datasets
Issue #11715
- Added source attribute to the AnnotationRecord class to identify the creator of the data.
Release 1.2.2
Issue #11646
- Production generation fails if no asset management data exists for one or more deployments
Issue #11642
- Bumped preload database pointer (v1.0.1) for "bin sizes incorrect in preload database"
Release 1.2.1
Issue #11371
- Updated NetCDF header sensor asset management information
Release 1.2.0
Issue #11371
- Add sensor asset management information to NetCDF header
Release 1.1.2
Issue #11624
- Aggregation fails for CSV files
Issue #11623
- Aggregation fails if the aggregation host does not have any local files
Issue #11613
- Fixed hard-coded log level in util/gather.py
Release 1.1.1
Issue #11528
- Accept the "execute_dpa" flag. When set to false no data product algorithms will be executed.
Issue #10820
- Stream engine will create a status.txt file containing the string "complete" when aggregation is complete.
Updated preload database pointer
Release 1.1.0
Issue #10820 - NetCDF aggregation
- Stream engine will now aggregate the output from subjobs into one or more larger files
Release 1.0.3
Issue #11497 - Incorrectly building 2D string arrays
- Fixed an issue which caused some queries to abort when the requested stream contains string arrays
Release 1.0.2
Issue #11499 - Simplify overriding configuration values in Stream Engine
- Moved default configuration from config.py to config/default.py
- Created empty config/local.py to contain local config changes
Issue #11439 - Race condition in directory creation
- Fixed a potential race condition in directory creation
Story 1007 - 1.3.6.9.2 Cassandra Fault Resolution: Stream Engine Manager: code to manage product request and sub-request allocation to stream_engines
- Added /estimate endpoint to return file size and request time estimates.