From f2a4509aff1bfa0984d0f8b91a1d41fa6874be53 Mon Sep 17 00:00:00 2001 From: astanziola Date: Wed, 28 Jun 2023 11:30:36 +0000 Subject: [PATCH] Release 0.2.6 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df96172..bc9d01e 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.6] - 2023-06-28 ### Changed - removed `jaxlib` from dependencies. See https://github.com/google/jax/discussions/16380 for more information @@ -28,5 +30,7 @@ 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.5...master +[Unreleased]: https://github.com/ucl-bug/jaxdf/compare/0.2.6...master +[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 e48098c..50d662e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jaxdf" -version = "0.2.5" +version = "0.2.6" description = "A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations" authors = [ "Antonio Stanziola ",