Skip to content

Releases: spmadden/irox

irox-nmea0183 v0.1.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • Full new initial impl of NMEA-0183 spec.
  • prohibit unsafe code
  • Initial docs

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Full new initial impl of NMEA-0183 spec. (77a3ae6)
    • Prohibit unsafe code (c088de0)
    • Initial docs (5099108)

irox-networking v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

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

New Features

  • add keywords & categories to Cargo.toml
  • New TCP Connection Pool impl
  • prohibit unsafe code
  • new network tools module

Bug Fixes

  • Pool actually accepts clients now

Other

  • cleaning up clippy warnings
  • influx pings

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Add keywords & categories to Cargo.toml (df3fcaa)
    • Pool actually accepts clients now (d5f4d2f)
    • New TCP Connection Pool impl (e0d4ac9)
    • Cleaning up clippy warnings (5c17856)
    • Prohibit unsafe code (c088de0)
    • Influx pings (d42d248)
    • New network tools module (5a3e305)

irox-influxdb_v1 v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • fix new formatting errors from rust 1.72 upgrade
  • setting up blank changelogs for the modules

Bug Fixes

  • update to new CSV interface

Refactor

  • moved influxdb from 'libraries' to 'interfaces'

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Update to new CSV interface (60a6eba)
    • Fix new formatting errors from rust 1.72 upgrade (b9a0ae0)
    • Setting up blank changelogs for the modules (1a36533)
    • Moved influxdb from 'libraries' to 'interfaces' (68d0ccb)

irox-enums_derive v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • add keywords & categories to Cargo.toml, update README.md
  • new 'enums' module with derivable traits

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Add keywords & categories to Cargo.toml, update README.md (75c3c20)
    • New 'enums' module with derivable traits (de9e9b3)

irox-enums v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

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

New Features

  • add keywords & categories to Cargo.toml, update README.md
  • new 'enums' module with derivable traits

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Add keywords & categories to Cargo.toml, update README.md (75c3c20)
    • New 'enums' module with derivable traits (de9e9b3)

irox-egui-extras v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

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

New Features

  • fix module name to be consistent

Other

  • cleaning up clippy warnings

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update cargo.tomls to add repository (80d2b88)
    • Setting up blank changelogs for the modules (1a36533)
    • Cleaning up clippy warnings (5c17856)
    • Fix module name to be consistent (f98cc23)

irox-csv v0.2.1

18 Sep 03:13
c6d09fa
Compare
Choose a tag to compare

Chore

  • Fix up the readmes for publishing

Commit Statistics

  • 1 commit contributed to the release.
  • 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)

irox-csv v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • setting up blank changelogs for the modules

New Features

  • handle quotes within fields properly
  • finish implementing csv writer
  • prohibit unsafe code
  • new 'for_each' function
  • full/better CSV parsing
  • new writer builder
  • new csv reader/writer module

Bug Fixes

  • fix fmt

Other

  • cleaning up clippy warnings
  • started tokenizer

Refactor

  • use buffer, ignore repeated newlines, add test

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Feat!(csv): more robust testing, renames, documentation (b0f36ac)
    • Handle quotes within fields properly (4a8470c)
    • Use buffer, ignore repeated newlines, add test (e720f74)
    • Setting up blank changelogs for the modules (1a36533)
    • Finish implementing csv writer (3e154fb)
    • Cleaning up clippy warnings (5c17856)
    • Prohibit unsafe code (c088de0)
    • New 'for_each' function (175d88e)
    • Fix fmt (e91b38d)
    • Full/better CSV parsing (1a158e6)
    • Started tokenizer (6d1d9a9)
    • New writer builder (c943d81)
    • New csv reader/writer module (bf6140c)

irox-carto v0.2.0

18 Sep 02:49
6a72204
Compare
Choose a tag to compare

Chore

  • clean up code with additional lints
  • update cargo.tomls to add repository
  • fix new formatting errors from rust 1.72 upgrade
  • setting up blank changelogs for the modules

New Features

  • Impl MaybeFrom for DilutionOfPrecision
  • Display impls for several structs
  • new GPS receiver struct GPSFixTime and improvements to DOPs
  • Quick WGS84 check in EllipticalShape
  • Impl Display for multiple types
  • Impl 'short_name' for AltitudeReferenceFrame
  • Impl 'name' for EllipticalShape
  • Refactor EllipticalShape EPSG into a u32 code
  • New ConvertError struct
  • New GPS Dilution of Precision struct
  • New Elliptical Coordinate builder
  • New more-specific Absolute and Relative CoordinateTypes
  • New Elevation angle type
  • Uncertainties in EllipticalCoordinate
  • Derive PartialEQ and others for Coordinate Types
  • New 'Altitude' type with reference frames.
  • prohibit unsafe code
  • Updating coordinates
  • Add name to standard ellipsoids
  • Add additional GRS80, Airy ellipsoids
  • Inv TM tests
  • TM unidirectional
  • Basic EPSG3857 (SphericalMercator) impl
  • First impls of projections

Bug Fixes

  • Cleanup formatting
  • fix clippy lint for slices
  • grump. silly clippy fix off-by-one
  • fix clippy lints
  • fmt
  • Fixing issue with 3857

Other

  • cleaning up clippy warnings
  • remove '*' versions
  • exclude docs folder from publish
  • add license headers
  • update metadata, prepare for release

Refactor

  • Move coordinate & geo from units

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Clean up code with additional lints (f03d8a3)
    • Update cargo.tomls to add repository (80d2b88)
    • Fix new formatting errors from rust 1.72 upgrade (b9a0ae0)
    • Setting up blank changelogs for the modules (1a36533)
    • Impl MaybeFrom for DilutionOfPrecision (38072c3)
    • Display impls for several structs (9a92cc2)
    • New GPS receiver struct GPSFixTime and improvements to DOPs (b180e4e)
    • Quick WGS84 check in EllipticalShape (3403b5e)
    • Cleanup formatting (527e19e)
    • Impl Display for multiple types (1b6eeeb)
    • Impl 'short_name' for AltitudeReferenceFrame (6aa9d74)
    • Impl 'name' for EllipticalShape (a72d1f7)
    • Fixup windowscarto (b294607)
    • Fixup converterror (9dbf74a)
    • Refactor EllipticalShape EPSG into a u32 code (55233e2)
    • New ConvertError struct (f4a5054)
    • New GPS Dilution of Precision struct (91a282d)
    • New Elliptical Coordinate builder (c41735b)
    • New more-specific Absolute and Relative CoordinateTypes (c7f4ed6)
    • New Elevation angle type (219fa86)
    • Uncertainties in EllipticalCoordinate (b6e6c2f)
    • Derive PartialEQ and others for Coordinate Types (ed9b49d)
    • New 'Altitude' type with reference frames. (23809bd)
    • Fix clippy lint for slices (24ebfad)
    • Cleaning up clippy warnings (5c17856)
    • Grump. silly clippy fix off-by-one (94039ac)
    • Fix clippy lints (a84feba)
    • Prohibit unsafe code (c088de0)
    • Remove '*' versions (6fa2e18)
    • Exclude docs folder from publish (8ef5bb6)
    • Add license headers (5d31a59)
    • Update metadata, prepare for release (49d5566)
    • Fmt (8a9f899)
    • Updating coordinates (6303361)
    • Add name to standard ellipsoids (f54b433)
    • Add additional GRS80, Airy ellipsoids (4c29c32)
    • Inv TM tests (bcd3c93)
    • TM unidirectional (8b5f0f2)
    • Move coordinate & geo from units (553cfca)
    • Fixing issue with 3857 (6a6902f)
    • Basic EPSG3857 (SphericalMercator) impl (0d95487)
    • First impls of projections (4850e84)