Initial release of the numcertain package, supporting the following features:
- Storage and retrieval of uncertain values with the uncertain type
- Instantiation of uncertain values with pairs or single ints or floats
- Basic arithmetic with uncertain values (addition, subtraction, multiplication & division)
- Conversion to and from ints and floats
- Hashing of uncertain values
- Pretty printing of uncertain values
- Retrieval of nominal and uncertain components
- Basic arithmetic with numpy arrays of uncertain values (addition, subtraction, multiplication & division)