Release Notes¶
Development Branch¶
Version 0.0.4¶
Jun. 30, 2020
- Updated - Quantityclass to use simple dictionaries instead of pandas.DataFrame objects to increase database loading speed.
Version 0.0.2¶
Jan. 7, 2020
- Saved - unit_dbas JSON file for faster initialization.
- Wrote - vunits.run_testsfunction to simplify running the test suite.
- Added ability to express - Quantityobject as a dict.
Version 0.0.1¶
Dec. 26, 2019
- Added - Quantityclass.
- Added unit parser that supports powers, compound units, derived units to determine inputted units. 
- Updated constants in - constantsmodule to use Quantity objects.
- Added database with preliminary set of units. 
- Added unit tests. 
- Created - convertmodule for unit conversion and type conversion.