Skip to content

Releases: uqfoundation/dill

dill-0.2.2

26 Dec 16:50
Compare
Choose a tag to compare

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

Dill installs with easy_install or pip:
$ easy_install dill

Dill requires:
- python, version >=2.5 *or* version >= 3.1

Optional requirements:
- objgraph, version >= 1.7.2

Dill is licensed under 3-clause BSD:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())

dill-0.2.1

01 Jun 22:26
Compare
Choose a tag to compare

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

Dill installs with easy_install or pip:
$ easy_install dill

Dill requires:
- python, version >=2.5 *or* version >= 3.1

Optional requirements:
- objgraph, version >= 1.7.2

Dill is licensed under 3-clause BSD:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())

dill 0.2

17 May 19:54
Compare
Choose a tag to compare

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

Dill installs with easy_install or pip:
$ easy_install dill

Dill requires:
- python, version >=2.5 *or* version >= 3.1

Optional requirements:
- objgraph, version >= 1.7.2

Dill is licensed under 3-clause BSD:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())

dill 0.2b1

27 Nov 22:44
Compare
Choose a tag to compare

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

Dill installs with easy_install or pip:
$ easy_install dill

Dill requires:
- python, version >=2.5 *or* version >= 3.1

Optional requirements:
- objgraph, version >= 1.7.2

Dill is licensed under 3-clause BSD:>>> import dill >>> print (dill.license())
To cite dill:>>> import dill >>> print (dill.citation())

dill 0.2a1

20 Oct 15:14
Compare
Choose a tag to compare

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

Dill installs with easy_install or pip:
$ easy_install dill

Dill requires:
- python, version >=2.5 *or* version >= 3.1

Optional requirements:
- objgraph, version >= 1.7.2

Dill is licensed under 3-clause BSD:>>> import dill >>> print (dill.license())
To cite dill:>>> import dill >>> print (dill.citation())