From 8d6e69811c62de0d9934740998ce07e64633aaa2 Mon Sep 17 00:00:00 2001 From: Andrei Paleyes Date: Fri, 25 Apr 2025 10:19:06 +0100 Subject: [PATCH] chore: Create changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03345db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.2.1] - 2025-04-25 + +### Bug Fixes + +- Jvp in cfd Tesseract should only return derivative (#12) +- Fixed typo in vectoradd Tesseract demo (#11) + +### Refactor + +- Applied jax recipe to cfd tesseract (#10) + +### Documentation + +- Add rendered demos to docs (#9) +- Fix quickstart snippet (#13) +- More tweaks based on beta feedback (#15) +- Ensure gradients of example tesseract are well-behaved (#14) +- Improve example notebook presentation (#16) + +