Skip to content

Releases: allenai/beaker-py

v1.18.5

25 May 22:15
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added missing field Cluster.allow_preemptible_restriction_exceptions.

Commits

987813c (chore) bump version to v1.18.5 for release
81fb18c Add Cluster.allow_preemptible_restriction_exceptions (#235)

v1.18.4

27 Apr 17:23
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Added support for uploading empty files to datasets.

Commits

1a6b6d8 (chore) bump version to v1.18.4 for release
0ade3d0 support empty dataset files (#229)
191120b add more project links

v1.18.3

19 Apr 19:13
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added missing fields total_size and num_files to DatasetStorage.

Commits

e5364a2 (chore) bump version to v1.18.3 for release
c08c4fd consolidate configuration files into pyproject.toml (#226)

v1.18.2

22 Mar 18:14
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Fixed TaskSpec.constraints to behave like a dictionary for backwards compatibility.

Commits

269d18c (chore) bump version to v1.18.2 for release
5510d4a Fixed TaskSpec.constraints to behave like a dict (#220)
3c060a3 update release notes script

v1.18.1

14 Mar 19:51
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added missing field docker_tag to Image.

Commits

5bda049 Add missing docker_tag to Image (#219)

v1.18.0

08 Mar 01:21
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added missing host_networking, replicas, and leader_selection fields to TaskSpec.

Removed πŸ‘‹

  • Removed the multiprocessing argument to Beaker.dataset.fetch(). After the bug that was fixed in v1.17.6 it's no-longer worth using a ProcessPoolExecutor (in fact it's much slower than the ThreadPoolExecutor).

Commits

51d0459 fix test
1e88cd7 add missing replica fields
de11f0c Remove multiprocessing argument from dataset.fetch()

v1.17.7

20 Feb 20:14
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Fixed bug with dataset download progress bar jumping around.

Commits

6781748 fix bug with dataset download progress bar

v1.17.6

20 Feb 20:06
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Fixed bug causing slow dataset downloads.

Commits

5364ac2 loosen dev dependencies, further perf improvements (#214)
9282bc4 Fix issue with fetching large dataset files (#213)

v1.17.5

18 Feb 00:18
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added new field Job.result, Job.execution.result is deprecated.
  • Added new field Task.replica_rank.

Commits

137d92a add new fields (#211)

v1.17.4

17 Feb 20:44
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Fixed latest tag (was "LATEST", should have been "latest")

Commits

0177a1c Bump version to v1.17.3 for release
a09c77e Add latest Docker image