v1.0.0 🌈
·
32 commits
to refs/heads/master
since this release
Changes
🚀 Features
- 27 arithmetic operations for parameters @damskii9992 (#43)
- slightly reworked API for accessing info about minimizers @rozyczko (#47)
- New job @rozyczko (#5)
🐛 Bug Fixes
- Build documentation @andped10 (#71)
- constraints do not seem to work when there is a calculator set @andped10 (#67)
- ensure values are always floats @damskii9992 (#64)
- Modify testing to run tox @rozyczko (#53)
- Re-increment unique names if already exists @damskii9992 (#49)
- add test for minimizers and confirm that dfo is working @andped10 (#26)
🧰 Maintenance
- Add support lmfit scipy least square @andped10 (#70)
- add support lmfit differential evolution @andped10 (#61)
- consolidate code for unique name generation @andped10 (#51)
- minimizer consolidation @andped10 (#45)
- add tests for minimizer bumps @andped10 (#41)
- Tests for DFO minimizer @andped10 (#40)
- Delete STAR parser @rozyczko (#35)
- add test for minimizers and confirm that dfo is working @andped10 (#26)
- Replace UUIDS with unique_names @damskii9992 (#18)
- New variable split into descriptor -bool, -number, -str and parameter that inherits from descriptor-number @andped10 (#19)
- poc minimizer factory @andped10 (#13)
- Fitting preparation @andped10 (#8)
- Fix for documentation creation @rozyczko (#4)
- Lowercase the project name @AndrewSazonov (#3)
What's Changed
- consolidate code for unique name generation by @andped10 in #51
- ensure values are always floats by @damskii9992 in #62
- constraints do not seem to work when there is a calculator set by @andped10 in #67
- add support lmfit differential evolution by @andped10 in #61
- Add support lmfit scipy least square by @andped10 in #70
- Build documentation by @andped10 in #71
Full Changelog: v0.9.1...v1.0.0