Skip to content

Releases: easyscience/corelib

v1.3.0

13 Mar 11:43
acb7f17
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 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

Full Changelog: v1.2.1...v1.3.0

v1.2.1 🌈

21 Nov 12:02
5fdd558
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v1.2.0 🌈

13 Nov 13:53
a6d9379
Compare
Choose a tag to compare

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 🌈

12 Nov 10:56
23f4ced
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Allow parameter value to be changed even if parameter is not enabled @AndrewSazonov (#85)

v1.1.1 🌈

29 Oct 14:37
59c4a90
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add the property free to the class Parameter as an alias for not fixed @AndrewSazonov (#82)

🐛 Bug Fixes

  • Keep the unique name when created from dict @andped10 (#80)

🧰 Maintenance

  • Add deepcopy functionality for ComponentSerializer @andped10 (#77)

v1.1.0 🌈

18 Sep 13:21
3a3738f
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Constraint module is moved to module root that might break backward compatibility.

v1.0.1 🌈

10 Sep 05:42
f757075
Compare
Choose a tag to compare

Changes

No longer support for Python 3.8

🧰 Maintenance

v1.0.0 🌈

09 Sep 10:17
b5b7b46
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

What's Changed

Full Changelog: v0.9.1...v1.0.0

v0.9.1 🌈

16 Aug 11:30
2c80044
Compare
Choose a tag to compare
v0.9.1 🌈 Pre-release
Pre-release

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

🧰 Maintenance

0.6.1 release

08 May 07:32
Compare
Choose a tag to compare
0.6.1 release Pre-release
Pre-release
  • EasyCore package name has been changed to easycore
  • Fixed documentation generation