Recent Releases of craterpy
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.mdandREADME.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.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 - 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.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.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