Skip to content

Commit 74ae710

Browse files
author
znicholls
committed
bump: version 0.3.4a1 -> 0.4.0
1 parent 23f9e10 commit 74ae710

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-8
lines changed

β€Žchangelog/26.feature.mdβ€Ž

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

β€Žchangelog/27.trivial.mdβ€Ž

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

β€Žchangelog/29.docs.mdβ€Ž

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

β€Žchangelog/29.fix.mdβ€Ž

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

β€Žchangelog/29.trivial.mdβ€Ž

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

β€Žchangelog/30.trivial.mdβ€Ž

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

β€Ždocs/changelog.mdβ€Ž

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

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

24+
## Continuous Timeseries v0.4.0 (2025-01-20)
25+
26+
### πŸ†• Features
27+
28+
- Added the skeleton for a pandas accessor ([#26](https://github.com/openscm/continuous-timeseries/pull/26))
29+
30+
### πŸ› Bug Fixes
31+
32+
- Fixed the minimum versions of our requirements (also tested that installation with minimum versions works). ([#29](https://github.com/openscm/continuous-timeseries/pull/29))
33+
34+
### πŸ“š Improved Documentation
35+
36+
- Added documentation on our dependency pinning and testing strategy. ([#29](https://github.com/openscm/continuous-timeseries/pull/29))
37+
38+
### πŸ”§ Trivial/Internal Changes
39+
40+
- [#27](https://github.com/openscm/continuous-timeseries/pull/27), [#29](https://github.com/openscm/continuous-timeseries/pull/29), [#30](https://github.com/openscm/continuous-timeseries/pull/30)
41+
42+
2443
## Continuous Timeseries v0.3.3 (2025-01-08)
2544

2645
### πŸ”§ Trivial/Internal Changes

β€Ž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.3.4a1"
3+
version = "0.4.0"
44
description = "Representation of continuous timeseries."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "[email protected]" },

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)