# Change Log
## [0.4.1] - 2026-02-23
### New
- New `webgraph-rank` CLI supporting centrality measures.
- Support for loading vectors parallel to previous support for writing vectors.
### Improved
- Floats without a specified precision are now printed using the `zmij` crate,
which brings a 3-4x speed improvement.
## [0.4.0] - 2026-02-18
### New
- Support for π codes in the CLI tools.
- `webgraph-dist` now supports running the ExactSumSweep algorithm.
### Changed
- Moved to `rand` 0.10.0.
### Fixed
- Check CLI commands `ef` and `eq` lacked endianness support.
## [0.3.0] - 2025-11-28
### Changed
- Switched to the 2024 edition.
## [0.2.0] - 2025-11-15
### Changed
- Code has been updated to the new WebGraph version.
## [0.1.0] - 2025-05-23
### Changed
- Layered Label Propagation is now accessed through the `webgraph-algo` CLI.