Skip to content

Releases: codecentric-oss/niceml

v0.17.0-dev.7

13 Dec 12:50
Compare
Choose a tag to compare
v0.17.0-dev.7 Pre-release
Pre-release

v0.17.0-dev.7 (2024-12-13)

Bug Fixes

  • Add option to use list_dir of location without caching (#141, 3b1c8d1)

📥 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

03 Dec 11:40
Compare
Choose a tag to compare
v0.17.0-dev.6 Pre-release
Pre-release

v0.17.0-dev.6 (2024-12-03)

Bug Fixes

  • read_image and write_image now use LocalFileSystem as default (#140, a0978b9)

📥 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

12 Sep 18:32
Compare
Choose a tag to compare
v0.17.0-dev.5 Pre-release
Pre-release

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

20 Aug 13:07
Compare
Choose a tag to compare
v0.17.0-dev.4 Pre-release
Pre-release

v0.17.0-dev.4 (2024-08-20)

Fix

  • fix: less static dependencies (e0becd7)

  • fix: config tests for old config (af02edc)

  • fix: config tests (10b0d78)

Unknown

  • fest: add option to save model in onnx format (58f19c0)

v0.17.0-dev.3

15 Aug 08:10
Compare
Choose a tag to compare
v0.17.0-dev.3 Pre-release
Pre-release

v0.17.0-dev.3 (2024-08-15)

Fix

  • fix: make altair not optional (6b248d5)

v0.17.0-dev.2

12 Aug 10:03
Compare
Choose a tag to compare
v0.17.0-dev.2 Pre-release
Pre-release

v0.17.0-dev.2 (2024-08-12)

Documentation

  • docs: improve docstring for read and write functions (46f9f53)

  • docs: improve docstring for read and write functions (1840097)

Feature

  • feat: add write chart to exp context (f120835)

Test

v0.17.0-dev.1

07 Aug 11:25
Compare
Choose a tag to compare
v0.17.0-dev.1 Pre-release
Pre-release

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
    the DataframeAnalyzer
  • 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

23 Jul 07:59
Compare
Choose a tag to compare
v0.16.1-dev.1 Pre-release
Pre-release

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

  • 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

  • refactor: Allow kwargs in write_image (f1c13f0)

  • refactor: Update dependencies (485983b)

Unknown

  • Merge branch 'main' into develop (7c04b92)

  • Pre-Release and new versioning (#129)

📥 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)

v0.16.0

13 Jun 09:44
Compare
Choose a tag to compare

Feature

Fix

  • Localizeexperiment with location config (5edff9f)

v0.15.0

15 May 08:57
Compare
Choose a tag to compare

Feature

  • Allow freeze of model weights in training (1fee972)