Skip to content

Commit 3744a4e

Browse files
committed
Release 0.2.5
1 parent 0fc3418 commit 3744a4e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## [Unreleased]
7+
8+
## [0.2.5] - 2023-06-23
79
### Fixed
810
- The default_parameters function now works with custom field types
911
- `__rpow__` for `OnGrid`
@@ -23,3 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2325
- Updated docs
2426
- Renamed ode variable update, removed wrong test in utils
2527
- Updated support/packaging files
28+
29+
[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.5...master
30+
[0.2.5]: https://github.com/ucl-bug/jaxdf/tree/0.2.5
31+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jaxdf"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations"
55
authors = [
66
"Antonio Stanziola <[email protected]>",

0 commit comments

Comments
 (0)