Skip to content

Releases: wright-group/attune

0.5.0

25 Jan 21:48
77f9d95
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.5.0

0.4.5

10 Nov 17:53
5e83192
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.5

0.4.4

24 Feb 14:51
2e5ecbc
Compare
Choose a tag to compare

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.

0.4.3

19 Jul 22:51
34b2010
Compare
Choose a tag to compare

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

31 Mar 01:24
3157e9b
Compare
Choose a tag to compare

Added

  • discrete tunes which map ranges of outputs to string identifiers (suitable e.g. for yaq is-discrete trait implementation)

0.4.1

16 Dec 17:33
91cec1c
Compare
Choose a tag to compare

Changed

  • setables are now fully optional

Fixed

  • Writing NDarrays to instrument.json files
  • min and max value updating was buggy---now these values are never cached

0.4.0

18 Nov 05:25
aadd542
Compare
Choose a tag to compare

Initial release of the complete rewrite with a musical metaphor

0.3.1

19 Aug 21:41
bdb5562
Compare
Choose a tag to compare

Bugfix release to correct ltol and gtol behavior

0.3.0

31 Jul 20:52
af9142c
Compare
Choose a tag to compare

Includes rename_dependent function, and some fixes to plotting

0.2.0

19 Nov 16:13
ef566bc
Compare
Choose a tag to compare

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 on save
  • #70 Allow better handling of multidimensional data when tuning

A full list of issues and pull requests can be found here.