Releases: conda/pycosat
Releases · conda/pycosat
0.6.6
0.6.5
0.6.5 (2023-10-02)
Enhancements
- Update Python version support. (#56)
Bug fixes
- Use
PyMem_Calloc()
to initialize memory to0
. (#58)
Contributors
- @conda-bot
- @dholth made their first contribution in #54
- @kenodegard
pycosat 0.6.4
- Fix a memory leak in blocksol() / itersolve. Thanks @Kray-G for reporting.