Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: physinet/msgspec

Tags

0.9.1

Toggle 0.9.1's commit message
Release 0.9.1

0.9.0

Toggle 0.9.0's commit message
Release 0.9.0

0.8.0

Toggle 0.8.0's commit message
Release 0.8.0

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.7.1 (msgspec#132)

0.7.0

Toggle 0.7.0's commit message
Release 0.7.0

Updates changelog. Also adds github PR links for all changelog entries.

0.6.0

Toggle 0.6.0's commit message
Add "Why msgspec?" section to docs

0.5.0

Toggle 0.5.0's commit message
Fixup decode(..., type=Struct) optimization

Between the original PR being made and merged a change went in that
broke the optimization (specifically, the type code for struct types was
split into `MS_TYPE_STRUCT` and `MS_TYPE_STRUCT_ARRAY`). This fixes the
bug, and expands the tests to provide a more localized check for this
behavior.

0.4.2

Toggle 0.4.2's commit message
Add type annotation for `__struct_fields__`.

0.4.1

Toggle 0.4.1's commit message
Document nogc

0.4.0

Toggle 0.4.0's commit message
Fix sdist

Include `.h` files in sdist builds.