coralnet / pyspacer

Python based tools for spatial image analysis
MIT License
6 stars 2 forks source link

Python 3.10 support + package updates + more #54

Closed StephenChan closed 1 year ago

StephenChan commented 1 year ago

Software upgrades:

More changes:

At this point I think I understand how PySpacer connects to AWS Batch/ECR, how to update the version on PyPI, and in general how to maintain it as a package.

StephenChan commented 1 year ago

Merged, and bumped version on PyPI to 0.4.0.

Meanwhile, I added as many git tags as I could for past releases of pyspacer, double-checking against the source distributions on PyPI. I only added a tag when there seemed to be a direct match between the corresponding PyPI release and a particular commit-history point on GitHub (only checked by inspection, nothing rigorous like a checksum).

Also deleted the 1.0 tag, since it did not correspond to any PyPI release of pyspacer. It was on PR #3 I believe (preceding the first release).