Skip to content

minor release

Compare
Choose a tag to compare
@tjenni tjenni released this 08 May 12:59
· 4 commits to master since this release

The unitmacro \number had some collision with other packages. The unitless unit has been renamed from \number to \unitless. The declaration in the Latex preamble \DeclareSIUnit\number{} has therefore to be replaced with \DeclareSIUnit\unitless{}.

The parsing of uncertainty values in the package siunitx has changed. It was incompatible with the output of Number.__tostring(). To mitigate this issue a new method Number.tosiunitx() has been added.