Skip to content

Releases: hashberg-io/multiformats

v0.3.2

24 Jun 23:22
Compare
Choose a tag to compare

New stable version.

v0.3.1: Implemented support for pickle

18 Dec 22:08
Compare
Choose a tag to compare

0.2.1

09 Feb 16:26
Compare
Choose a tag to compare

Full Changelog: v0.2.0...0.2.1

v0.2.0

03 Feb 10:56
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.2.0

v0.1.4

21 Jul 13:06
Compare
Choose a tag to compare

All dependencies relative to hash function implementation are now optional, dynamically imported only when the hash functions using them are used for the first time. Running pip install --upgrade multiformats will not install any of them, but they can be all installed by running pip install --upgrade multiformats[full]. In particular, this closes #4.

Hash function implementations are loaded and registered transparently on first use, to reduce memory footprint and module loading times. Analogously, a number of multibases are created and registered transparently on first use.

All hash functions with a readily available, well-supported existing Python implementation are now supported.

Finally, closes #3.

v0.1.3

29 Dec 14:59
Compare
Choose a tag to compare

Migrated all documentation to Sphinx/Read the Docs.

v0.1.2

19 Dec 19:58
Compare
Choose a tag to compare
Slight re-design, added multiaddr tests

v0.1.1

17 Dec 01:18
Compare
Choose a tag to compare
Implemented multiaddr