From 3bb2a0cd83bbf53bf2077d7b07ebd4d00b56e70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Wed, 3 Jul 2024 11:11:04 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- tpcp/__init__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e91b3b2..ee89903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ 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). -## [1.0.0] - [unreleased] +## [1.0.0] - 2024-07-03 + +Note: This is a major version bump, because we have quite substantial breaking changes. The 1.0 should signal that we +are now feature complete. Though the core APIs have been mostly stable for quite some time now. ### BREAKING CHANGE @@ -17,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 have updated names for all their output attributes. In most cases the output naming has switched from a single underscore to a double underscore to separate the different parts of the output name to make it easier to programmatically access the output. + (https://github.com/mad-lab-fau/tpcp/pull/117) ## [0.34.1] - 2024-07-02 diff --git a/pyproject.toml b/pyproject.toml index 1c670f5..f231c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tpcp" -version = "0.34.1" +version = "1.0.0" description = "Pipeline and Dataset helpers for complex algorithm evaluation." authors = [ "Arne Küderle ", diff --git a/tpcp/__init__.py b/tpcp/__init__.py index 5a8687e..b308b44 100644 --- a/tpcp/__init__.py +++ b/tpcp/__init__.py @@ -23,7 +23,7 @@ ) from tpcp._pipeline import OptimizablePipeline, Pipeline -__version__ = "0.34.1" +__version__ = "1.0.0" __all__ = [