Skip to content

Releases: JuliaPhysics/NaturallyUnitful.jl

v1.0.0

01 Apr 19:19

Choose a tag to compare

[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

Minor update version 0.2.0

22 May 18:55

Choose a tag to compare

v0.2.0

minor feature updates