Skip to content

Releases: martinfrances107/rust_d3_geo

First Stable release

31 May 12:11
Compare
Choose a tag to compare
  • The public API has been reviewed, many internals were relegated to pub(crate), pub(super) without reducing functionality.

  • Recently about 10% speedup was achieved by migration to using web_sys::Path2d

  • Dependencies were review, a crate that is no longer maintained was removed, for security concerns. A side effect of this is that multiple version of the same crate were streamlined to a single version, reducing the footprint of the library

The library feels in a good place.

Added new projections

27 Feb 01:51
Compare
Choose a tag to compare
Added new projections Pre-release
Pre-release

Added new projections

conicConformal
equalArea
equalEarth

Added new "projection/builder_conic" with a parallels() method common to the new set of projections.

updated examples/projection with associated plots.