Skip to content

Commit

Permalink
πŸ“šπŸš§βœ¨ Added crossreferences to changelog version sections (#1090)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
s-weigand authored Jun 6, 2022
1 parent 022499a commit 6c3c390
Showing 1 changed file with 45 additions and 15 deletions.
60 changes: 45 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.6.0 (2022-06-06)
(changes-0_6_0)=

## πŸš€ 0.6.0 (2022-06-06)

### ✨ Features

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 6c3c390

Please sign in to comment.