Skip to content

Releases: conda/pycosat

0.6.6

03 Oct 15:19
38bbc0e
Compare
Choose a tag to compare

0.6.6 (2023-10-03)

Bug fixes

  • Fix PyMem_Calloc() call signature. (#76)

Contributors

0.6.5

03 Oct 14:56
2695ce3
Compare
Choose a tag to compare

0.6.5 (2023-10-02)

Enhancements

  • Update Python version support. (#56)

Bug fixes

  • Use PyMem_Calloc() to initialize memory to 0. (#58)

Contributors

pycosat 0.6.4

24 Oct 17:44
Compare
Choose a tag to compare
pycosat 0.6.4 Pre-release
Pre-release
  • Fix a memory leak in blocksol() / itersolve. Thanks @Kray-G for reporting.