Skip to content

Releases: borchero/lightkit

v0.5.0

12 Dec 01:01
3c86ebc
Compare
Choose a tag to compare

What's Changed

  • Refactor CI setup and add pre-commit configuration by @borchero in #2

New Contributors

Full Changelog: 0.4.4...0.5.0

LightKit 0.4.4

23 May 22:52
725cde3
Compare
Choose a tag to compare
  • Remove model_ property from base estimator

LightKit 0.3.7

11 Feb 15:46
80d83af
Compare
Choose a tag to compare
  • Remove useless print statements

LightKit 0.3.6

30 Jan 00:24
Compare
Choose a tag to compare
  • Fixes bug when lightkit.data.DataLoader is used during prediction

LightKit 0.3.5

02 Jan 23:51
Compare
Choose a tag to compare
  • Pretty-print JSON configurations

LightKit 0.3.3

02 Jan 23:06
Compare
Choose a tag to compare
  • Fix bug for saving and loading estimators

LightKit 0.3.2

29 Dec 01:05
Compare
Choose a tag to compare
  • Fix bug in lightkit.data.DataLoader

LightKit 0.3.1

26 Dec 11:44
Compare
Choose a tag to compare
  • Remove pytorch_lightning.LightningDataModule from lightkit.data.DataLoaderLike

LightKit 0.3.0

25 Dec 21:55
Compare
Choose a tag to compare
  • Simplify lightkit.nn.Configurable to not allow configurable children
  • Improve lightkit.BaseEstimator which now allows customizing persistence
  • Add lightkit.ConfigurableBaseEstimator which assumes previous functionality of lightkit.BaseEstimator

LightKit 0.2.6

25 Dec 00:20
Compare
Choose a tag to compare
  • Allow nested configurable modules