Skip to content

Releases: GeEom/fixed_analytics

v2.0.1

07 Apr 09:08
c835376

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v2.0.1"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v2.0.1", default-features = false }

What's Changed

  • v2.0.1: Update docs.rs documentation by @GeEom in #8

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Mar 20:04
6952d0f

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v2.0.0"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v2.0.0", default-features = false }

What's Changed

  • v2.0.0: Replace CORDIC rotation with polynomial evaluation by @GeEom in #7

Full Changelog: v1.0.0...v2.0.0

v1.0.0

16 Mar 11:51
4d13c1b

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v1.0.0"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v1.0.0", default-features = false }

What's Changed

  • v1.0.0: Guarantee no public function can panic by @GeEom in #6

Full Changelog: v0.5.1...v1.0.0

v0.5.1

11 Jan 13:05
d45585b

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v0.5.1"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v0.5.1", default-features = false }

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Jan 12:59
6e2eb93

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v0.5.0"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v0.5.0", default-features = false }

What's Changed

  • v0.5.0: Tune estimated thresholds via accuracy search by @GeEom in #4

Full Changelog: v0.3.0...v0.5.0

v0.4.0

11 Jan 11:06
a309443

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v0.4.0"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v0.4.0", default-features = false }

What's Changed

  • v0.4.0: Add accuracy measurements to readme by @GeEom in #3

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jan 00:06
2e3df03

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v0.3.0"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v0.3.0", default-features = false }

What's Changed

  • v0.3.0: Improve Taylor series approximations for sinh/cosh by @GeEom in #2

Full Changelog: v0.2.0...v0.3.0

v0.1.0

30 Dec 15:45

Choose a tag to compare

Installation

[dependencies]
fixed_analytics = "v0.1.0"

For no_std environments:

[dependencies]
fixed_analytics = { version = "v0.1.0", default-features = false }

Full Changelog: https://github.com/GeEom/fixed_analytics/commits/v0.1.0