Releases: dunderlab/python-radiant_wrapper
Releases · dunderlab/python-radiant_wrapper
Radiant-Wrapper v0.1a10
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
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
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
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
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.