- Remove `pytorch_lightning.LightningDataModule` from `lightkit.data.DataLoaderLike`
0.3.0
- 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`
0.2.6
- Allow nested configurable modules
0.2.5
- Allow nested dataclasses in `Configurable` mixin