Recent Releases of attune
attune - 0.5.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/wright-group/attune/pull/178
- First pass at topas3 ingestion by @ksunden in https://github.com/wright-group/attune/pull/171
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/wright-group/attune/pull/180
- Bump version by @ddkohler in https://github.com/wright-group/attune/pull/182
Full Changelog: https://github.com/wright-group/attune/compare/0.5.0...0.5.1
This was originally released Jan 21, 2025. Updated on the Github side for the purposes of uploading to zenodo, with no code changes.
- Python
Published by ksunden about 1 year ago
attune - 0.5.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/wright-group/attune/pull/178
- First pass at topas3 ingestion by @ksunden in https://github.com/wright-group/attune/pull/171
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/wright-group/attune/pull/180
- Bump version by @ddkohler in https://github.com/wright-group/attune/pull/182
Full Changelog: https://github.com/wright-group/attune/compare/0.5.0...0.5.1
- Python
Published by ddkohler over 1 year ago
attune - 0.5.0
What's Changed
- CLI by @ddkohler in https://github.com/wright-group/attune/pull/174
- size test for equality by @ddkohler in https://github.com/wright-group/attune/pull/176
- No maya by @ddkohler in https://github.com/wright-group/attune/pull/175
- 0.5.0 by @ddkohler in https://github.com/wright-group/attune/pull/177
Full Changelog: https://github.com/wright-group/attune/compare/0.4.5...0.5.0
- Python
Published by ddkohler over 2 years ago
attune - 0.4.5
What's Changed
- more docs by @ddkohler in https://github.com/wright-group/attune/pull/153
- Addition of narrative docs instead of solely API docs by @ksunden in https://github.com/wright-group/attune/pull/160
- Add link to attune.wright.tools documentation. by @darienmorrow in https://github.com/wright-group/attune/pull/161
- Update _plot.py by @ddkohler in https://github.com/wright-group/attune/pull/165
- Update discretetune.py by @ddkohler in https://github.com/wright-group/attune/pull/155
- 0.4.5 by @ddkohler in https://github.com/wright-group/attune/pull/166
New Contributors
- @ddkohler made their first contribution in https://github.com/wright-group/attune/pull/153
- @darienmorrow made their first contribution in https://github.com/wright-group/attune/pull/161
Full Changelog: https://github.com/wright-group/attune/compare/0.4.4...0.4.5
- Python
Published by ksunden over 3 years ago
attune - 0.4.4
0.4.4 Fixed
Units on attune.intensity are set according to the axis they are referencing
Resolve some issues discovered by CodeQL which could result in unexpected behavior
Added
update_merge function which allows applying tunes from one instrument into an existing instrument.
- Python
Published by untzag over 4 years ago
attune - 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
- Python
Published by ksunden almost 5 years ago
attune - 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
fullkwarg onsave - #70 Allow better handling of multidimensional data when tuning
A full list of issues and pull requests can be found here.
- Python
Published by ksunden over 6 years ago