1.3.1 (2023-11-15)
- docs: updated docs to include changelog, added reference for calling gpus in session.create (e58f9be)
1.3.0 (2023-11-14)
- docs: updates with a new ability to edit docs via PR (aa2314d)
- docs: updated readme (4b81e7e)
1.2.0 (2023-06-08)
- client: updated client to include skaha version in prep for v1 release (e6360c0)
- overview: added new overview module (4a6336f)
- deps: updates (5644e15)
- session: fix for spawning sessions with gpus (961f766)
- tests: fixed session tests, which now default spawn with name-{replica-id} format (7e48031)
1.1.1 (2022-12-16)
- readme: update (1b975b6)
1.1.0 (2022-12-16)
- docs: added build (9049b92)
- session: create session now embeds two env variables into the container, REPLICA_COUNT and REPLICA_ID (ecbf48a)
1.0.2 (2022-12-15)
- docs: created documentation for the project (e0f5483)
- API-Reference: changed where order of docs (569d34f)
1.0.1 (2022-12-15)
- env: fixed multiple tests and added support for multiple env parameters (c0500bf)
1.0.0 (2022-12-14)
- session: this is a signficant change, breaking all backwards compatibility
- sessions: skaha sessions api is no longer supported, the capability to manage multiple sessions is now provided by default with the skaha.session api itself
- session: added support for multiple session management (219b74c)
- sessions: skaha.sessions api deprecated (e184663)
- client: updated session header to have the correct content-type (3146e41)
- images: images api now always prunes (a436e21)
- pre-commit: fixed broken pre-commit config (baedb82)
- type-hints: fixed broken hints (9f4e9db)
- type-hints: fixed broken type hints (c1d1356)
0.5.0 (2022-12-14)
- release-please: implemented (2ac9728)
- gha: fix to release action (cc7b61a)