Skip to content

Releases: pasteurlabs/tesseract-core

v0.8.4

17 Apr 11:32
209d2e1

Choose a tag to compare

What's Changed

  • feat: allow creating tesseract objects from python modules by @dionhaefner in #122
  • feat: also allow passing an imported module to Tesseract.from_tesseract_api by @dionhaefner in #130

Full Changelog: v0.8.3...v0.8.4

v0.8.3

14 Apr 08:00
4dc7255

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

11 Apr 13:02
a0b4892

Choose a tag to compare

What's Changed

  • chore: Add UV support by @dionhaefner in #99
  • chore: fix readthedocs config by @dionhaefner in #113
  • feat: Add requirement provider config to build Tesseracts from conda env specs by @nmheim in #54
  • feat: Introduce debug mode for served Tesseracts to propagate tracebacks to clients by @dionhaefner in #111
  • chore: ✅ Update pre-commit hooks by @github-actions in #119
  • chore: 📦 Update dependencies by @github-actions in #118
  • fix: ensure Ubuntu-based base images work as expected; change default to vanilla Debian by @dionhaefner in #115
  • fix: Enable users to opt-in to allowing extra fields in Tesseract schemas by setting extra="allow" by @nmheim in #117
  • fix: meshstats abstract_eval by @dionhaefner in #120
  • chore: Prepare for 0.8.2 release by @xalelax in #121

Full Changelog: v0.8.1...v0.8.2

v0.8.1

28 Mar 13:04
4448548

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Mar 16:04
16163c5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.8.0

v0.7.4

20 Mar 16:10
c825342

Choose a tag to compare

What's Changed

  • feat: Friendlier error messages when input validation fails by @jpbrodrick89 in #71
  • chore: remove superfluous secret scanning hook by @dionhaefner in #78
  • chore: update pre-commit hooks by @github-actions in #81
  • chore: bump numpy from 2.2.3 to 2.2.4 in the deps group by @dependabot in #83
  • feat: Pytorch initialize template by @andrinr in #53
  • feat: Add diffable field to input/output json schemas by @xalelax in #82
  • doc: Various docs nits + UX fixes by @dionhaefner in #85
  • feat: add stdout output for tesseract build by @dionhaefner in #87
  • chore: Update changelog by @xalelax in #90

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

13 Mar 10:34
0c11fa9

Choose a tag to compare

What's Changed

  • fix: Jax template now uses equinox filter_jit to allow non-array inputs by @jpbrodrick89 in #56
  • fix: Added pip as dependency by @apaleyes in #58
  • chore: Update README.md by @dionhaefner in #59
  • chore: update pre-commit hooks by @github-actions in #60
  • chore: Bump the deps group with 6 updates by @dependabot in #63
  • ci: Bump the actions group with 2 updates by @dependabot in #62
  • doc: Updated comments in jax recipe and docs on Differentiable flag by @jpbrodrick89 in #65
  • feat: Raise proper error (ValidationError) for invalid inputs by @xalelax in #67
  • chore: update pre-commit hooks by @github-actions in #69
  • chore: bump the deps group with 2 updates by @dependabot in #70
  • chore: add CODEOWNERS file by @dionhaefner in #73
  • fix: Buggy is_leaf check in the abstract_eval of jax recipe and vectoradd_jax by @xalelax in #75
  • feat: Add abstract_eval method to tesseract_core.Tesseract by @xalelax in #76
  • chore: Bump changelog for v0.7.3 by @xalelax in #77

New Contributors

  • @github-actions made their first contribution in #60

Full Changelog: v0.7.2...v0.7.3

v0.7.2

27 Feb 21:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

26 Feb 11:29
9a0a0c4

Choose a tag to compare

What's Changed

  • fix: Address issues in installing and first steps with Tesseract by @dionhaefner in #30

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Feb 15:29
8073dff

Choose a tag to compare

The initial release of Tesseract Core.