Releases: quantumlib/TypedUnits
Releases · quantumlib/TypedUnits
v0.0.2
The main change in v0.0.2 is tighter static typing checks
What's Changed
- update dev version by @NoureldinYosri in #75
- run CI on different platforms and fix ARM64 abs issue by @NoureldinYosri in #77
- remove macos-13 from workflows and update the type stub to accommodate the latest numpy version by @NoureldinYosri in #79
- Build distribution wheels for Python 3.14 by @pavoljuhas in #81
- Change the default units to their dimensional version by @NoureldinYosri in #82
- Address DeprecationWarning-s for pyparsing functions by @pavoljuhas in #83
- return NotImplemted for unsupported operations in array_ufunc and implement matmul by @NoureldinYosri in #84
Full Changelog: v0.0.1...v0.0.2
TypedUnits v0.0.1
TypedUnits is a fast units and dimensions library with support for static dimensionality checking and protobuffer serialization written in cython. The library is a culmination of effort from many people and v0.0.1 is its first stable release of the library