Skip to content

Latest commit

 

History

History
197 lines (122 loc) · 7.52 KB

CHANGELOG.md

File metadata and controls

197 lines (122 loc) · 7.52 KB

v0.2.5 (2024-05-18)

New Features

  • add streaming-min, tdigest mod

Commit Statistics

  • 1 commit contributed to the release over the course of 28 calendar days.
  • 47 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add streaming-min, tdigest mod (943df24)

v0.2.4 (2024-04-01)

New Features

  • new streaming statistics features
  • stats is now no_std

Bug Fixes

  • add eps value to tests
  • add version to stats dep to quiet warning

Other

  • updating docs for stats

Commit Statistics

  • 7 commits contributed to the release over the course of 2 calendar days.
  • 28 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-stats v0.2.4 (77715c7)
    • Release irox-tools v0.6.1 (091c8ac)
    • Add eps value to tests (b2f572d)
    • New streaming statistics features (96c41ef)
    • Updating docs for stats (46dc6bf)
    • Add version to stats dep to quiet warning (2a25738)
    • Stats is now no_std (3bae95b)

v0.2.3 (2024-03-03)

Chore

  • fixup newline formatting

Commit Statistics

  • 2 commits contributed to the release over the course of 50 calendar days.
  • 95 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-stats v0.2.3 (ef99183)
    • Fixup newline formatting (0fc37b1)

v0.2.2 (2023-11-29)

Chore

  • pivot to using Cargo.toml workspace lints

Commit Statistics

  • 2 commits contributed to the release over the course of 3 calendar days.
  • 52 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-stats v0.2.2 (77e1ba9)
    • Pivot to using Cargo.toml workspace lints (88ebfb5)

v0.2.1 (2023-10-08)

New Features

  • new convolution and filtering module
  • decay can use a duration now

Bug Fixes

  • can actually create a gaussian now.

Commit Statistics

  • 4 commits contributed to the release over the course of 12 calendar days.
  • 19 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-tools v0.2.1, irox-carto v0.2.1, irox-egui-extras v0.2.1, irox-gpx v0.1.0, irox-types v0.2.1, irox-structs_derive v0.2.1, irox-raymarine-sonar v0.1.0, irox-stats v0.2.1, irox-winlocation-api v0.1.1, irox v0.2.1 (68d770b)
    • New convolution and filtering module (f3d2d7b)
    • Can actually create a gaussian now. (aa196c4)
    • Decay can use a duration now (cc0585f)

v0.2.0 (2023-09-18)

Chore

  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • prohibit unsafe code
  • new stats module

Commit Statistics

  • 5 commits contributed to the release over the course of 29 calendar days.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates (6a72204)
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Prohibit unsafe code (c088de0)
    • New stats module (31e1ea4)