Taurus v0.2.0 is released!
Pre-release
Pre-release
Most of this release is test coverage, which includes some changes to the exception types to better reflect the error that is being raised. This release also includes improvements to the string representation of data objects.
What's new
- 100% test coverage.
- A more intelligent
__repr__
method, which will include the names of soft-linked objects.
Changes
- Some
ValueError
changed toTypeError
when validating arguments. This better reflects the error mode.
Coming Soon
- More units for real values, e.g. #23