This release changes much of the testing and organization internally, but has minimal user impact. The one new feature is support for static type hints; you can now use MyPy or another static type hint checker with hepunits. This does not (yet) add special type checking to the units, but just makes sure that units are transparently seen as floats so downstream packages can implement type checking.