Skip to content

0.6.2

Compare
Choose a tag to compare
@dargueta dargueta released this 05 Mar 16:39
· 195 commits to master since this release
5707d71

Released 2019-03-05

Deprecations

The load, loads, dump, and dumps of Field classes are deprecated in favor of from_stream, from_bytes, to_stream, and to_bytes for consistency with the Struct methods.

Other Changes

  • Minor typo fixes in the documentation.
  • Changed imports in internal code to stop importing fields from binobj.
  • Upgraded test dependencies.