Skip to content

Releases: corteva/geocube

0.3.3 Release

04 Oct 16:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Other contributions:

Full Changelog: 0.3.2...0.3.3

0.3.2 Release

27 Jun 19:38
Compare
Choose a tag to compare

What's Changed

  • MNT: corrections to setup.cfg; use "pytest"; add "make dist" target by @mwtoews in #111
  • BUG: Write transform on output dataset by @snowman2 in #112

Other contributions

Full Changelog: 0.3.1...0.3.2

0.3.1 Release

03 May 13:31
Compare
Choose a tag to compare

What's Changed

  • TYPE: Modified NDArray import for typing #106

Full Changelog: 0.3.0...0.3.1

0.3.0 Release

02 May 16:48
Compare
Choose a tag to compare

What's Changed

  • TYPE: Add type hints #101
  • BUG: Handle input CRS without EPSG #105

Full Changelog: 0.2.0...0.3.0

0.2.0 Release

30 Mar 18:50
Compare
Choose a tag to compare

What's Changed

Other contributions:

Full Changelog: 0.1.2...0.2.0

0.1.2 Release

14 Feb 20:13
Compare
Choose a tag to compare

What's Changed

  • BUG: Changed width and height order to the one used in rioxarray by @BENR0 in #94

New Contributors

  • @BENR0 made their first contribution in #94

Other contributions:

Full Changelog: 0.1.1...0.1.2

0.1.1 Release

04 Jan 22:17
Compare
Choose a tag to compare

What's Changed

  • DEP: Drop Python 3.7 Support by @snowman2 in #87
  • BUG: Updated logic to skip rasterizing strings for numpy 1.22+ by @snowman2 in #89

Other contributions:

Full Changelog: 0.1.0...0.1.1

0.1.0 Release

22 Oct 16:05
Compare
Choose a tag to compare

Changes

  • ENH: Minimize dtype when possible in geocube.rasterize.rasterize_image (issue #72)
  • REF: remove unnecessary shapely.geometry.mapping in rasterize_image (#80)
  • ENH: vector_data to read path-like objects (pull #81)

Acknowledgements

Contributions for this release. People with a
"+" by their names contributed a patch for the first time.

  • Mike Taves +
  • Alan D. Snow

Other contributions:

  • Justin Gruca - PR reviews

0.0.18 Release

05 Oct 21:02
Compare
Choose a tag to compare

Changes

  • DEP: Explicitly add scipy as dependency (pull #75)

0.0.17 Release

24 May 18:17
Compare
Choose a tag to compare

Changes

  • DEP: Python 3.7+ (#67)
  • REF: Write grid_mapping to encoding instead of attrs (#66)