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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Fixed
13
13
### Security
14
14
15
+
16
+
## [2.3.0]
17
+
### Added
18
+
-[issue/126](https://github.com/podaac/l2ss-py/issues/126): Added flexibility to variable subsetting
19
+
for variables to not have leading slash in the front
20
+
-[issue/136](https://github.com/podaac/l2ss-py/issues/136): Added type annotations throughout the package code
21
+
### Changed
22
+
### Deprecated
23
+
### Removed
24
+
### Fixed
25
+
- PODAAC-5065: integration with SMAP_RSS_L2_SSS_V5, fix way xarray open granules that have `seconds since 2000-1-1 0:0:0 0` as a time unit.
26
+
-[issue/127](https://github.com/podaac/l2ss-py/issues/127): Fixed bug when subsetting variables in grouped datasets. Variable names passed to `subset` will now have `/` replaced by `GROUP_DELIM` so they can be located in flattened datasets
27
+
### Security
28
+
15
29
## [2.2.0]
16
30
### Added
17
31
### Changed
@@ -40,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
54
-[issue/105](https://github.com/podaac/l2ss-py/issues/105): Added function to convert np object to python native objects.
41
55
### Security
42
56
57
+
43
58
## [2.0.0]
44
59
### Added
45
60
-[issue/98](https://github.com/podaac/l2ss-py/issues/98): Added logic to handle time decoding for he5 tai93 files. Changed the min and max inputs to tai93 format and compared to the time format in the file
@@ -51,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
66
-**Breaking Change**[issue/99](https://github.com/podaac/l2ss-py/issues/99): Removed support for python 3.7
52
67
### Fixed
53
68
-[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