You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Fixed
13
13
### Security
14
14
15
+
## [1.3.1]
16
+
### Added
17
+
-[issues/50](https://github.com/podaac/l2ss-py/issues/50): Spatial bounds are computed correctly for grouped empty subset operations
18
+
- Added `timeout` option to `cmr-umm-updater`
19
+
### Changed
20
+
- Upgraded `cmr-umm-updater` to 0.2.1
21
+
### Deprecated
22
+
### Removed
23
+
### Fixed
24
+
-[issues/48](https://github.com/podaac/l2ss-py/issues/48): get_epoch_time_var was not able to pick up the 'time' variable for the TROPOMI CH4 collection. Extra elif statement was added to get the full time variable returned.
25
+
-[issues/54](https://github.com/podaac/l2ss-py/issues/54): Skip encoding when xr dataset is empty
26
+
### Security
27
+
15
28
## [1.3.0]
16
29
### Added
17
30
-[issues/27](https://github.com/podaac/l2ss-py/issues/27): Xarray is unable to handle variables with duplicate dimensions. Module dimension_cleanup.py added to handle variables that may have duplicate dimensions. Method remove_duplicate_dims() creates a new dimension identical dimension to the dimensions originally duplicated so the dimension does not need to be duplicated and can have the same shape and values.
0 commit comments