What's Changed
* default `module_load_file` to `None` because it is not required by DominikMa in https://github.com/DominikMa/mllooper/pull/6
* update field validators for pydantic 2 by DominikMa in https://github.com/DominikMa/mllooper/pull/8
* copy vcs helper functions from pip by DominikMa in https://github.com/DominikMa/mllooper/pull/10
* remove `model_dump()` call before dumping the model by DominikMa in https://github.com/DominikMa/mllooper/pull/12
* Fix spawn can not find modules by DominikMa in https://github.com/DominikMa/mllooper/pull/14
* remove autoload by DominikMa in https://github.com/DominikMa/mllooper/pull/15
* add cli build options for default, unset and final by DominikMa in https://github.com/DominikMa/mllooper/pull/16
* Save and restore original dumper attributes by DominikMa in https://github.com/DominikMa/mllooper/pull/17
* fix looper field modules is not set by DominikMa in https://github.com/DominikMa/mllooper/pull/19
* change pydantic `dict()` to `model_dump()` by DominikMa in https://github.com/DominikMa/mllooper/pull/20
* fix data on gpu test, only run fast tests by DominikMa in https://github.com/DominikMa/mllooper/pull/21
* Configurable state names by DominikMa in https://github.com/DominikMa/mllooper/pull/22
* remove trailing comma by DominikMa in https://github.com/DominikMa/mllooper/pull/23
* add topk metric by DominikMa in https://github.com/DominikMa/mllooper/pull/24
* Add option to force model gradient on or off by DominikMa in https://github.com/DominikMa/mllooper/pull/25
* rename state names by DominikMa in https://github.com/DominikMa/mllooper/pull/27
* rename state names by DominikMa in https://github.com/DominikMa/mllooper/pull/28
* add alias to git import by DominikMa in https://github.com/DominikMa/mllooper/pull/29
* Allow multiple trainable models by DominikMa in https://github.com/DominikMa/mllooper/pull/30
* Add model module name parameter by DominikMa in https://github.com/DominikMa/mllooper/pull/31
* Fix module import if location is already in path by DominikMa in https://github.com/DominikMa/mllooper/pull/32
* Fix build command when git alias name is used by DominikMa in https://github.com/DominikMa/mllooper/pull/33
* add option to ignore nans for average and mean metrics, closes 34 by DominikMa in https://github.com/DominikMa/mllooper/pull/35
* fix parsing of git rev and alias name by DominikMa in https://github.com/DominikMa/mllooper/pull/37
**Full Changelog**: https://github.com/DominikMa/mllooper/compare/v1.0.0...v1.0.1