Skip to content

Commit 8a08f4f

Browse files
author
florence-bockting
committed
bump: version 0.4.3a1 -> 0.4.3
1 parent 7199da4 commit 8a08f4f

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

changelog/36.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/37.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## Continuous Timeseries v0.4.3 (2025-04-14)
25+
26+
### 🆕 Features
27+
28+
- Added anti-differentiation (indefinite integral), specifically [continuous_timeseries.timeseries.Timeseries.antidifferentiate][] and [continuous_timeseries.timeseries_continuous.TimeseriesContinuous.antidifferentiate][] ([#36](https://github.com/openscm/continuous-timeseries/pull/36))
29+
30+
### 🔧 Trivial/Internal Changes
31+
32+
- [#37](https://github.com/openscm/continuous-timeseries/pull/37)
33+
34+
2435
## Continuous Timeseries v0.4.2 (2025-01-21)
2536

2637
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "continuous-timeseries"
3-
version = "0.4.3a1"
3+
version = "0.4.3"
44
description = "Representation of continuous timeseries."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },

0 commit comments

Comments
 (0)