Releases: DrGrafil/NISTConst
Releases · DrGrafil/NISTConst
Version 1.1.0
Release notes
NISTConst 1.1.0
Features:
- Constants are defined as static constexpr for >C++11 compilers
- Added
#define NISTCONST_PRECXX11
macro for older compilers. - Macro to detect C vs C++ is compiling
Improvements:
- Added additional Install instructions to readme.
- Detabifyed the header file.
Fixes:
- Fixed bug in README code.
Version 1.0.0
Features:
- Completed final pass for public release.
- Completed verification.
Improvements:
- Added Install instructions to readme.
- Moved NISTconst to NISTConst folder
Fixes:
- Fixed documentation for inverseFineStructureConstantUncertainty.
- Fixed issues with generating pdf documentation.
Version 0.9.0
Features:
- Created aliases to all constants using common names and symbols.
- Alias included through #define NISTCONST_COMMON_SYMBOLS_NAMES.
- Added uncertainty constants to all common names and symbols constants.
- Documented all common names and symbols constants.
Improvements:
- Switched License to MIT
- Renamed BohrMagnetonInInversemPerT to BohrMagnetonInInversemT
Fixes:
- Capitalized Fine-structure
Version 0.8.0
Features:
- Completed documentation.
- Readme file that isnt one line.
Improvements:
- Added units in documentation to all atomic units.
- Clarified atomic mass unit to unified atomic mass unit.
- Added spaces where necissary in units documentation.
- Moved inverse fine structure constant to be under Fine structure constant.
- Brining tau particle and triton notation inline with other particles.
- Renamed PlanckMassInGeV to PlanckMassInGeVpercSquared.
- Replaced lambdabar with lambda/2pi in documentation.
- Added radians to units for gyromagnetic ratios.
Fixes:
- Fixed issue when compiling with NISTCONST_UNCERTAINTY defined.
- Fixed uncertainty constant names for: electronVolt.
- Fixed error in name of NewtonianConstantOfGravitationOverhbarc.
- Fixed misspelling of tesla in few places.
Version 0.7.0
-All 335 constants from NIST are now in the header file along with uncertainties
-Documentation is nearly complete