-
-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Labels
Description
Spire currently has good support for:
- concrete data types (Rational, SafeLong, etc...)
- abstract typeclasses that mimic abstract algebraic structures (rings, fields, etc...)
We want to reduce Spire's JAR size and improve code coverage in the modules where Spire is robust.
Roadmap:
- Deprecate code by moving it to a
spire-legacypackage. That includes lawless or redundant typeclasses, and data types whose definition is not clear (ex:Jet). - Algorithms such as sorting, ..., should be separated from data types.
LukaJCB