Xdeps version 0.5.1
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