Skip to content

Commit

Permalink
get ready for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Jun 11, 2024
1 parent 0430dd1 commit b4becd9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/source/ReleaseNotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Pyshepseg Release Notes
=======================

Version 2.0.2 (2024-06-12)
--------------------------

New Features:
* Setup is now fully controlled by pyproject.toml, with no setup.py
* Add support for spatial stats within AWS Batch
* Add --tileprefix in AWS Batch so all temporary S3 files are unique.
This allows multiple concurrent runs.

Bug fixes:
* Add guard against subsampling >100% of the data
* Fix console_scripts syntax

Version 2.0.1 (2024-05-21)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyshepseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"""

SHEPSEG_VERSION = '2.0.1'
SHEPSEG_VERSION = '2.0.2'
__version__ = SHEPSEG_VERSION

0 comments on commit b4becd9

Please sign in to comment.