Recent Releases of craterpy

craterpy - v0.9.4

Fix uv PYPI release

What's Changed

  • Fix release
  • Add savefig option to plot method (closes #89) by @cjtu in https://github.com/cjtu/craterpy/pull/90

Full Changelog: https://github.com/cjtu/craterpy/compare/0.9.3...0.9.4

- Python
Published by cjtu 5 months ago

craterpy - v0.9.3

What's Changed

  • Switch backend to UV by @cjtu in https://github.com/cjtu/craterpy/pull/88

No major changes, testing release with new UV backend

- Python
Published by cjtu 5 months ago

craterpy - v0.9.1

What's Changed

  • Add several tests and improvements by @cjtu in https://github.com/cjtu/craterpy/pull/74
  • standardize docstrings to numpy style (for public methods) by @ariessunfeld in https://github.com/cjtu/craterpy/pull/75
  • Update getting_started.md and README.md; fix Examples syntax by @ariessunfeld in https://github.com/cjtu/craterpy/pull/80
  • simplify README plotting example to remove imshow/imread by @ariessunfeld in https://github.com/cjtu/craterpy/pull/81

Full Changelog: https://github.com/cjtu/craterpy/compare/0.9.0...0.9.1

- Python
Published by cjtu 7 months ago

craterpy - v0.9.0

What's Changed

  • Remove old/unused code by @ariessunfeld in https://github.com/cjtu/craterpy/pull/70
  • Add plot_rois by @cjtu in https://github.com/cjtu/craterpy/pull/68

Full Changelog: https://github.com/cjtu/craterpy/compare/0.8.0...0.9.0

- Python
Published by cjtu 9 months ago

craterpy - v0.8.0

Improve CraterDatabase API

What's Changed

  • added my name to AUTHORS.rst by @ariessunfeld in https://github.com/cjtu/craterpy/pull/53
  • Add add_circles, tests, update documentation by @cjtu in https://github.com/cjtu/craterpy/pull/54
  • add togeojson(), readshapefile() methods, and associated tests by @ariessunfeld in https://github.com/cjtu/craterpy/pull/62

New Contributors

  • @ariessunfeld made their first contribution in https://github.com/cjtu/craterpy/pull/53

Full Changelog: https://github.com/cjtu/craterpy/compare/0.6.0...0.8.0

- Python
Published by cjtu 9 months ago

craterpy - v0.6.0

Introduces the CraterpyDataset for projection-aware region of interest statistics.

What's Changed

  • Rasterstats by @cjtu in https://github.com/cjtu/craterpy/pull/43

Full Changelog: https://github.com/cjtu/craterpy/compare/0.5.2...0.6.0

- Python
Published by cjtu 10 months ago

craterpy - craterpy v0.5.2

Bump minimum python version to 3.8, update dependencies and docs

- Python
Published by cjtu over 3 years ago

craterpy - craterpy v0.5.1

Update metadata

- Python
Published by cjtu over 4 years ago

craterpy - craterpy v0.5.0

Improve CI, documentation and testing.

- Python
Published by cjtu over 4 years ago

craterpy - Alpha release

The alpha release of ACERIM. Central modules are implemented and the build is tested on py2.7 and py3.4 (windows). Docs are available at readthedocs.org and the code is citable via zenodo. Todo: update tutorial, add additional unittests and start testing on Unix platforms (and/or set up continuous integration).

Original: Sep 13, 2017 Edit: May 21, 2021 to fix semantic versioning

- Python
Published by cjtu over 4 years ago

craterpy - craterpy v0.3.0

New craterpy release with some bug fixes and improvements

Original: Apr 8, 2021 Edited: May 21, 2021 to fix semantic versioning

- Python
Published by cjtu over 4 years ago

craterpy - craterpy v0.4.1

Fix project metadata.

- Python
Published by cjtu over 4 years ago

craterpy - craterpy v0.4.0: Switch to rasterio and poetry

Many changes in this version of craterpy: - This release removes the GDAL dependency which caused the package to be much more difficult to install. - Image I/O is now handled completely by rasterio. - The default installation method is now poetry which will hopefully also clear up dependency conflicts. - The build is now tested and passing on macOS and Ubuntu. - More tests were added. - Minor bug fixes.

Waning: There are some API breaking changes in this release! Most notable will be if your workflow accessed gdal attributes or methods through the CraterpyDataset wrapper. It now wraps the rasterio.DatasetReader so you will need to migrate your CraterpyDataset operations to the rasterio syntax (see Switching from GDAL bindings in the rasterio docs)

- Python
Published by cjtu over 4 years ago

craterpy - craterpy-refactoring

Overhaul organization, logic, and name of files and functions for first craterpy release. This release deprecates all previous ACERIM releases.

- Python
Published by cjtu about 8 years ago