-
Added a UDUNITS2 -> [La]TeX converter.
cf_units.tex.tex(unit_string)
-
In order to solve the above, a formal UDUNITS2 grammar and a private parser API was added (#140)
-
Support for unicode units (e.g.
cf_units.Unit('π m²')
) (#135, #137) -
Replaced use of private
_Unit
factory function (#131) -
Improve py38 compatibility (#142)
-
Better UDUNITS2 exception handling for py3 (#136)
-
Allow pip install without needing numpy pre-installed (#145)