Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
astanziola committed Jun 23, 2023
1 parent 0fc3418 commit 3744a4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.

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).

## Unreleased
## [Unreleased]

## [0.2.5] - 2023-06-23
### Fixed
- The default_parameters function now works with custom field types
- `__rpow__` for `OnGrid`
Expand All @@ -23,3 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated docs
- Renamed ode variable update, removed wrong test in utils
- Updated support/packaging files

[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.5...master
[0.2.5]: https://github.com/ucl-bug/jaxdf/tree/0.2.5

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jaxdf"
version = "0.2.4"
version = "0.2.5"
description = "A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations"
authors = [
"Antonio Stanziola <[email protected]>",
Expand Down

0 comments on commit 3744a4e

Please sign in to comment.