Release v0.6.0
PyActiveStorage v0.6.0: What's Changed
Summary
This release contains major upgrades to PyActiveStorage:
- Interface with Reductionist v2 to access files hosted on https NGINX servers
- Full functionality for statistics on select axes
- Full use of Pyfive Datasets loaded from https files as input
- License updated to MIT
Great many thanks to @maxstack for the solid work done on all these enhancements!
List of changes
- Fix S3 Minio Github Actions tests by @valeriupredoi in #298
fill_valuehandling has changed in numpy=2.4.0 by @valeriupredoi in #303- Update license to MIT and setuptools pins by @valeriupredoi in #301
- skip real s3 (with remote Reductionist) test for now by @valeriupredoi in #305
- Change
method: statisticfrom Property to Method to allow egactive.mean(axis=(0, 1))and instriduce comprehensive testing of Reductionist axis implementation by @valeriupredoi in #300 - Switch from
storage_typetointerface_typeby @valeriupredoi in #308 - Allow the use of pyfive.Dataset for interface_type https as well by @valeriupredoi in #309
Full Changelog: v0.5.0...v0.6.0