All notable changes to this project will be documented in this file.
- Update dependencies
- Finally add CHANGELOG.md
- Add MSRV (1.60)
- Upgrade dependencies
- Format Cargo.toml
- More Cargo.toml formatting
- Move clippy allows to specific lines of code
- Add (and fix) more deny lints
- Add audit, deny, outdated, and udeps to CI
- Fix cargo audit advisory db location
- Make accepted licenses explicit
- Allow clippy lints on specific tests
- Change std::time::Duration to std::core::Duration
- Change unwrap()s to expects() and deny in clippy
- Clean up by using cfg-if where possible
- Use prop_assert* macros where appropriate
- Add husky for pre-commit hook generation
- Switch to array-init
- Add more stuff to CI
- Add examples to CI
- Get to 100% coverage, clean up cargo features
- Add benchmark, optimize
- Updates to NetworkCoordinate
- F32/f64 cargo features added
- Udpate crate description
- Minor updates re: type aliases, crate to 0.5.1
- Improve ergonomics for serialization format
- Type aliases for 2D/3D NetworkCoordinates
- Exclude examples from crate
- Add numeric stability
- Add PlanetLab example
- Add proptest, make vec mul/div scalar safer
- Add property tests to HeightVector
- Add test for NetworkCoordinate::estimate_rtt
- Formatting
- Add link to docs.rs in README
- Add link to ticket tracker
- Add serde