Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Releases: cognitect/transit-python

v0.8.282

26 Feb 18:42
Compare
Choose a tag to compare

Changes in this release:

  • minor performance enhancements.
  • namespace and complete comparison semantics for Keywords and Symbols.
  • fixed bug that led to cache use in json-verbose mode.
  • fix for ambiguous inheritance resolution in ClassDict key lookup.
  • setup.py is now generated for source releases and does not invoke an executable via subprocess.

v0.8.240

03 Oct 15:37
Compare
Choose a tag to compare

Introduced transit_types.Boolean to accomodate hash/set membership interop between other languages for 0/False and 1/True.