Skip to content

Commit 58a5434

Browse files
committed
update changelog
1 parent 231154e commit 58a5434

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bioimageio/spec/_upload.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
from .common import HttpUrl, PermissiveFileSource
2424

2525

26+
# TODO: remove alpha stage warning
2627
def upload(
2728
source: Union[PermissiveFileSource, ZipFile, ResourceDescr, BioimageioYamlContent],
2829
/,
2930
) -> HttpUrl:
3031
"""Upload a new resource description (version) to the hypha server to be shared at bioimage.io.
3132
To edit an existing resource **version**, please login to https://bioimage.io and use the web interface.
3233
34+
WARNING: This upload function is in alpha stage and might change in the future.
35+
3336
Args:
3437
source: The resource description to upload.
3538

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This changelog includes implementation details and my reference the [changes to
1212

1313
#### bioimageio.spec 0.5.5.0
1414

15+
note: Not yet released
16+
17+
- added programmatic `uplaod` (alpha stage)
1518
- [generic format 0.3.2 and model format 0.5.5](#generic-032-and-model-055)
1619

1720
#### bioimageio.spec 0.5.4.4

0 commit comments

Comments
 (0)