Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-16 | 632 Bytes | |
v1.7.0 source code.tar.gz | 2025-03-16 | 73.2 kB | |
v1.7.0 source code.zip | 2025-03-16 | 94.4 kB | |
Totals: 3 Items | 168.2 kB | 0 |
What's Changed
- Simple affine units implementation by @MilesCranmer @Deduction42 in https://github.com/SymbolicML/DynamicQuantities.jl/pull/168
- This is a very barebones implementation meant to just allow for basic conversion from degrees Celsius and Fahrenheit into SI units
- You can use it like:
room_temp = 22ua"degC"
to get a quantity representing 22 degrees Celsius, but converted to Kelvin. - Note that this is experimental and may change in the future, until the warning message is removed from the docstring.
Full Changelog: https://github.com/SymbolicML/DynamicQuantities.jl/compare/v1.6.0...v1.7.0