Releases: zapata-engineering/orqviz
Releases · zapata-engineering/orqviz
v0.4.0
What's Changed
- Zqs 1179/remove codecov 3 by @mstechly in #49
- Add functionality to make axes with multiples of tau by @laurgao in #46
- round up max frequencies by @laurgao in #50
- fix, clean, and re-run sombrero example by @MSRudolph in #51
- floating point values in the limits of the interpolation can cause numerical errors by @MSRudolph in #52
- Fix spsa hessian by @MSRudolph in #53
- fix: mypy issues related to implicit optionals by @dexter2206 in #54
- Zqs 1268 fix orqviz publish release 2 by @AthenaCaesura in #55
New Contributors
- @AthenaCaesura made their first contribution in #55
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- ci: add step with Pythonic cruft cleanup by @dexter2206 in #43
- Update main by @mstechly in #44
- Fourier transform by @laurgao in #45
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New features:
- orqviz now doesn't require parameters to be 1D vectors, they can be ND arrays instead
- We introduced
LossFunctionWrapper
as a utility tool that helps with changing arbitrary python functions into orqviz-compatible loss functions.
Minor changes:
- Improvements in notebook examples
- Improvements in readme and contribution guidelines
v0.1.1
What's Changed
- Fixed classifiers in the
setup.cfg
- Minor fixes in in README
- Relax dependency versions
Full Changelog: v0.1.0...v0.1.1
Initial release
v0.1.0 Fixed classifiers.