Skip to content

Commit

Permalink
🚧📚 Added change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Apr 2, 2022
1 parent 9bfa6ca commit 4eabd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- 👌 Added IRF shift to result dataset (#994)
- 👌 Improve Result, Parameter and ParameterGroup markdown (#1012)
- 👌🧹 Add suffix to rate and lifetime and guard for missing datasets (#1022)
- ♻️ Move simulation to own module (#1041)

### 🩹 Bug fixes

Expand All @@ -29,6 +30,7 @@
### 🗑️ Deprecations (due in 0.8.0)

- `glotaran.io.save_result(result, result_path, format_name='legacy')` -> `glotaran.io.save_result(result, Path(result_path) / 'result.yml')`
- `glotaran.analysis.simulation` -> `glotaran.simulation.simulation`

### 🚧 Maintenance

Expand Down

0 comments on commit 4eabd23

Please sign in to comment.