Skip to content

Releases: AllenInstitute/argschema

v3.0.1

02 Jul 20:23
b5e1af0
Compare
Choose a tag to compare
Merge pull request #116 from AllenInstitute/dev

fix package name, bump microversion

v3.0.0

02 Jul 19:26
21781a4
Compare
Choose a tag to compare
bumps marshmallow version and argschema dependency (#112)

* bumps marshmallow version and argschema dependency

* renames container to inner (new in marshmallow 3.0.0rc8)

* extends marshmallow range down to 3.0.0

1.15.2

15 Sep 00:42
Compare
Choose a tag to compare

This release now includes a few new features

  • a simplied api for adding help descriptions
  • an optional output schema and output method for writing to the --output_json location
  • a feature for automating documentation of Schema's and ArgSchemaParser objects with sphinx-autodoc
  • better documentation and help descriptions derived from validate options
  • improved testing and code coverage

v1.14.1

01 Aug 18:26
Compare
Choose a tag to compare

We upgraded the api to allow for a more simple description='my name' syntax in the field definition.