Skip to content

Commit 512c50b

Browse files
authored
chore: Create changelog (#20)
<!-- Please use a PR title that conforms to *conventional commits*: "<commit_type>: Describe your change"; for example: "fix: prevent race condition". Some other commit types are: fix, feat, ci, doc, refactor... For a full list of commit types visit https://www.conventionalcommits.org/en/v1.0.0-beta.2/ --> #### Relevant issue or PR Prep for public release #### Description of changes Added changelog #### Testing done n/a #### License - [x] By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://pasteurlabs.github.io/tesseract-jax/LICENSE). - [x] I sign the Developer Certificate of Origin below by adding my name and email address to the `Signed-off-by` line. <details> <summary><b>Developer Certificate of Origin</b></summary> ```text Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The Linux Foundation and its contributors. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. ``` </details> Signed-off-by: Andrei Paleyes
1 parent b9d3e08 commit 512c50b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.2.1] - 2025-04-25
6+
7+
### Bug Fixes
8+
9+
- Jvp in cfd Tesseract should only return derivative (#12)
10+
- Fixed typo in vectoradd Tesseract demo (#11)
11+
12+
### Refactor
13+
14+
- Applied jax recipe to cfd tesseract (#10)
15+
16+
### Documentation
17+
18+
- Add rendered demos to docs (#9)
19+
- Fix quickstart snippet (#13)
20+
- More tweaks based on beta feedback (#15)
21+
- Ensure gradients of example tesseract are well-behaved (#14)
22+
- Improve example notebook presentation (#16)
23+
24+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)