Skip to content

Commit

Permalink
0.17.0-dev.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 7, 2024
1 parent 6e48893 commit cfd69b6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## 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`](https://github.com/codecentric-oss/niceml/commit/6e48893b6734a554eacaf30985926dd865f8a275))

## v0.16.1-dev.1 (2024-07-23)

### Ci
Expand Down
2 changes: 1 addition & 1 deletion niceml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.1-dev.1"
__version__ = "0.17.0-dev.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "niceml"
version = "0.16.1-dev.1"
version = "0.17.0-dev.1"
description = "Welcome to niceML 🍦, a Python-based MLOps framework that uses TensorFlow and Dagster. This framework streamlines the development, and maintenance of machine learning models, providing an end-to-end solution for building efficient and scalable pipelines."
authors = [
"Denis Stalz-John <[email protected]>",
Expand Down

0 comments on commit cfd69b6

Please sign in to comment.