Skip to content

Releases: quantopian/serializable-traitlets

0.3.3

04 Mar 18:50
Compare
Choose a tag to compare
  • Added handling of ssl_ca_certs in MongoConfig

0.3.2

13 Dec 21:37
Compare
Choose a tag to compare
  • Adds Python 3.6 and 3.7 to the build
  • Resolves several DeprecationWarnings on newer versions of Python
  • Miscellaneous tests and flake8 cleanup

0.3.1

13 Dec 21:25
Compare
Choose a tag to compare

Added a trait for pathlib.Path.

0.2.7

16 Jun 18:26
Compare
Choose a tag to compare

Adds a new LengthBoundedUnicode type that requires minlen and maxlen arguments and validates that input unicode values' lengths fall within the specified bounds.