Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Releases: layerai-archive/sdk

0.10.3150493728

29 Sep 10:35
aaf2a65
Compare
Choose a tag to compare
Introduce new Run contract and make run url available from context (#…

0.10.3126802739

26 Sep 10:08
28183d8
Compare
Choose a tag to compare
Allow logging data only for runs (#431)

By setting the env variable 'LAYER_FEATURE_RUNS=True', we
can now do
```
layer.init("my-project", labels=["l1"])
layer.log({"key": 1.0})
```

0.10.3106853441

22 Sep 15:58
b467e76
Compare
Choose a tag to compare
Label runs (#426)

* Ask for higher poetry

* Label runs as well

* Improve with review

0.10.3105942159

22 Sep 13:53
7d44748
Compare
Choose a tag to compare
Pass str instead of UUID and separate ray workflow flag (#430)

0.10.3105467854

22 Sep 12:53
4019b01
Compare
Choose a tag to compare
Adapt executor api changes (#428)

0.10.3084138152

19 Sep 16:54
3c4e503
Compare
Choose a tag to compare
Start a run for each execution (#425)

* Move project initializer to runs/

* Rename InitProjectRunner to RunInitializer

* Move global_context to runs/context

* Rename GlobalContext -> RunContext

* Refactor RunContext to create runs for every invocation

* Start logging run id with every layer.log

0.10.3081287781

19 Sep 09:31
e19a496
Compare
Choose a tag to compare
Submit workflow to the created cluster (#422)

0.10.3069250865

16 Sep 16:28
b2ac860
Compare
Choose a tag to compare
Fix protobuf transitive dependency version issue (#423)

* Upgrade layer-api to fix colab dep

* Fix run status new name

0.10.3063897002

15 Sep 21:50
36a6c9f
Compare
Choose a tag to compare
Account for user.slice missing in cgroups (#421)

0.10.3054486344

14 Sep 16:44
035f849
Compare
Choose a tag to compare
[LAY-3771] Report model errors (#420)

* Upgrade to latest layer-api

* Wire model train error reporting into status updates