Skip to content

Commit c825342

Browse files
authored
chore: Update changelog (#90)
#### Relevant issue or PR prepare for v0.7.4 #### Description of changes `git cliff --output CHANGELOG.md` #### Testing done #### 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/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: Alessandro Angioi <alessandro.angioi@simulation.science>
1 parent fdcbcb9 commit c825342

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.4] - 2025-03-20
6+
7+
### Features
8+
9+
- Friendlier error messages when input validation fails (#71)
10+
- Pytorch initialize template (#53)
11+
- Add `diffable` field to input/output json schemas (#82)
12+
- Add stdout output for tesseract build (#87)
13+
14+
### Documentation
15+
16+
- Various docs nits + UX fixes (#85)
17+
518
## [0.7.3] - 2025-03-13
619

720
### Features
@@ -13,7 +26,7 @@ All notable changes to this project will be documented in this file.
1326

1427
- Jax template now uses equinox `filter_jit` to allow non-array inputs (#56)
1528
- Added pip as dependency (#58)
16-
- Buggy `is_leaf` check in the `abstract_eval` of jax recipe and vectoradd_jax (#75)
29+
- Issue #74 (#75)
1730

1831
### Documentation
1932

cliff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ filter_commits = false
7777
topo_order = false
7878
# sort the commits inside sections by oldest/newest order
7979
sort_commits = "oldest"
80+
81+
[bump]
82+
features_always_bump_minor = false
83+
breaking_always_bump_major = false

0 commit comments

Comments
 (0)