Skip to content

Releases: allenai/beaker-py

v1.18.8

12 Jul 18:18
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Made WorkspacePermissions.authorizations field optional (users without the right permissions level won't see this field).

Commits

af822e5 (chore) bump version to v1.18.8 for release
a6dd699 Make WorkspacePermissions.authorizations optional

v1.18.7

19 Jun 22:03
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added hostname constraint.

Commits

1317b50 (chore) bump version to v1.18.7 for release
3fa43be add hostname constraint (#241)
fded655 update dev dependencies and docs (#237)

v1.18.6

02 Jun 19:01
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Fixed data validation for DataSource.

Commits

ccbc46b (chore) bump version to v1.18.6 for release
164fc91 fix data validation for DataSource (#236)

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