Releases: allenai/beaker-py
Releases Β· allenai/beaker-py
v1.18.8
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
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
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
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
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
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
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
What's new
Added π
- Added missing field
docker_tag
to Image
.
Commits
5bda049 Add missing docker_tag
to Image
(#219)
v1.18.0
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
What's new
Fixed β
- Fixed bug with dataset download progress bar jumping around.
Commits
6781748 fix bug with dataset download progress bar