Releases: easyscience/corelib
Releases · easyscience/corelib
v1.3.0
Changes
🚀 Features
- Preparation for release @rozyczko (#106)
- DescriptorArray @elindgren (#105)
- Descriptor any type @henrikjacobsenfys (#99)
- Remove old parameter @henrikjacobsenfys (#94)
🐛 Bug Fixes
- Fix for setup-python@v5 expecting string now @rozyczko (#107)
- Updating bindings throws errors on value query on Descriptors @rozyczko (#101)
- Fix for setup-python@v5 expecting string now by @rozyczko (#107)
🧰 Maintenance
- Remove virtual @henrikjacobsenfys (#98)
- Numpy2 @henrikjacobsenfys (#93)
Full Changelog: v1.2.1...v1.3.0
v1.2.1 🌈
v1.2.0 🌈
Changes
🚀 Features
- To increase usability of minimizer it should be possible to set the tolerance and the max number of iteration @andped10 (#84)
What's Changed
- To increase usability of minimizer it should be possible to set the tolerance and the max number of iteration by @andped10 in #84
Full Changelog: v1.1.2...v1.2.0
v1.1.2 🌈
Changes
🐛 Bug Fixes
- Allow parameter value to be changed even if parameter is not enabled @AndrewSazonov (#85)
v1.1.1 🌈
v1.1.0 🌈
v1.0.1 🌈
v1.0.0 🌈
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
v0.9.1 🌈
Changes
🚀 Features
- Arithmetic operations for parameters @damskii9992 (#43)
- Reworked API for accessing info about minimizers @rozyczko (#47)
- New job base objects @rozyczko (#5)
- Replace UUIDS with unique_names @damskii9992 (#18)
- New variable split into descriptor -bool, -number, -str and parameter that inherits from descriptor-number @andped10 (#19)
🐛 Bug Fixes
- Modify testing to run tox @rozyczko (#53)
- Re-increment unique names if already exists @damskii9992 (#49)
- Fix for documentation creation @rozyczko (#4)
🧰 Maintenance
- Add test for minimizers and confirm that dfo is working @andped10 (#26)
- Minimizer consolidation @andped10 (#45)
- Add tests for minimizer bumps @andped10 (#41)
- Delete STAR parser @rozyczko (#35)
- Add test for minimizers and confirm that dfo is working @andped10 (#26)
- Lowercase the project name @AndrewSazonov (#3)
0.6.1 release
EasyCore
package name has been changed toeasycore
- Fixed documentation generation