Skip to content

Releases: appliedAI-Initiative/accsr

v0.4.8

31 Jul 13:35
Compare
Choose a tag to compare

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

24 May 11:44
Compare
Choose a tag to compare

Release Notes: 0.4.7

Enhanced RemoteStorage

  • Now absolute paths can be passed to pull to reference a remote_path. The most convenient way of using this new option is to always pass an absolute path as local_base_path

General

  • Better typing in remote_storage module

v0.4.6

06 Dec 14:58
Compare
Choose a tag to compare

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

04 Sep 22:13
Compare
Choose a tag to compare

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

01 Mar 23:31
Compare
Choose a tag to compare

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

28 Feb 14:53
Compare
Choose a tag to compare

Release Notes: 0.4.3

  • Reduced public interface of RemoteStorage
  • Fixed GH action for releasing to PyPi

v0.4.2

28 Feb 14:40
Compare
Choose a tag to compare

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

24 Feb 10:40
Compare
Choose a tag to compare

Release v0.4.0

12 Feb 13:17
Compare
Choose a tag to compare

Changes in this Release

  • First Change
  • Second Change

Release v0.3.4

23 Nov 22:49
Compare
Choose a tag to compare

Changes in this Release

  • First Change
  • Second Change