Skip to content

Releases: spmadden/irox

irox-winlocation-api v0.1.1

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

New Features

  • add ability to watch location status
  • adding request for geolocation status

Bug Fixes

  • switching to manual convert of nanos in timestamp
  • using micros instead of nanos for wintime
  • and yet another fix for the timestamp
  • actually add timestamp
  • add timestamp to coordinate if not present already
  • check for NaN & Inf in spd and hdg
  • add additional trace logging to the location handler

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Switching to manual convert of nanos in timestamp (c368a7f)
    • Using micros instead of nanos for wintime (db5ef9a)
    • And yet another fix for the timestamp (099c216)
    • Actually add timestamp (f9777b2)
    • Add ability to watch location status (9e06dc9)
    • Add timestamp to coordinate if not present already (0ca8619)
    • Adding request for geolocation status (05b284b)
    • Check for NaN & Inf in spd and hdg (4670aaa)
    • Add additional trace logging to the location handler (01adbbd)

irox v0.2.1

08 Oct 01:07
5303955
Compare
Choose a tag to compare

Chore

  • adding raymarine-sonar converter to irox
  • adding missing modules to lib

New Features

  • new GPX reader/writer module

Commit Statistics

  • 5 commits contributed to the release over the course of 6 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 v0.2.1 (08857ab)
    • 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 GPX reader/writer module (b378b9d)
    • Adding raymarine-sonar converter to irox (3300f2a)
    • Adding missing modules to lib (3ebb2f1)

irox-types v0.2.1

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

New Features

  • impl ToString for PrimitiveValue
  • add 'blob' type

Bug Fixes

  • fix blob to_string

Commit Statistics

  • 3 commits contributed to the release over the course of 8 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

irox-tools v0.2.1

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

Chore

  • fix fmt in vec

New Features

  • added additional static functions to Bits
  • UpperHex for PrettyVec and new PrettyVecDeque
  • partially working murmur3_128 hash fn.
  • some new static helper functions

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Fix fmt in vec (c1fe9a1)
    • Added additional static functions to Bits (d9f3dc8)
    • UpperHex for PrettyVec and new PrettyVecDeque (d280045)
    • Partially working murmur3_128 hash fn. (c2db7b0)
    • Some new static helper functions (6465a08)

irox-structs_derive v0.2.1

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

Chore

  • locking deps to current versions
    This should enable us to verify behaviors through tests, and not rely on a dev's goodwill and semver versioning to ensure the tools and libraries work.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Locking deps to current versions (9725e63)

irox-stats v0.2.1

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

New Features

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

Bug Fixes

  • can actually create a gaussian now.

Commit Statistics

  • 3 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
    • New convolution and filtering module (f3d2d7b)
    • Can actually create a gaussian now. (aa196c4)
    • Decay can use a duration now (cc0585f)

irox-raymarine-sonar v0.1.0

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

Chore

  • adding empty changelogs to prep for release
  • fixup copyright in headers

New Features

  • write out gpx file
  • new raymarine sonar converter module

Other

  • much cleaner parser impls
  • generating valid-ish points now
  • more progress with the sonar converter

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Adding empty changelogs to prep for release (8b615cc)
    • Write out gpx file (a698240)
    • Fixup copyright in headers (6044deb)
    • Much cleaner parser impls (17196e5)
    • Generating valid-ish points now (461eab9)
    • More progress with the sonar converter (f8344d4)
    • New raymarine sonar converter module (4ae68a2)

irox-networking v0.2.1

08 Oct 01:07
5303955
Compare
Choose a tag to compare

Bug Fixes

  • bump version to pull in new dep

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Bump version to pull in new dep (fc10cc8)

irox-gpx v0.1.0

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

Chore

  • adding empty changelogs to prep for release

New Features

  • new GPX reader/writer module

Other

  • started reader impl

Commit Statistics

  • 3 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Adding empty changelogs to prep for release (8b615cc)
    • Started reader impl (31ab144)
    • New GPX reader/writer module (b378b9d)

irox-egui-extras v0.2.1

08 Oct 00:56
68d770b
Compare
Choose a tag to compare

Chore

  • Fix up the readmes for publishing

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Fix up the readmes for publishing (f99614a)