Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# Changelog

## [0.5.1](https://github.com/ndonyapour/sophios/compare/sophios-v0.5.0...sophios-v0.5.1) (2026-08-03)


### Features

* added Python API ([#102](https://github.com/ndonyapour/sophios/issues/102)) ([38fbd19](https://github.com/ndonyapour/sophios/commit/38fbd19bc1a3f51181a7b5f2a22b204c209abd6d))
* code to build pdf copy of the docs ([0f01875](https://github.com/ndonyapour/sophios/commit/0f0187506ac3c07e08997f6bc60b48e7821a5ddb))
* correctly resolve edam format inputs ([df66d0a](https://github.com/ndonyapour/sophios/commit/df66d0aba96e478519efe9973e706653517ee425))
* fix wordings on install docs and refactor clt builder api names ([8d15a9f](https://github.com/ndonyapour/sophios/commit/8d15a9fe82a50e8d43b3829fcab9c572398b21be))
* further simplify API surface and improve names ([4f82bfe](https://github.com/ndonyapour/sophios/commit/4f82bfef13547637e19079530aa0b5640e1491d0))
* **pythonapi:** add Pydantic V2 support ([#152](https://github.com/ndonyapour/sophios/issues/152)) ([16be637](https://github.com/ndonyapour/sophios/commit/16be6376b1814fe6a289880a8ae80f6829badbd5))
* reconcile dev and user RTD docs ([0fb3f4f](https://github.com/ndonyapour/sophios/commit/0fb3f4f9b1612159929000b4a2cd7cde804ad0de))
* regularize and simplify API surface ([1268551](https://github.com/ndonyapour/sophios/commit/12685513fb347952cf5c6bc1a61b9030df5de343))
* revamp dev docs and add edge inference to python workflows API ([9c1b7c1](https://github.com/ndonyapour/sophios/commit/9c1b7c16445a615cde7ed7e589772cb20175a597))


### Bug Fixes

* address the review comments about version management ([03bde5b](https://github.com/ndonyapour/sophios/commit/03bde5bcc0f4241db20b7b5d39e8b2f7c8e7514a))
* API names and client side code ([dac8ef6](https://github.com/ndonyapour/sophios/commit/dac8ef6615b86f728cf9ad914d8cdf7de3dcb111))
* cleanup stale shims and unused _future_ imports ([7575f57](https://github.com/ndonyapour/sophios/commit/7575f578075a6605353a02e45e3e54a31a9a95be))
* dead code removal, stale comment deletion and test streamlining ([9c0208c](https://github.com/ndonyapour/sophios/commit/9c0208cf6c13a08022ba864ad7075eab7d1eae2e))
* fixed mypy errors ([a7e85e2](https://github.com/ndonyapour/sophios/commit/a7e85e2c5a58c9dadd8520da7b09ebc2c9326aca))
* move away versioning from versioneer and simplify release prep ([626919e](https://github.com/ndonyapour/sophios/commit/626919e4249c97ea60d303f64399c2395d33349b))
* **pythonapi:** fix int, float in yaml ([#170](https://github.com/ndonyapour/sophios/issues/170)) ([4a0ccb7](https://github.com/ndonyapour/sophios/commit/4a0ccb7bd456dfe2c2772f6e003a361d5c6e4995))
* **pythonapi:** fix Workflow object ([#135](https://github.com/ndonyapour/sophios/issues/135)) ([cfe1495](https://github.com/ndonyapour/sophios/commit/cfe14959b557b3470c212022ef38b9ea01ecca74))
* remove complicated API surface of submit and update client code ([6ac0e6d](https://github.com/ndonyapour/sophios/commit/6ac0e6d6ca018c95e3c5c79a2a05d1557088814e))
* remove directory creation before run and fix up run_async surface ([2fc6055](https://github.com/ndonyapour/sophios/commit/2fc6055e5aa205837dad5a9e10bfaa335359739c))
* simplify compute request and lint fix ([6a75c36](https://github.com/ndonyapour/sophios/commit/6a75c368d58ae3bd1a15927a9eb73e0afa0c8c13))


### Documentation

* added inline comment for cwl-utils ([28d9591](https://github.com/ndonyapour/sophios/commit/28d959106647f4e9ed736f4720e2a01d22eb038b))
* added type ignore to CWLInputParameter ([aaa2710](https://github.com/ndonyapour/sophios/commit/aaa27105c0b1f046216b7d97604133641f81c7b1))


### Code Refactoring

* improved typehints, addressed mypy ([54d4c3d](https://github.com/ndonyapour/sophios/commit/54d4c3df6ea6d84010222cf6a85d2c315ba756ca))
* **pythonapi:** remove docker checks ([#148](https://github.com/ndonyapour/sophios/issues/148)) ([1724d99](https://github.com/ndonyapour/sophios/commit/1724d9911133809379e83b07dcb7403fc2681870))
* refactored Step init ([303ad35](https://github.com/ndonyapour/sophios/commit/303ad3590805c40dabe8d5b92b8dad571d058f27))

## Changelog

All notable changes to Sophios will be documented in this file.