Skip to content

Releases: PSLmodels/ParamTools

ParamTools 0.2.0

07 Feb 00:49
d5dd667
Compare
Choose a tag to compare
  • Display the bad value in all error messages. Previously, the bad value was not displayed in type error messages.
  • Validation errors are raised via the paramtools.ValidationError class instead of marshmallow.ValidationError
  • A bug that did not allow array parameters to use choice validation was resolved. Now, ParamTools checks that each element of the "value" array is in the choices list.
  • Automated testing is set up.
  • Pre-commit is used to Black changed code.

ParamTools 0.2.0rc1

01 Feb 15:50
d5dd667
Compare
Choose a tag to compare
ParamTools 0.2.0rc1 Pre-release
Pre-release

This is the first release candidate for the 0.2.0 release:

  • Display the bad value in all error messages. Previously, the bad value was not displayed in type error messages.
  • Validation errors are raised via the paramtools.ValidationError class instead of marshmallow.ValidationError
  • A bug that did not allow array parameters to use choice validation was resolved. Now, ParamTools checks that each element of the "value" array is in the choices list.
  • Automated testing is set up.
  • Pre-commit is used to Black changed code.

ParamTools 0.1.1

23 Jan 15:47
d70feca
Compare
Choose a tag to compare

Features:

  • Use 'title' instead of 'long_name'.
  • Add to_array and from_array to convert data from the Value object structure to an array structure.
  • Add Order object to the spec. This is necessary for the first implementation of the array conversion methods.
  • Revamp the docs to follow the Mozilla WOT API spec structure.
  • Add automating testing with Travis CI.

ParamTools 0.1.0

16 Jan 14:37
15a37a3
Compare
Choose a tag to compare
Merge pull request #7 from PSLmodels/dependencies

Specify package dependency