Skip to content

Commit

Permalink
bump: version 0.5.3a1 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 16, 2024
1 parent 53b9ea0 commit 05f7f19
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 15 deletions.
2 changes: 0 additions & 2 deletions changelog/29.breaking.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/29.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/29.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/30.trivial.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/31.breaking.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/31.docs.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/31.feature.md

This file was deleted.

34 changes: 34 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,40 @@ from the examples given in that link.

<!-- towncrier release notes start -->

## OpenSCM Calibration v0.6.0 (2024-09-16)

### ⚠️ Breaking Changes

- Re-factored to make scmdata an actually optional dependency.
See the how-to docs for an example of how to get the same behaviour with the new API. ([#29](https://github.com/openscm/OpenSCM-Calibration/pull/29))
- - [`get_autocorrelation_info`][openscm_calibration.emcee_utils.get_autocorrelation_info] now returns a [`AutoCorrelationInfo`][openscm_calibration.emcee_utils.AutoCorrelationInfo] object, rather than a [`dict`][].
- [`x_and_parameters_to_named_with_units`][openscm_calibration.model_runner.x_and_parameters_to_named_with_units] now expects a [`ParameterOrder`][openscm_calibration.parameter_handling.ParameterOrder] object, rather than a [`list`][] of [`tuple`][].

([#31](https://github.com/openscm/OpenSCM-Calibration/pull/31))

### 🆕 Features

- - Added a number of functions to [`emcee_plotting`][openscm_calibration.emcee_plotting]
and [`emcee_utils`][openscm_calibration.emcee_utils].
These were extracted from the how-to guides.
- Added [`parameter_handling`][openscm_calibration.parameter_handling] to clarify parameter handling, particularly units and order preservation.

([#31](https://github.com/openscm/OpenSCM-Calibration/pull/31))

### 🎉 Improvements

- Made pandas, scmdata and IPython optional dependencies. ([#29](https://github.com/openscm/OpenSCM-Calibration/pull/29))

### 📚 Improved Documentation

- Updated the how-to guides for calibration.
These now have one example with a custom data container and one example using [scmdata](https://scmdata.readthedocs.io/en/latest). ([#31](https://github.com/openscm/OpenSCM-Calibration/pull/31))

### 🔧 Trivial/Internal Changes

- [#29](https://github.com/openscm/OpenSCM-Calibration/pull/29), [#30](https://github.com/openscm/OpenSCM-Calibration/pull/30)


## OpenSCM Calibration v0.5.2 (2024-09-13)

### 🔧 Trivial/Internal Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openscm-calibration"
version = "0.5.3a1"
version = "0.6.0"
description = "Calibration tools for simple climate models (with potential for applications elsewhere)"
authors = [
{ name = "Zebedee Nicholls", email = "[email protected]" },
Expand Down

0 comments on commit 05f7f19

Please sign in to comment.