Releases: xsuite/xdeps
Releases · xsuite/xdeps
Xdeps release 0.6.2
Xdeps version 0.6.1
Xdeps version 0.5.7
Xdeps version 0.5.6
Changes:
- Automatically deploy to PyPI on release by @szymonlopaciuk in #53
Full Changelog: v0.5.5...v0.5.6
Xdeps version 0.5.5
Changes:
- Add possibility to extract the merit function from Optimize objects.
Full Changelog: v0.5.4...v0.5.5
Xdeps version v0.5.4
Xdeps version 0.5.3
Changes:
- Add several docstrings.
- Add method
Optimizer.tag(...) - More robust display methods in
Optimizer.
Full Changelog: v0.5.2...v0.5.3
Xdeps version 0.5.2
Xdeps version 0.5.1
Changes:
- Implementing a cinit which in principle is called by Cython on object creation (together with new), which should prevent the object existing with an invalid state
- Not pickling the hash, which makes little sense, considering the hash function is randomly seeded in each interpreter, so hashes of the 'same' objects are not the same between runs.
Full Changelog: v0.5.0...v0.5.1
Xdeps version 0.5.0
Changes:
- Cythonize
refs.pyto gain performance. - Print only shapes of arrays in the table, and by default put their columns at the end.
- Fix plotting example and add more options for plotting.
- Fix minor bugs relating to ensuring list type for
_col_namesin table. - Refactoring of unused code.
Full Changelog: v0.4.3...v0.5.0