Releases: creare-com/podpac
Releases · creare-com/podpac
HOTFIX: 3.5.3
3.5.3
Bugfixes
- Fixed Python 2/3 compatibility that's not longer supported by Numpy. This prevented PODPAC from using numpy version > 2.
3.5.2
3.5.2
Bugfixes
- Corrected issue with algorithm coordinate alignment implementation
3.5.1
3.5.1 Method Rename in Rasterio Source Window Coordinates HOTFIX
Hotfix
- Changed method name
_get_window_coords_slc
to_get_window_coords
3.5.0
3.4.1 Point Probe Value Format for Enumerated Legends HOTFIX
Hotfix
- Deals with 'nan' value for enumerated legends.
3.4.0 Point Probe Value Format Improvement
Features
- Adds the label next to the value for enumerated legends in the point prober
podpac.core.utils.probe_node
.- Before: "value": 1.0
- After: "value": "1 (Sand)"
HotFIX: timedelta64
3.3.1
Hotfix
- Can now use
np.timedelta64
as a valid type for coordinates (merge issues on 3.3.0 accidentally removed this feature)
3.3.0 Release
3.3.0
Features
- Now supporting custom coordinate dimensions for downstream applications. Just use podpac.utils.add_valid_dimension("my_dimension_name") to register and start using your custom dimension name.
- Can now use np.timedelta64 as a valid type for coordinates
Maintenance
- Removed the "datalib" module, and made it its own package podpacdatalib.
3.2.2
HOTFIX for coordinate select when bounds are between coordinates.
3.2.1
3.2.1
Bugfixes
- Fixed documentation build
- Fixed nearest neighbor interpolation bug where same pixel could
give different values due to rounding ambiguity (0.5-->0, 1.5-->2)