From 68ab5fab21c86e4e74ff127a683aac7cfa1d5cb1 Mon Sep 17 00:00:00 2001 From: astanziola Date: Tue, 17 Sep 2024 10:34:46 +0000 Subject: [PATCH] Release 0.2.8 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89ecd1..cb5549a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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] + +## [0.2.8] - 2024-09-17 ### Fixed - Fixed `util.get_implemented` bug that was happening with the new version of `plum` @@ -67,7 +69,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Renamed ode variable update, removed wrong test in utils - Updated support/packaging files -[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.7...master +[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.8...master +[0.2.8]: https://github.com/ucl-bug/jaxdf/compare/0.2.7...0.2.8 [0.2.7]: https://github.com/ucl-bug/jaxdf/compare/0.2.6...0.2.7 [0.2.6]: https://github.com/ucl-bug/jaxdf/compare/0.2.5...0.2.6 [0.2.5]: https://github.com/ucl-bug/jaxdf/tree/0.2.5 + diff --git a/pyproject.toml b/pyproject.toml index 42344aa..b0e8a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jaxdf" -version = "0.2.7" +version = "0.2.8" description = "A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations" authors = [ "Antonio Stanziola ",