Releases: AstarVienna/astar-utils
Version 0.4.0
Add support for Python 3.13.
What's Changed
Dependency Changes
- Allow Python 3.13 by @teutoburg in #72
Full Changelog: v0.3.4...v0.4.0
Version 0.3.4
Dependency maintenance release. Last planned release to not support Python 3.13.
What's Changed
Dependency Changes
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #66
- Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #65
- Migrate to Poetry 2 based toml file, sync dependencies by @teutoburg in #68
Documentation Improvements
- Fix package classifiers by @teutoburg in #71
Other Changes
- Move publish workflow to DevOps by @teutoburg in #67
Full Changelog: v0.3.3...v0.3.4
Prerelease 0.3.4rc4
Pre-release to test refactored publishing workflow.
Full Changelog: v0.3.4rc0...v0.3.4rc4
Prerelease 0.3.4rc0
Pre-release to test refactored publishing workflow.
Full Changelog: v0.3.3...v0.3.4rc0
Version 0.3.3
What's Changed
New Features or Improvements
- Resolve int subkeys in
NestedMappingby @teutoburg in #64
Other Changes
- Run replaceholder with python by @teutoburg in #61
- Use replaceholder from DevOps by @teutoburg in #62
Full Changelog: v0.3.2...v0.3.3
Version 0.3.2
What's Changed
New Features or Improvements
- Add
._repr_html_()magic methods for nice notebook display by @teutoburg in #60
Dependency Changes
- Bump abatilo/actions-poetry from 3 to 4 by @dependabot in #49
- Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #50
- Bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot in #52
- Bump actions/download-artifact from 4.1.9 to 4.2.0 by @dependabot in #53
- Bump actions/download-artifact from 4.2.0 to 4.2.1 by @dependabot in #54
- Bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot in #59
Other Changes
- Add dependabot configuration by @hugobuddel in #48
- Test replaceholder workflow by @teutoburg in #55
- Improve replaceholder workflow by @teutoburg in #57
New Contributors
- @hugobuddel made their first contribution in #48
Full Changelog: v0.3.1...v0.3.2
Version 0.3.1
Mostly adds SpectralType class and "resolving-string-key" functionality to the NestedMapping classes.
What's Changed
New Features or Improvements
- Add SpectralType class by @teutoburg in #42
- Add numerical conversions to SpectralType class by @teutoburg in #44
- Allow comparison of SpectralType directly to string by @teutoburg in #45
- Add resolving string to
NestedChainMapby @teutoburg in #47
Documentation Improvements
- Update README for SpectralType class by @teutoburg in #43
Other Changes
- Update workflow versions in publish_pypi by @teutoburg in #41
- Update workflow files by @teutoburg in #46
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
Important
The minimum required Python version for this package is now 3.10 (see Dependency Changes).
What's Changed
Dependency Changes
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #38
- Drop support for Python 3.9 by @teutoburg in #39
Other Changes
- Use new main branch for DevOps workflows by @teutoburg in #36
- Remove remaining master references by @teutoburg in #37
- Use Python 3.10 typing feature, black styling indentations by @teutoburg in #40
New Contributors
- @dependabot made their first contribution in #38
Full Changelog: v0.2.2...v0.3.0
Version 0.2.2
What's Changed
New Features or Improvements
- Add more bang-string-key functionality by @teutoburg in #33
Other Changes
- Allow for empty "properties" subdict by @teutoburg in #32
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
Hotfix mostly to get rid of noisy warnings.
What's Changed
Other Changes
- Fix case when init or update NestedMapping with another NestedMapping by @teutoburg in #31
Full Changelog: v0.2.0...v0.2.1