From 6f6ae6bf1db5ffe7d50168593686457cc14493e5 Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 22 May 2024 18:47:41 +0200 Subject: [PATCH 1/4] updated to dictIO>=0.3.4 (from dictIO>=0.3.3) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8cf27562..0c429d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pandas>=2.2", "matplotlib>=3.9", "graphviz>=0.20", - "dictIO>=0.3.3", + "dictIO>=0.3.4", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 64229d8d..3df674d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pandas>=2.2 matplotlib>=3.9 graphviz>=0.20 -dictIO>=0.3.3 +dictIO>=0.3.4 # ../dictIO From b07a5f99d21777cd88df066bdc1b9a43e1a672fd Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 22 May 2024 18:48:01 +0200 Subject: [PATCH 2/4] Updated CHANGELOG.md --- CHANGELOG.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b8ee33..090e7c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [Unreleased] +* -/- + + +## [0.2.14] - 2024-05-22 + ### Dependencies -* updated to ruff==0.4.2 (from ruff==0.3.0) -* updated to pyright==1.1.360 (from pyright==1.1.352) +* updated to ruff==0.4.2 (from ruff==0.2.1) +* updated to pyright==1.1.360 (from pyright==1.1.350) * updated to sourcery==1.16 (from sourcery==1.15) * updated to lxml>=5.2 (from lxml>=5.1) * updated to types-lxml>=2024.4 (from types-lxml>=5.1) @@ -17,25 +22,17 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11) * updated to myst-parser>=3.0 (from myst-parser>=2.0) * updated to furo>=2024.4 (from furo>=2023.9.10) -* updated to matplotlib>=3.9 (from matplotlib>=3.8) - -### Changed -* replaced black formatter with ruff formatter - -### Dependencies -* updated to ruff==0.3.0 (from ruff==0.2.1) -* updated to pyright==1.1.352 (from pyright==1.1.350) * updated to numpy>=1.26,<2.0 (from numpy>=1.26) +* updated to matplotlib>=3.9 (from matplotlib>=3.8) +* updated to dictIO>=0.3.4 (from dictIO>=0.3.1) * removed black ### Changed +* replaced black formatter with ruff formatter * Changed publishing workflow to use OpenID Connect (Trusted Publisher Management) when publishing to PyPI * Updated copyright statement * VS Code settings: Turned off automatic venv activation -### Dependencies -* updated to dictIO>=0.3.3 (from dictIO>=0.3.1) - ## [0.2.13] - 2024-02-21 From c49ae3a6ded6b2719f4e1158ba88135736dafdb6 Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 22 May 2024 18:58:57 +0200 Subject: [PATCH 3/4] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090e7c8e..8335288f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -394,7 +394,8 @@ Maintenance Release * Added support for Python 3.10 -[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.13...HEAD +[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.14...HEAD +[0.2.14]: https://github.com/dnv-opensource/ospx/compare/v0.2.13...v0.2.14 [0.2.13]: https://github.com/dnv-opensource/ospx/compare/v0.2.12...v0.2.13 [0.2.12]: https://github.com/dnv-opensource/ospx/compare/v0.2.11...v0.2.12 [0.2.11]: https://github.com/dnv-opensource/ospx/compare/v0.2.10...v0.2.11 From 60274b608ba9592608371a91f9cf53de041390c1 Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 22 May 2024 18:59:46 +0200 Subject: [PATCH 4/4] bumped version number to 0.2.14 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3fbed284..caac5ec0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo" # The full version, including alpha/beta/rc tags -release = "0.2.13" +release = "0.2.14" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0c429d0a..f430b4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ospx" -version = "0.2.13" +version = "0.2.14" description = "Extension package to farn, adding support to build OSP simulation cases using FMUs." readme = "README.md" requires-python = ">= 3.9"