Implementation based on the Dirhash Standard
Complies with Dirhash Standard Version 0.1.0
Added
- A first implementation based on the formalized Dirhash Standard.
- This changelog.
- Results form a new benchmark run after changes. The
benchmark/run.pynow outputs results files which names include thedirhash.__version__.
Changed
- Significant breaking changes from version 0.1.1 - both regarding API and the
underlying method/protocol for computing the hash. This means that hashes
computed with this version will differ from hashes computed with version < 0.2.0 for
same directory. - This dirhash python implementation has moved to here github.com/andhus/dirhash-python from the previous repository github.com/andhus/dirhash which now contains the formal description of the Dirhash Standard.
Removed
- All support for the
.dirhashignorefile. This seemed superfluous, please file an
issue if you need this feature.