--------------------------------------------------------------------------
* fix: Fix bug in Trainer which threw an error when training without handlers. (`2b52a10 <https://github.com/kijanac/luz/commit/2b52a1048aa6d007b2b1e8ef58723e1b5700e071>` __)
* feat: Add Model.use_transform and implement in Model.predict (`3ece1fc <https://github.com/kijanac/luz/commit/3ece1fc945fe2481384d302439ea1ecad10221a7>` __)
* fix: Fix bug in Trainer which threw exceptions during regular use (`8c5ebef <https://github.com/kijanac/luz/commit/8c5ebef82150de991b61ccd3f71df62bcc31ee95>` __)
* feat: Remove extraneous InverseStandardize transform (`f947a59 <https://github.com/kijanac/luz/commit/f947a59afd741770747b71730076e80d397a60bf>` __)
* feat: Replace luz.Module with luz.Model (`a7c145d <https://github.com/kijanac/luz/commit/a7c145df875ab13b1aee61f0a24444d8a67a43fe>` __)
* fix: Fix bug which prevented saving and loading log_filepath attribute for Trainer. (`08c64af <https://github.com/kijanac/luz/commit/08c64af853d434d4a1c64733866318258dd71ca6>` __)
* feat: Add ApplyFunction module. Remove Reshape, Squeeze, StandardizeInput, and Unsqueeze modules. (`f2cf5bd <https://github.com/kijanac/luz/commit/f2cf5bd4e8a4e1538327dc1dbb1b7eb051ea9120>` __)
* feat: Add inverse function to invertible TensorTransforms. Add Reshape, Squeeze, Unsqueeze, and InverseStandardize transforms. Remove deprecated transforms. (`c20d336 <https://github.com/kijanac/luz/commit/c20d336b4467badbc46ca2973ad056aaed8fec30>` __)
* feat: Add mean_std, max, min, and plot_histogram functions to Datasets (`b172fdf <https://github.com/kijanac/luz/commit/b172fdf4dd59f123be56da72e0696bc56ee4a7e9>` __)