Skip to content

Releases: nextml-code/pytorch-lantern

v0.12.13

10 Dec 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.12...v0.12.13

Version 0.12.12

01 Dec 09:57
Compare
Choose a tag to compare
v0.12.12

fix: do not serialize to list on model dump

Version 0.12.11

30 Nov 19:50
Compare
Choose a tag to compare
v0.12.11

improve: replace class configs

Version 0.12.10

28 Nov 10:12
Compare
Choose a tag to compare

What's Changed

  • fix: handle extra arguments to validate in internal functions by @samedii in #26

Full Changelog: v0.12.9...v0.12.10

Version 0.12.9

28 Nov 09:58
Compare
Choose a tag to compare

What's Changed

  • fix: handle extra arguments to validate by @samedii in #25

Full Changelog: v0.12.8...v0.12.9

Version 0.12.8

16 Nov 08:45
Compare
Choose a tag to compare
v0.12.8

improve: allow pydantic 2

Version 0.12.7

11 May 18:09
Compare
Choose a tag to compare
v0.12.7

improve: faster dtype validate in the normal case

Version 0.12.6

03 May 15:46
Compare
Choose a tag to compare
v0.12.6

feature: alternative tensor typing syntax

Version 0.12.5

03 May 15:29
Compare
Choose a tag to compare
v0.12.5

improve: allow pytorch 2

Version 0.12.4

28 Oct 10:01
Compare
Choose a tag to compare
v0.12.4

fix: add inference dependencies and test inference in actions