v1.7.0
What's Changed
- Simple affine units implementation by @MilesCranmer @Deduction42 in #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: v1.6.0...v1.7.0