Skip to content

Commit

Permalink
bump: version 0.1.8a1 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 4, 2025
1 parent 1693755 commit a893461
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 20 deletions.
1 change: 0 additions & 1 deletion changelog/11.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/13.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/14.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/14.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/15.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/15.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/15.trivial.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/16.docs.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/16.feature.md

This file was deleted.

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

This file was deleted.

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

<!-- towncrier release notes start -->

## Continuous Timeseries v0.2.0 (2025-01-04)

### 🆕 Features

- Added [`ValuesAtBounds`][continuous_timeseries.values_at_bounds.ValuesAtBounds]. ([#12](https://github.com/openscm/continuous-timeseries/pull/12))
- Added [`TimeAxis`][continuous_timeseries.time_axis.TimeAxis]. ([#13](https://github.com/openscm/continuous-timeseries/pull/13))
- Added [`TimeseriesDiscrete`][continuous_timeseries.timeseries_discrete.TimeseriesDiscrete]. ([#14](https://github.com/openscm/continuous-timeseries/pull/14))
- Added [`TimeseriesContinuous`][continuous_timeseries.timeseries_continuous.TimeseriesContinuous]. ([#15](https://github.com/openscm/continuous-timeseries/pull/15))
- Added [`Timeseries`][continuous_timeseries.Timeseries]. ([#16](https://github.com/openscm/continuous-timeseries/pull/16))

### 📚 Improved Documentation

- Added background about how we handle representing our objects (see [Representations][representations]) and updated the default colour scheme. ([#12](https://github.com/openscm/continuous-timeseries/pull/12))
- Added a tutorial into our discrete timeseries handling (see [Discrete timeseries](../tutorials/discrete_timeseries_tutorial)). ([#14](https://github.com/openscm/continuous-timeseries/pull/14))
- Added a tutorial into our continuous timeseries handling (see [Continuous timeseries](../tutorials/continuous_timeseries_tutorial)). ([#15](https://github.com/openscm/continuous-timeseries/pull/15))
- - Added background into why we built this API (see [Why this API?](../further-background/why-this-api)).
- Added a tutorial into our timeseries handling (see [Timeseries](../tutorials/timeseries_tutorial)).
- Added a tutorial into higher-order interpolation (see [Higher-order interpolation](../tutorials/higher_order_interpolation)).
- Added a how-to guide about how to make sharp, step forcings (see [How-to make a step forcing](../how-to-guides/how-to-make-a-step-forcing)).

([#16](https://github.com/openscm/continuous-timeseries/pull/16))

### 🔧 Trivial/Internal Changes

- [#11](https://github.com/openscm/continuous-timeseries/pull/11), [#12](https://github.com/openscm/continuous-timeseries/pull/12), [#15](https://github.com/openscm/continuous-timeseries/pull/15), [#16](https://github.com/openscm/continuous-timeseries/pull/16)


## Continuous Timeseries v0.1.7 (2024-12-27)

### 🔧 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 = "continuous-timeseries"
version = "0.1.8a1"
version = "0.2.0"
description = "Representation of continuous timeseries."
authors = [
{ name = "Zebedee Nicholls", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a893461

Please sign in to comment.