Skip to content

v1.0.0

Latest

Choose a tag to compare

@MasonProtter MasonProtter released this 01 Apr 19:19

[1.0.0]

Added

  • Custom NaturalSystem type for different conversions/preferred units
    • Multiple units remaining, or none, now possible
  • Unit inference in natural - now provide a basis of any units to convert and the appropriate powers are derived as needed
  • A second builtin unit system (QG_UNITS/unitless), which includes G=1
  • natdims and naturalunit functions for more information about conversion process

Changed

  • The default units are now called PARTICLE_UNITS and included converting mol using Avogadro's constant.
  • base kwarg in natural is now positional, with multiple bases allowed

Removed

  • unnatural function - now incorporated into natural via more flexible bases