Skip to content

Xdeps version 0.5.1

Choose a tag to compare

@giadarol giadarol released this 06 Dec 13:28
· 304 commits to main since this release

Changes:

  • Implementing a cinit which in principle is called by Cython on object creation (together with new), which should prevent the object existing with an invalid state
  • Not pickling the hash, which makes little sense, considering the hash function is randomly seeded in each interpreter, so hashes of the 'same' objects are not the same between runs.

Full Changelog: v0.5.0...v0.5.1