Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.3 KB

NEWS.md

File metadata and controls

41 lines (31 loc) · 1.3 KB

UnitfulAtomic release notes

master

  • Add docstrings for all units (#8).
  • This release requires Julia ≥ 1.0 and Unitful ≥ 1.10 (#8).

v1.0.0

  • Remove unnecessary code in __init__()
  • This release contains no breaking changes

v0.3.0

  • Update physical constants to CODATA 2018 recommended values (BREAKING)
  • Simplify some atomic units (BREAKING):
    • 1st hyperpolarizability: e^3*a₀^3/Eₕ^2
    • 2nd hyperpolarizability: e^4*a₀^4/Eₕ^3
    • E-field gradient: Eₕ/(e*a₀^2)
    • Electric polarizability: e^2*a₀^2/Eₕ
    • Permittivity: e^2/(a₀*Eₕ)
  • This release is compatible with Julia ≥ 0.7 and Unitful ≥ 0.16

v0.2.0

  • Change names of atomic units to remove name clashes (BREAKING):
    • mₑme_au
    • ee_au
    • ħħ_au
    • kk_au
    • a₀a0_au
    • EₕEh_au
  • Register all units for usage with @u_str
  • Compatibility with Unitful 0.14.0 (cf. ajkeller34/Unitful.jl#201)
  • Since this version uses the CODATA 2014 recommended values, it does not support Unitful ≥ 0.16

v0.1.0

Initial release. This release only supports Unitful ≤ 0.13.0.