You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move modules containing public interfaces into an api sub-package.
Break the bulky format_utils module into multiple modules, now in a format_utils sub-package.
Collect the main formatting algorithms into a formatting sub-package.
Sort tests into feature and unit tests.
Some utility code refactoring.
Fixed
Fixed a bug where uncertainties between the Particle Data Group uncertainties thresholds would erroneously result in ValueError being raised when formatted with pdg_sig_figs=True. [#164]