Change Log#

Radiosim v0.1.1 (2025-08-08)#

API Changes#

Bug Fixes#

Data Model Changes#

New Features#

Maintenance#

  • Updated CITATION.cff [#35]

  • Updated README

    • Added badges

    • Switched to rst [#36]

Refactoring and Optimization#

Radiosim v0.1.0 (2025-08-08)#

API Changes#

Bug Fixes#

Data Model Changes#

New Features#

  • Added docs - Added changelog CI - Added pypi-publish CD - Added dependency groups for dev, tests, and docs [#33]

Maintenance#

  • Updated .pre-commit-config.yaml to use Ruff

  • Updated CI to use py311 and py312

    • Build docs via CI

  • Switched to uv instead of pip for installs in CI

  • Added uv lockfile

  • Updated docstring formatting

  • Switched to hatch as build backend

  • Removed unused dependencies and move optional dependencies to the optional dependencies section

  • Switched to src layout instead of flat layout, see *src layout vs flat layout* for more [#33]

Refactoring and Optimization#