Releases: codecentric-oss/niceml
v0.17.0-dev.7
v0.17.0-dev.7 (2024-12-13)
Bug Fixes
📥 Pull Request Description
Using listdir from FSSpec multiple times for the same path with a FileSystem other than LocalFileSystem (e.g. S3FileSystem or AzureFileSystem) resulted in outdated results, as listdir uses an internal caching. To fix this, the niceml function list_dir, which used fsspecs listdir, was exchanged with fsspecs function with the refresh option.
Additionally, some typos were fixed.
Github test pipeline was updated to use macos-13 instead of macos-12
👀 Affected Areas
Everywhere where the list_dir function of niceml is used.
📝 Checklist
Please make sure you've completed the following tasks before submitting this pull request:
- Pre-commit hooks were executed - [x] Changes have been reviewed by at least one other developer - [ ] Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code) - [ ] All tests ran successfully - [x] All merge conflicts are resolved - [ ] Documentation has been updated to reflect the changes - [ ] Any necessary migrations have been run
Co-authored-by: Nils Uhrberg [email protected]
Detailed Changes: v0.17.0-dev.6...v0.17.0-dev.7
v0.17.0-dev.6
v0.17.0-dev.6 (2024-12-03)
Bug Fixes
📥 Pull Request Description
Currently you cannot use read_image
and write_image
without specifying a FileSystem. The default (LocalFileSystem
) was not used correctly. This is now fixed in this PR.
👀 Affected Areas
- ioutils
📝 Checklist
Please make sure you've completed the following tasks before submitting this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code)
- All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run
Detailed Changes: v0.17.0-dev.5...v0.17.0-dev.6
v0.17.0-dev.5
v0.17.0-dev.5 (2024-09-12)
Feature
- feat: Add the ability to add a niceML formatted timestamp based on a given datetime object
The timestmap format used in niceml has a special foramt. If it is necessary to create this, it can now be created based on a given datetime object. (9cebe9d
)
v0.17.0-dev.4
v0.17.0-dev.3
v0.17.0-dev.2
v0.17.0-dev.1
v0.17.0-dev.1 (2024-08-07)
Feature
- feat: Add possibility to pass additional arguments when initializing a
ResultAnalyzer
(#134)
📥 Pull Request Description
This PR adds the following features and changes:
- feat: Add possibility to pass additional arguments when initializing a
ResultAnalyzer
- refactor: Add an experiment context to the
initialize
function of
theDataframeAnalyzer
- refactor: Pass the experiment context of a train or eval pipeline run
to the result analyzer.
👀 Affected Areas
- Result analyzers
- Analyse op
- Train and eval job (
6e48893
)
v0.16.1-dev.1
v0.16.1-dev.1 (2024-07-23)
Ci
- ci: Adjust version_variables and version_toml for semantic-release (#133)
📥 Pull Request Description
- Replace version_variable by version_variables and version_toml
👀 Affected Areas
- pyproject.toml
- CI/CD (
3bf6d0e
)
-
ci: update used python version in docs pipeline (
f6258a1
) -
ci: fix prerelease flag in pre-release pipeline (
f5fb645
) -
ci: Update python-semantic-release and add pre-release pipeline for dev branch (
16a28c1
)
Fix
-
fix: Downgrade
python-semantic-release
and adjust build command (#132) (b23fce4
) -
fix: change version (#130)
📥 Pull Request Description
Please describe your changes in detail and provide any necessary
context.
👀 Affected Areas
Please indicate which areas of the project are affected by your changes
(e.g. dashboard, pipelines, tests, documentation).
📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code) - All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run (
7343560
)
Refactor
Unknown
📥 Pull Request Description
Please describe your changes in detail and provide any necessary
context.
👀 Affected Areas
Please indicate which areas of the project are affected by your changes
(e.g. dashboard, pipelines, tests, documentation).
📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code) - All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run
Co-authored-by: Nils Uhrberg <[email protected]> (f237a49
)
- Feature/versioning with ge (#128)
📥 Pull Request Description
Changed all possible versions to >=
📝 Checklist
Please make sure you've completed the following tasks before submitting
this pull request:
- Pre-commit hooks were executed
- Changes have been reviewed by at least one other developer
- Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code) - All tests ran successfully
- All merge conflicts are resolved
- Documentation has been updated to reflect the changes
- Any necessary migrations have been run (
2713f33
)