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