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
* /version 2.2.0-alpha.0
* Feature/issue 85 (#112)
* Add initial poetry setup guidance to the README
* Update CHANGELOG "unreleased" with issue 85
* Adding collections UAT: C1242387621-POCLOUD
* Adding collections UAT: C1238658389-POCLOUD
* Feature/issue 115 (#116)
* make note in README of `-E harmony` install option for tests
* Update CHANGELOG.md
Co-authored-by: dkaufma3 <[email protected]>
* Adding collections OPS: C2152045877-POCLOUD
* Feature/issue-110 (#117)
* Add extra line of logic to catch timedelta time cases
* Updated Changelog
* Add logic to handle time attributes for he5 time converted files
* Linted code
* Feature/issue 119 (#120)
* Add extra line of logic to catch timedelta time cases
* Updated Changelog
* Add logic to handle time attributes for he5 time converted files
* Linted code
* Added extra logic for compute time vars for cases without any variables
* change back chunking
* Update Changelog
* Feature/issue 122 (#123)
* Add extra line of logic to catch timedelta time cases
* Updated Changelog
* Add logic to handle time attributes for he5 time converted files
* Linted code
* Fix for ncdataset rename deprication - test writing to follow
* Remove unnecessary comments, changing to issue 119
* Added test and linted for duplicate dimension name change
* Updated Changelog.md
* Release 2.2.0
* /version 2.2.0-rc.1
* Updated to rc.2
* /version 2.2.0-rc.3
Co-authored-by: l2ss-py bot <[email protected]>
Co-authored-by: Daniel Kaufman <[email protected]>
Co-authored-by: podaac-cloud-dsa <[email protected]>
Co-authored-by: Frank Greguska <[email protected]>
Co-authored-by: dkaufma3 <[email protected]>
Co-authored-by: James Wood <[email protected]>
Co-authored-by: Nick Lenssen <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
### Added
9
+
### Changed
10
+
### Deprecated
11
+
### Removed
12
+
### Fixed
13
+
### Security
14
+
15
+
## [2.2.0]
16
+
### Added
17
+
### Changed
18
+
-[issue/115](https://github.com/podaac/l2ss-py/issues/115): Added notes to README about installing "extra" harmony dependencies to avoid test suite fails.
19
+
-[issue/85](https://github.com/podaac/l2ss-py/issues/85): Added initial poetry setup guidance to the README
20
+
-[issue/122](https://github.com/podaac/l2ss-py/issues/122): Changed renaming of duplicate dimension from netcdf4 to xarray per issues in the netcdf.rename function. https://github.com/Unidata/netcdf-c/issues/1672
21
+
### Deprecated
22
+
### Removed
23
+
### Fixed
24
+
-[issue/119](https://github.com/podaac/l2ss-py/issues/119): Add extra line for variables without any dimensions after a squeeze in compute_time_vars():
25
+
-[issue/110](https://github.com/podaac/l2ss-py/issues/110): Get the start date in convert_times and reconvert times into original type in _recombine groups method.
26
+
### Security
8
27
9
28
## [2.1.1]
10
29
### Changed
@@ -32,8 +51,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
51
-**Breaking Change**[issue/99](https://github.com/podaac/l2ss-py/issues/99): Removed support for python 3.7
33
52
### Fixed
34
53
-[issue/95](https://github.com/podaac/l2ss-py/issues/95): Fix non variable subsets for OMI since variables are not in the same group as the lat lon variables
0 commit comments