Releases: easyscience/core
Releases · easyscience/core
v2.2.0
What's Changed
- Hotfix 2.1.0a by @rozyczko in #171
- Backmerge after release by @rozyczko in #173
- Hotfix_2.1.0b by @damskii9992 in #178
- Backmerge Hotfix 2.1.0b by @damskii9992 in #179
- added thread lock to avoid conflicts between GC and parameter by @rozyczko in #175
- Updated composite actions by @rozyczko in #174
- More weakref fixes by @rozyczko in #198
- Fix dependent parameter division expressions triggering infinite recursion (develop) by @rozyczko in #200
- Changed the finalizer function for __type_dict by @seventil in #217
- Allow CollectionBase to take NewBase objects by @henrikjacobsenfys in #206
- Update fitters and add test that weights behave as expected by @henrikjacobsenfys in #216
- Added desired units and tests by @henrikjacobsenfys in #188
- Add initial EasyList class by @damskii9992 in #193
- Version update by @rozyczko in #223
- Added missed env change by @rozyczko in #224
- Release 2.2.0 by @rozyczko in #222
Full Changelog: v2.1.0...v2.2.0
v2.1.0 🌈
What's Changed
🚀 Features
- New base class @damskii9992 (#163)
- Constraints serialization @rozyczko (#148)
🐛 Bug Fixes
- Doc fixes @rozyczko (#162)
- Change pr label workflow and add issue workflow @damskii9992 (#156)
- fixed the behaviour of full_value() getter @rozyczko (#145)
- Hotfix 2.0.1 @rozyczko (#142)
🧰 Maintenance
v2.0.0
What's Changed
🚀 Features
- Major clean up of source code and restructuring. by @damskii9992 in #120
- Issue34 dependent parameters by @damskii9992 in #112
- Issue133 fitting weights by @damskii9992 in #140
🐛 Bug Fixes
- Doc fix by @rozyczko in #108
- Add test that fixed parameters do not change by @henrikjacobsenfys in #128
🧰 Maintenance
- Improve descriptor repr and pin bumps by @henrikjacobsenfys in #130
- remove 3.10 to match scipp by @rozyczko in #131
- Case fixes by @rozyczko in #132
- updated actions by @rozyczko in #141
- Preparation for 2.0.0 release by @rozyczko in #126
Full Changelog: v1.3.0...v2.0.0
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)