From 6c3c390e0a179c82a1bacf85a445455d1af00cb7 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Mon, 6 Jun 2022 23:23:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=F0=9F=9A=A7=E2=9C=A8=20Added=20cro?= =?UTF-8?q?ssreferences=20to=20changelog=20version=20sections=20(#1090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the links permanent instead of iterating over an id which lead to moving links Ref.: https://myst-parser.readthedocs.io/en/latest/intro.html#cross-referencing --- changelog.md | 60 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 15 deletions(-) diff --git a/changelog.md b/changelog.md index 593974d50..f26c75ef0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # Changelog -## 0.6.0 (2022-06-06) +(changes-0_6_0)= + +## ๐Ÿš€ 0.6.0 (2022-06-06) ### โœจ Features @@ -64,7 +66,9 @@ - ๐Ÿ‘Œ๐Ÿš‡ Change integration tests to use self managed examples action (#1034) - ๐Ÿš‡๐Ÿงน Exclude pre-commit bot branch from CI runs on push (#1085) -## 0.5.1 (2021-12-31) +(changes-0_5_1)= + +## ๐Ÿš€ 0.5.1 (2021-12-31) ### ๐Ÿฉน Bug fixes @@ -76,7 +80,9 @@ - ๐Ÿšง Forward port Improve result comparison workflow and v0.4 changelog (#938) - ๐Ÿšง Forward port of #936 test_result_consistency -## 0.5.0 (2021-12-01) +(changes-0_5_0)= + +## ๐Ÿš€ 0.5.0 (2021-12-01) ### โœจ Features @@ -153,7 +159,9 @@ - ๐Ÿงน Move megacomplex integration tests from root level to megacomplexes (#894) - ๐Ÿฉน Fix artifact download in pr_benchmark_reaction workflow (#907) -## 0.4.2 (2021-12-31) +(changes-0_4_2)= + +## ๐Ÿš€ 0.4.2 (2021-12-31) ### ๐Ÿฉน Bug fixes @@ -164,7 +172,9 @@ - ๐Ÿš‡๐Ÿšง Updated 'gold standard' result comparison reference ([old](https://github.com/glotaran/pyglotaran-examples/commit/9b8591c668ad7383a908b853339966d5a5f7fe43) -> [new](https://github.com/glotaran/pyglotaran-examples/commit/fc5a5ca0c7fd8b224c85027b510a15717c696c7b)) - ๐Ÿš‡ Refine test_result_consistency (#936). -## 0.4.1 (2021-09-07) +(changes-0_4_1)= + +## ๐Ÿš€ 0.4.1 (2021-09-07) ### โœจ Features @@ -175,7 +185,9 @@ - Fix unintended saving of sub-optimal parameters (0ece818, backport from #747) - Improve ordering in k_matrix involved_compartments function (#791) -## 0.4.0 (2021-06-25) +(changes-0_4_0)= + +## ๐Ÿš€ 0.4.0 (2021-06-25) ### โœจ Features @@ -223,46 +235,64 @@ - `glotaran.analysis.scheme` -> `glotaran.project.scheme` - `model.simulate` -> `glotaran.analysis.simulation.simulate(model, ...)` -## 0.3.3 (2021-03-18) +(changes-0_3_3)= + +## ๐Ÿš€ 0.3.3 (2021-03-18) - Force recalculation of SVD attributes in `scheme._prepare_data` (#597) - Remove unneeded check in `spectral_penalties._get_area` Fixes (#598) - Added python 3.9 support (#450) -## 0.3.2 (2021-02-28) +(changes-0_3_2)= + +## ๐Ÿš€ 0.3.2 (2021-02-28) - Re-release of version 0.3.1 due to packaging issue -## 0.3.1 (2021-02-28) +(changes-0_3_1)= + +## ๐Ÿš€ 0.3.1 (2021-02-28) - Added compatibility for numpy 1.20 and raised minimum required numpy version to 1.20 (#555) - Fixed excessive memory consumption in result creation due to full SVD computation (#574) - Added feature parameter history (#557) - Moved setup logic to `setup.cfg` (#560) -## 0.3.0 (2021-02-11) +(changes-0_3_0)= + +## ๐Ÿš€ 0.3.0 (2021-02-11) - Significant code refactor with small API changes to parameter relation specification (see docs) - Replaced lmfit with scipy.optimize -## 0.2.0 (2020-12-02) +(changes-0_2_0)= + +## ๐Ÿš€ 0.2.0 (2020-12-02) - Large refactor with significant improvements but also small API changes (see docs) - Removed doas plugin -## 0.1.0 (2020-07-14) +(changes-0_1_0)= + +## ๐Ÿš€ 0.1.0 (2020-07-14) - Package was renamed to `pyglotaran` on PyPi -## 0.0.8 (2018-08-07) +(changes-0_0_8)= + +## ๐Ÿš€ 0.0.8 (2018-08-07) - Changed `nan_policiy` to `omit` -## 0.0.7 (2018-08-07) +(changes-0_0_7)= + +## ๐Ÿš€ 0.0.7 (2018-08-07) - Added support for multiple shapes per compartment. -## 0.0.6 (2018-08-07) +(changes-0_0_6)= + +## ๐Ÿš€ 0.0.6 (2018-08-07) - First release on PyPI, support for Windows installs added. - Pre-Alpha Development