Skip to content

Releases: dunderlab/python-radiant_wrapper

Radiant-Wrapper v0.1a10

31 Aug 16:47

Choose a tag to compare

Update project version to 0.1a10

Incremented the version from 0.1a9 to 0.1a10 in `pyproject.toml`. This reflects the latest changes and ensures version consistency for packaging and distribution.

Radiant-Wrapper v0.1a9

30 Aug 22:32

Choose a tag to compare

Bump version and update Docker image references.

Update project version to 0.1a8 in pyproject.toml. Correct Docker image references in README.md and script to remove the `.py` suffix for consistency.

Radiant-Wrapper v0.1a8

30 Aug 22:18

Choose a tag to compare

Bump version and update Docker image references.

Update project version to 0.1a8 in pyproject.toml. Correct Docker image references in README.md and script to remove the `.py` suffix for consistency.

Radiant-Wrapper v0.1a7

30 Aug 21:53

Choose a tag to compare

Refactor project structure to use "wrapper" namespace.

Renamed "radiant.compiler" to "radiant.wrapper" to better reflect its purpose and adjusted related paths accordingly. Updated `pyproject.toml` and documentation to reflect the new namespace structure and script naming. Incremented the project version to `0.1a7`.

Radiant-Wrapper v0.1a6

30 Aug 21:37

Choose a tag to compare

Add GitHub Actions workflow for publishing to PyPI

This workflow automates the build and publication of Python packages to PyPI upon creating a release. It includes steps to build distributions, upload artifacts, and securely publish them using trusted environments.