From a9a7b4445b0fa79e0b4bb148e2fd907f981cac04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Tue, 6 Aug 2024 19:58:37 +0200 Subject: [PATCH] Release v0.2.1 --- CHANGELOG.rst | 10 +++++----- src/demandlib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a74442..d8c7fba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,18 +1,18 @@ Changelog ========= -v0.2.1 (yyyy-mm-dd) +v0.2.1 (2024-08-06) +++++++++++++++++++++++++ New features ############ +* Allow to have holidays in industrial profile Bug fixes ######### - -Other changes -############# - +* simple_profile from IndustrialLoadProfile behaved differently in version + 0.2.0 compared to 0.1.9 due to pandas masking functions. We are now back + to the old (design) values. v0.2.0 (2024-06-27) diff --git a/src/demandlib/__init__.py b/src/demandlib/__init__.py index d3ec452..3ced358 100644 --- a/src/demandlib/__init__.py +++ b/src/demandlib/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"