File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717### Added Features and Improvements 🙌:
1818- Added submodule to work with MD data ` fpsl.utils.md ` together new with tutorial 🎉
1919- Added submodule with periodic fourier expansion ` fpsl.utils.fourier `
20+ - Generalized the Fokker-Planck energy regularization to arbitrary dimensions via a
21+ stochastic finite-difference estimator, enabled through the new ` v_sigma ` parameter
22+ of ` FPSL ` (falls back to the previous 1D exact-gradient estimator when ` v_sigma=0 ` )
23+ - Added ` fpsl.utils.fourier.get_fourier_func2d ` , a 2D analog of ` get_fourier_func `
24+ - Generalized the end-of-training Weights & Biases free-energy-landscape logging to
25+ 1D and 2D data (previously hardcoded to 1D)
26+ - Added a tutorial section on enforcing custom symmetries in the score network
2027
2128### Other changes:
2229- Use ` cosine_decay_schedule ` instead of ` warmup_cosine_decay_schedule ` if user selects ` warmup_steps=0 `
2330
2431### Bugfix 🐛:
2532- Exclude docs directory from build
33+ - Fixed ` fpsl.utils.md.load_trajs ` discarding the loaded pull-force trajectory
34+ - Fixed ` ScorePeriodicMLP ` silently dropping its sine Fourier features (falling back
35+ to the same cosine-only behavior as ` ScoreSymmetricPeriodicMLP ` )
2636
2737
2838## [ 0.2.0] - 2025-08-06
You can’t perform that action at this time.
0 commit comments