Skip to content

Releases: spmadden/irox

irox-units v0.4.0

19 May 21:43
aacdec7
Compare
Choose a tag to compare

Refactor (BREAKING)

  • rename feature std_errors to std to align with other modules

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Rename feature std_errors to std to align with other modules (7a4c7dc)

irox-progress v0.3.4

19 May 21:44
5d2b982
Compare
Choose a tag to compare

Bug Fixes

  • cancel children tasks when parent is cancelled

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Cancel children tasks when parent is cancelled (01427cc)

irox-networking v0.4.3

19 May 21:44
a8ba268
Compare
Choose a tag to compare

Bug Fixes

  • add irox-tools/std feature to networking

Commit Statistics

  • 1 commit contributed to the release.
  • 76 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 irox-tools/std feature to networking (ebb6c80)

irox-winlocation-api v0.5.1

18 May 23:42
f2c4565
Compare
Choose a tag to compare

Chore

  • bump winlocation-api to 0.5.1 for release

Commit Statistics

  • 2 commits contributed to the release over the course of 126 calendar days.
  • 171 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 winlocation-api to 0.5.1 for release (ab1f67d)
    • Release irox-tools v0.5.0, safety bump 17 crates (a46e9e2)

irox v0.6.0

18 May 23:43
8ed2149
Compare
Choose a tag to compare

New Features

  • add bits to top level irox & readme

Refactor (BREAKING)

  • rename exports to be the same as the features

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Rename exports to be the same as the features (8c5ee8e)
    • Release irox-tools v0.8.0 (00325aa)
    • Add bits to top level irox & readme (2e5149d)
    • Release irox-influxdb_v1 v0.6.0 (62724de)
    • Release irox-structs v0.5.0 (0b03542)
    • Release irox-structs_derive v0.3.0 (c590e04)
    • Release irox-types v0.4.0 (d81a518)
    • Release irox-tools v0.7.0 (a6a3ae3)
    • Release irox-tools v0.6.0 (0560dc1)
    • Release irox-networking v0.4.1 (1236d8f)
    • Release irox-tools v0.5.2 (89b01ec)
    • Release irox-time v0.4.1 (0fdd826)
    • Release irox-egui-extras v0.3.6, irox-progress v0.3.0 (f23a34b)
    • Release irox-units v0.3.4 (f9d100d)
    • Release irox-tools v0.5.1 (c51a7a0)
    • Release irox-tools v0.5.0, safety bump 17 crates (a46e9e2)

irox-tools v0.8.1

18 May 16:23
a77a177
Compare
Choose a tag to compare

Chore

  • clean up some test warnings in irox-tools

New Features

  • add new (basic) pagefile wrapper.

Bug Fixes

  • put pagefile behind right feature (bits/std)
  • fix pagefile compiling/function on Linux
  • disable lints for random's test code
  • fix debug math panic in Random

Other

  • fix urls in primitives

Refactor

  • move buf back into module, expose StrBuf

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Put pagefile behind right feature (bits/std) (2c526b4)
    • Fix urls in primitives (c853a91)
    • Move buf back into module, expose StrBuf (826ce7f)
    • Fix pagefile compiling/function on Linux (835f4d7)
    • Clean up some test warnings in irox-tools (b8c91df)
    • Disable lints for random's test code (62b40dc)
    • Add new (basic) pagefile wrapper. (45b145a)
    • Fix debug math panic in Random (1c413bb)

irox-threading v0.2.4

18 May 16:24
42fa14b
Compare
Choose a tag to compare

Bug Fixes

  • fix issue in current thread executor where a task would mark that it should be rescheduled, but the executor would override it.

Commit Statistics

  • 1 commit contributed to the release over the course of 13 calendar days.
  • 75 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 issue in current thread executor where a task would mark that it should be rescheduled, but the executor would override it. (0b4029d)

irox-stats v0.2.5

18 May 16:24
38375e2
Compare
Choose a tag to compare

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)

irox-sirf v0.4.1

18 May 23:37
35bd139
Compare
Choose a tag to compare

Bug Fixes

  • add dep on bits/std
  • pull in irox_structs::alloc
  • convert to using bits error

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Add dep on bits/std (4ad1c3f)
    • Pull in irox_structs::alloc (9b798b2)
    • Convert to using bits error (9d0f6eb)

irox-raymarine-sonar v0.5.1

18 May 23:35
bfa7b6e
Compare
Choose a tag to compare

Bug Fixes

  • convert to using bits
  • include bits/std

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Include bits/std (c7d4d20)
    • Release irox-raymarine-sonar v0.5.1 (31c4987)
    • Release irox-raymarine-sonar v0.5.1 (6bb635f)
    • Convert to using bits (425a8bc)