Skip to content

Latest commit

 

History

History
109 lines (53 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

109 lines (53 loc) · 4.83 KB

Changelog

1.3.1 (2023-11-15)

Bug Fixes

  • docs: updated docs to include changelog, added reference for calling gpus in session.create (e58f9be)

1.3.0 (2023-11-14)

Features

  • docs: updates with a new ability to edit docs via PR (aa2314d)

Bug Fixes

1.2.0 (2023-06-08)

Features

  • client: updated client to include skaha version in prep for v1 release (e6360c0)
  • overview: added new overview module (4a6336f)

Bug Fixes

  • 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)

Documentation

1.1.0 (2022-12-16)

Features

  • docs: added build (9049b92)
  • session: create session now embeds two env variables into the container, REPLICA_COUNT and REPLICA_ID (ecbf48a)

Bug Fixes

  • docs: build command issue (becbc60)
  • docs: fixed build issue (98b0543)

1.0.2 (2022-12-15)

Bug Fixes

  • docs: created documentation for the project (e0f5483)

Documentation

  • API-Reference: changed where order of docs (569d34f)

1.0.1 (2022-12-15)

Bug Fixes

  • env: fixed multiple tests and added support for multiple env parameters (c0500bf)

1.0.0 (2022-12-14)

⚠ BREAKING CHANGES

  • 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

Features

  • session: added support for multiple session management (219b74c)
  • sessions: skaha.sessions api deprecated (e184663)

Bug Fixes

  • 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)

Features

  • release-please: implemented (2ac9728)

Bug Fixes

  • gha: fix to release action (cc7b61a)