Releases: SymbolicML/DynamicQuantities.jl
Releases · SymbolicML/DynamicQuantities.jl
v0.5.0
DynamicQuantities v0.5.0
Closed issues:
- Use
Int64 / C
as default (#20)
Merged pull requests:
- Make
AbstractQuantity
andAbstractDimensions
(#24) (@MilesCranmer)
v0.4.0
What's Changed
- Create in-house units module by @MilesCranmer with review from @odow @oscardssmith @mcabbott in #22
- Additional utilities for identity functions,
+
, and-
by @MilesCranmer with review from @mcabbott and @j-fu in #23 - New documentation page: https://symbolicml.org/DynamicQuantities.jl/dev/api/
- Comes with descriptions of all available units/prefixes
Full Changelog: v0.3.0...v0.4.0
v0.3.0
DynamicQuantities v0.3.0
Closed issues:
- INVALID vs error (#16)
Merged pull requests:
- Create
FixedRational
type for faster dimensions (#21) (@MilesCranmer)
v0.2.0
What's Changed
- Add Base.zero and one by @MilesCranmer in #6
- Error on overflow in dimensions variable by @MilesCranmer in #5
- Fix upreferred issue by loading at runtime by @MilesCranmer in #15
- Give
Dimensions
a type parameter. by @oscardssmith in #14 - Throw
DimensionError
rather than using avalid
field inQuantity
by @MilesCranmer in #17
New Contributors
- @oscardssmith made their first contribution in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
DynamicQuantities v0.1.0
Merged pull requests:
- Use Ratios.jl for faster rationals (#3) (@MilesCranmer)