This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Releases: layerai-archive/sdk
Releases · layerai-archive/sdk
0.10.3150493728
Introduce new Run contract and make run url available from context (#…
0.10.3126802739
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
Label runs (#426) * Ask for higher poetry * Label runs as well * Improve with review
0.10.3105942159
Pass str instead of UUID and separate ray workflow flag (#430)
0.10.3105467854
Adapt executor api changes (#428)
0.10.3084138152
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
Submit workflow to the created cluster (#422)
0.10.3069250865
Fix protobuf transitive dependency version issue (#423) * Upgrade layer-api to fix colab dep * Fix run status new name
0.10.3063897002
Account for user.slice missing in cgroups (#421)
0.10.3054486344
[LAY-3771] Report model errors (#420) * Upgrade to latest layer-api * Wire model train error reporting into status updates