Ethan Mentzer
Results
2
issues of
Ethan Mentzer
This includes all the changes of #469, but with Windows build support. It also disables builds for PyPy Python (meaning we only generate builds for CPython). If necessary, builds for...
Right now, the `ApplicationRegistry.set` method (in [pint.registry](https://github.com/hgrecco/pint/blob/master/pint/registry.py#L228)) requires that the `new_registry` parameter be an instance of `UnitRegistry` or `LazyRegistry`, and therefore does not allow instances of `GenericUnitRegistry` to be used:...