Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Releases: wandelbotsgmbh/wandelscript

v0.9.0

05 Jun 09:09

Choose a tag to compare

v0.9.0 (2025-06-05)

Features

Co-authored-by: Christoph Biering christoph.biering@wandelbots.com


Detailed Changes: v0.8.1...v0.9.0

v0.8.1

27 May 12:32

Choose a tag to compare

v0.8.1 (2025-05-27)

Bug Fixes

  • runner: Transform store to data_dict (#30, b190e6e)

Co-authored-by: Christoph Biering christoph.biering@wandelbots.com


Detailed Changes: v0.8.0...v0.8.1

v0.8.0

27 May 11:45

Choose a tag to compare

v0.8.0 (2025-05-27)

Features

Co-authored-by: Christoph Biering christoph.biering@wandelbots.com


Detailed Changes: v0.7.0...v0.8.0

v0.7.0

26 May 11:33

Choose a tag to compare

v0.7.0 (2025-05-26)

Features

  • RPS-1615: Implemented Nova program runner (#28, 2e6419c)

Co-authored-by: cbiering christoph.biering@wandelbots.com

Co-authored-by: Dirk Sonnemann dirk.sonnemann@wandelbots.com


Detailed Changes: v0.6.0...v0.7.0

v0.6.0

05 May 18:18

Choose a tag to compare

v0.6.0 (2025-05-05)

Features

  • RPS-1482: Foreign functions with automatic type conversion; usable via CLI (#18, 7999674)

Co-authored-by: cbiering christoph.biering@wandelbots.com

Co-authored-by: Dirk Sonnemann dirk.sonnemann@wandelbots.com


Detailed Changes: v0.5.4...v0.6.0

v0.5.4

30 Apr 09:58

Choose a tag to compare

v0.5.4 (2025-04-30)

Bug Fixes

  • RPS-1543: Rename argument in runner.run() (f2d5e96)

...from code to program, in line with the new v2 openapi spec.


Detailed Changes: v0.5.3...v0.5.4

v0.5.3

23 Apr 09:35

Choose a tag to compare

v0.5.3 (2025-04-23)

Chores

  • Relax typer version constraints (cac77f1)

We want to use https://github.com/koxudaxi/fastapi-code-generator

to generate Python stubs from service-manager OpenAPI YAML endpoint definitions. Problem is that this tool requires typer<0.13 to be installed.

Thus relax the constraints on typer.


Detailed Changes: v0.5.2...v0.5.3

v0.5.2

15 Apr 09:44

Choose a tag to compare

v0.5.2 (2025-04-15)

Chores

  • Remove an upper limit to the nova dependency (52eda71)

Detailed Changes: v0.5.1...v0.5.2

v0.5.1

14 Apr 14:21

Choose a tag to compare

v0.5.1 (2025-04-14)

Chores

  • RPS-1557: Adjust files for use with uv (8932246)

Notice especially in the ci-dev.yaml file, a certain change which I believe to fix something formerly incorrect:

  •      poetry install --without dev +          pip install uv +          uv sync --group dev
    

Evidently, the CI invokes ruff and other dev tools, thus, dev tools should explicitly be installed not ignored. The fact that this worked may be coincidental because other dependencies might have pulled ruff and the other tools in by default. However, let's better be explicit.

  • RPS-1557: Migrate from Poetry to uv (263042d)

ymmv

# install and run `migrate-to-uv`
cd wandelscript
poetry shell
pip install migrate-to-uv
uvx migrate-to-uv

Detailed Changes: v0.5.0...v0.5.1

v0.5.0

07 Apr 10:37

Choose a tag to compare

v0.5.0 (2025-04-07)

Features

Co-authored-by: cbiering christoph.biering@wandelbots.com


Detailed Changes: v0.4.1...v0.5.0