Changelog¶
All notable changes to this project will be documented in this file.
The format is inspired by Keep a Changelog, and Element and this project adheres to Semantic Versioning.
Unreleased¶
Added Features and Improvements 🙌:¶
- Added submodule to work with MD data
fpsl.utils.md
together new with tutorial 🎉 - Added submodule with periodic fourier expansion
fpsl.utils.fourier
Other changes:¶
- Use
cosine_decay_schedule
instead ofwarmup_cosine_decay_schedule
if user selectswarmup_steps=0
0.2.0 - 2025-08-06¶
Added Features and Improvements 🙌:¶
- Added CI for automated publishing to PyPi
- Added a tutorial with a brief theoretical recap, and an example application
- Improved documentation, with submodule docstrings
Other changes:¶
- Cleaned up some code
- Add dependabot
Bugfix 🐛:¶
- Fix using inner product when estimating work
0.1.0 - 2025-06-28¶
- Initial release 🎉