Releases: PSLmodels/ParamTools
Releases · PSLmodels/ParamTools
ParamTools 0.2.0
- 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 ofmarshmallow.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
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 ofmarshmallow.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
Features:
- Use 'title' instead of 'long_name'.
- Add
to_array
andfrom_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
Merge pull request #7 from PSLmodels/dependencies Specify package dependency