Skip to content

Taurus v0.2.0 is released!

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxhutch maxhutch released this 27 Sep 18:46
6a0f92c

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 to TypeError when validating arguments. This better reflects the error mode.

Coming Soon

  • More units for real values, e.g. #23