Skip to content

Releases: creare-com/podpac

HOTFIX: 3.5.3

08 Jan 13:59
Compare
Choose a tag to compare

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

15 Oct 17:34
Compare
Choose a tag to compare

3.5.2

Bugfixes

  • Corrected issue with algorithm coordinate alignment implementation

3.5.1

18 Sep 17:55
Compare
Choose a tag to compare

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

28 Jun 18:28
Compare
Choose a tag to compare

3.5.0

Features

  • Allows users to specify the name of a node when serializing to json #517
  • Allows users to specify custom style class in json node definition #517

Bugfixes

  • Matplotlib colormap deprecation fix #518
  • Fixed incorrect overview selection in rasterio #519

3.4.1 Point Probe Value Format for Enumerated Legends HOTFIX

04 Mar 16:47
Compare
Choose a tag to compare

Hotfix

  • Deals with 'nan' value for enumerated legends.

3.4.0 Point Probe Value Format Improvement

01 Mar 20:29
Compare
Choose a tag to compare

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

03 Jan 16:43
Compare
Choose a tag to compare

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

02 Jan 15:55
Compare
Choose a tag to compare

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

13 Sep 14:49
Compare
Choose a tag to compare

HOTFIX for coordinate select when bounds are between coordinates.

3.2.1

24 May 15:55
Compare
Choose a tag to compare

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)