Skip to content

Releases: kyocum/disdat

v1.1.3

02 Jul 03:04
2439fc3
Compare
Choose a tag to compare

Fixed an erroneously deleted function needed for disdat-luigi compatibility.

v1.1.3rc0

26 Jun 22:03
2439fc3
Compare
Choose a tag to compare
v1.1.3rc0 Pre-release
Pre-release

release candidate that fixes the availability of the determine_pipe_version method.

rename utility/asyncio_aws_s3 module to aws_s3

14 May 20:45
f2a933f
Compare
Choose a tag to compare

Before the change to use threads instead of multiprocessing, we had a utility/aws_s3.py module. We renamed it to asyncio_aws_s3.py when using threads. However, packages such as disdat-luigi depend on the prior name. There's no reason to change the module name and break upstream clients, so changing it back.

v1.1.1

23 Apr 18:30
5f00398
Compare
Choose a tag to compare

Adding access to the Bundle objects remote_dir field with a property.

v1.1.0

23 Apr 00:41
Compare
Choose a tag to compare

What's Changed

  • Update from multiprocessing to multithreading for s3 use. by @kyocum in #201

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

09 Mar 22:20
7b7dfa7
Compare
Choose a tag to compare

Update pandas and numpy library dependencies, remove six, isort/black formatting.

v1.0.1

18 Apr 17:55
7d6a1d5
Compare
Choose a tag to compare

Move pandas and numpy version compatibility forward

v1.0.0

20 Jan 02:04
86ae185
Compare
Choose a tag to compare

First release of Disdat that only includes the API / CLI for creating and managing bundles. The instrumented form of Luigi, Disdat-Luigi, has been moved to its own repo / package.

v0.9.16

23 Apr 00:00
21385ea
Compare
Choose a tag to compare

Small change to allow users to call disdat.entrypoints.docker_ep with a custom cmd array

v0.9.15

22 Apr 01:12
8eae14a
Compare
Choose a tag to compare

1.) For Disdat-Luigi tasks: do not exec git if env variables describing git repo information exist
2.) Use setuptools_scm for versioning
3.) Place all entrypoints (cli and docker) in one place in repo, enabling users to easily call the Disdat entrypoint if they do not use the Disdat dockerizer.