https://pypi.org/project/pycapnp/1.0.0/
https://github.com/capnproto/pycapnp/releases/tag/v1.0.0
v1.0.0 is finally released!
Only a handful of changes since v1.0.0b2, mostly adding Python 3.9 wheels
and getting CI tests stabilized (and waiting for the msvc compiler to fix
some bugs).
v1.0.0 (2
https://pypi.org/project/pycapnp/1.1.0/
https://github.com/capnproto/pycapnp/releases/tag/v1.1.0
v1.1.0 has been released!
Thanks to all the contributors, especially John Vandenberg (jayvdb) who
offered to put in extra the effort to push out v1.1.0.
There was some investigation done to see if w
https://pypi.org/project/pycapnp/1.1.1/
https://github.com/capnproto/pycapnp/releases/tag/v1.1.1
v1.1.1 has been released!
Thanks to all the contributors! (and for your patience!).
v1.1.1 (2022-05-23)
- aarch64 Linux wheel support (thanks odidev!)
- Fix doc string for _DynamicResizableLis
pycapnp pypi packages have been patched as well
https://pypi.org/project/pycapnp/ v1.2.2
(sorry for the delay, my PSU blew up...)
This is only relevant if you use the pypi packages. If you compile pycapnp
with system libcapnp you should only have to update your system packages.
-Jacob
On Wedne
https://pypi.org/project/pycapnp/1.3.0/
https://github.com/capnproto/pycapnp/releases/tag/v1.3.0
v1.3.0 has been released!
## v1.3.0 (2023-01-26)
- Update to bundled capnproto-0.10.3
- Add Python 3.11 to Github Actions builds (#306)
- Prevent race condition in example code (#305)
This release de
https://pypi.org/project/pycapnp/2.0.0b1/
https://github.com/capnproto/pycapnp/releases/tag/v2.0.0b1
v2.0.0b1 has been released!
## v2.0.0b1 (2023-10-03)
- Update to bundled capnproto-1.0.1
- Remove support for Python 3.7
- Use custom build backend to support build args (#328)
- Update Cython ve