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

0.6.2

Compare
Choose a tag to compare
@scottpurdy scottpurdy released this 19 May 15:56
· 244 commits to master since this release
  • Updated Circle CI configuration and switch to that for OS X builds (instead of Travis CI)
  • Documentation updates: PyRegion
  • IWYU documentation update
  • Fixed C++ boolean ref counting bug that caused segfaults when running Python projects
  • Update pytest and pycapnp dependency versions
  • Implemented byte buffer passing as alternative Python<->C++ strategy for capnp serialization logic. This has some memory/speed overhead but avoids ABI issues that could cause crashes
  • Fixed prototest to get meaningful comparison numbers