Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jun 28, 2024
1 parent f72fcf3 commit f467849
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.34.0] -
## [0.34.0] - 2024-06-28

### Added

- Dataset classes are now generic and allow you to provide the group-label tuple as generic. This allows for better type
checking and IDE support. (https://github.com/mad-lab-fau/tpcp/pull/113)

### Changed/Fixed

- The snapshot utilities are much more robust now and rais appropriate errors when the stored dataframes have
unsupported properties. (https://github.com/mad-lab-fau/tpcp/pull/112)

## [0.33.1] - 2024-06-14

- Only warning about global caching once.
Expand Down
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 = "tpcp"
version = "0.33.1"
version = "0.34.0"
description = "Pipeline and Dataset helpers for complex algorithm evaluation."
authors = [
"Arne Küderle <arne.kuederle@fau.de>",
Expand Down
2 changes: 1 addition & 1 deletion tpcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from tpcp._pipeline import OptimizablePipeline, Pipeline

__version__ = "0.33.1"
__version__ = "0.34.0"


__all__ = [
Expand Down

0 comments on commit f467849

Please sign in to comment.