Releases: appliedAI-Initiative/accsr
Releases · appliedAI-Initiative/accsr
v0.4.8
Release Notes: 0.4.8
Extended RemoteStorage
to support adding extra
to uploaded objects, as well as
customizing the extraction of the remote hash. This is especially useful for azure blobs
storage, since there the attribute .hash
of the remote object doesn't coincide
with the md5 hash of the local file. Using the extra and retrieving the hash from the
metadata allows to circumvent this issue.
v0.4.7
Release Notes: 0.4.7
Enhanced RemoteStorage
- Now absolute paths can be passed to
pull
to reference aremote_path
. The most convenient way of using this new option is to always pass an absolute path aslocal_base_path
General
- Better typing in
remote_storage
module
v0.4.6
Release Notes: 0.4.6
Bugfix release
- Fixed bugs in RemoteStorage related to name collisions and serialization.
Previously it could happen that files would be re-pushed/pulled despite
already existing on the target. - Enhanced tests for RemoteStorage
v0.4.5
Release Notes: 0.4.5
Bugfix release
- Fixed bugs in RemoteStorage related to name collisions and serialization.
Previously it could happen that files would be re-pushed/pulled despite
already existing on the target. - Enhanced tests for RemoteStorage
v0.4.4
Release Notes: 0.4.4
Bugfix release
- Fixed bugs in RemoteStorage related to name collisions and serialization.
Previously it could happen that files would be re-pushed/pulled despite
already existing on the target. - Enhanced tests for RemoteStorage
v0.4.3
Release Notes: 0.4.3
- Reduced public interface of RemoteStorage
- Fixed GH action for releasing to PyPi
v0.4.2
Release Notes: 0.4.2
This is the first documented release of accsr.
The main features are:
- RemoteStorage: Pulling and pushing to arbitrary cloud storage with
transactional safety and dry-run mode. Support for filtering files
to push and pull using glob and regex patterns. - Configuration module: Simplifying creation of programmatically accessible
configurations. Support for reading environment variables, json and yaml files. - Helper functions for downloading and opening archived files.
See the documentation for more details.
Release v0.4.1
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
Changes in this Release
- First Change
- Second Change
Release v0.3.4
Changes in this Release
- First Change
- Second Change