Releases: wright-group/attune
Releases · wright-group/attune
0.5.0
0.4.5
What's Changed
- more docs by @ddkohler in #153
- Addition of narrative docs instead of solely API docs by @ksunden in #160
- Add link to attune.wright.tools documentation. by @darienmorrow in #161
- Update _plot.py by @ddkohler in #165
- Update _discrete_tune.py by @ddkohler in #155
- 0.4.5 by @ddkohler in #166
New Contributors
- @ddkohler made their first contribution in #153
- @darienmorrow made their first contribution in #161
Full Changelog: 0.4.4...0.4.5
0.4.4
0.4.3
Added
- Reading Topas4 formatted curves (from a directory of JSON files)
- Setables now have the ability to have defaults, which are added to Notes if not otherwise specified.
- Add transition to rename an Instrument
Fixed
- Tune Test does not overwrite discrete tunes and runs instead of failing if they exist
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
This release primarily consists of bug fixes and the new holistic
tuning workup method.
holistic
(#58) allows taking a multidimensional motor space (currently limited to exactly two motor dimensions, though much of the algorithm is generalized to higher dimensionality), taking into account both the intensity and central color to obtain the ideal tuning curve.
Bug fixes include:
- #75 proper interpolation in
offset_by
- #77 fixing plotting of
tune_test
- #76 respect
full
kwarg onsave
- #70 Allow better handling of multidimensional data when tuning
A full list of issues and pull requests can be found here.