Skip to content

Commit 3285cf7

Browse files
committed
Release 0.2.7
1 parent 11daadf commit 3285cf7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
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

66
## [Unreleased]
7+
8+
## [0.2.7] - 2023-11-24
79
### Changed
810
- The Quickstart tutorial has been upgdated.
911
- The property `Field.ndim` has now been moved into `Field.domain.ndim`, as it is fundamentally a property of the domain
@@ -60,6 +62,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6062
- Renamed ode variable update, removed wrong test in utils
6163
- Updated support/packaging files
6264

63-
[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.6...master
65+
[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.7...master
66+
[0.2.7]: https://github.com/ucl-bug/jaxdf/compare/0.2.6...0.2.7
6467
[0.2.6]: https://github.com/ucl-bug/jaxdf/compare/0.2.5...0.2.6
6568
[0.2.5]: https://github.com/ucl-bug/jaxdf/tree/0.2.5
69+

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.6"
3+
version = "0.2.7"
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)