Skip to content

Releases: furbrain/CircuitPython_mag_cal

1.4.2

11 Feb 14:22
Compare
Choose a tag to compare

Fixes a bug introduced into ulab in circuitpython 9.0

Fix docs

27 Sep 18:33
Compare
Choose a tag to compare
1.4.1

Make work with RTD and make the Strictnesss tuple more easily accessible

Update how strictness is managed

27 Sep 13:03
Compare
Choose a tag to compare

This release changes the mechanism to raise if there is an anomaly in the
readings.
Previoulsy you would select HARD or SOFT strictness; now you can simply
provide the limits you want to use; this allows you to compensate
for different sensor setups

1.3.0

11 Jun 14:07
Compare
Choose a tag to compare

Further updates to the anomaly detection process - now allows you to select
OFF, SOFT, or HARD tolerances

1.2.2 Fix documentation

04 Jun 12:38
Compare
Choose a tag to compare

Fix minor documentation issues

Bug fix to 1.2.0

04 Jun 12:24
Compare
Choose a tag to compare

Fix test code

Add in anomaly detection

04 Jun 12:18
Compare
Choose a tag to compare

This release adds anomaly detection.

The Calibration object now has a new method raise_if_anomaly. This
raises an error if the magnetic field strength is greater than 3 standard
deviations form the mean (as recorded during calibration).

There is also a bug fix for ulabs np.cross function - this failed when the
passed data was a view of another matrix. This lead to incorrect reports
of the accuracy of data

1.1.4

01 Jun 21:27
Compare
Choose a tag to compare

Minor correction to previous release so it actually works on CP

1.1.3

01 Jun 21:20
Compare
Choose a tag to compare

Fixes bug in find_similar_shots
Full Changelog: 1.1.2...1.1.3

1.1.2

03 May 12:56
Compare
Choose a tag to compare

More bug fixes for ulab quirks