Skip to content

Releases: materialsvirtuallab/monty

v0.6.2

30 Nov 15:48
Compare
Choose a tag to compare
  1. New bisect module (Matteo).
  2. Fixes for reverse_readfile to improve compatibility with some file systems.

v0.6.1

30 Oct 03:12
Compare
Choose a tag to compare
  1. New jsanitize method to convert objects supporting the MSONable protocol
    to json serializable dicts.

v0.6.0

26 Oct 15:22
Compare
Choose a tag to compare
  1. New frozendict and MongoDict (allows for Javascript like access of nested
    dicts) classes (Matteo).
  2. New Command class in subprocess which allows commands to be run in separate
    thread with timeout (Matteo).

v0.5.9

06 Oct 05:40
Compare
Choose a tag to compare
  1. More fixes for reverse read of gzipped files ofr Py3k.

v0.5.8

06 Oct 05:06
Compare
Choose a tag to compare
  1. Fix reverse read file for gzipped files.:

v0.5.7

06 Oct 04:41
Compare
Choose a tag to compare
  1. Added a reverse_readfile method in monty.io, which is faster than
    reverse_readline for large files.

v0.5.6

30 Sep 22:26
Compare
Choose a tag to compare
  1. Provide way to specify Dumper and Loader in monty.serialization.
  2. Better handling of unicode.

v0.5.5

22 Sep 18:24
Compare
Choose a tag to compare
  1. More robust handling of numpy arrays and datetime objects in json.
  2. Refactor NotOverwritableDict to Namespace (Matteo).

v0.5.4

18 Sep 15:55
Compare
Choose a tag to compare
  1. Addition of many help functions in string, itertools, etc. (Matteo).
  2. NullFile and NullStream in monty.design_patterns (Matteo).
  3. FileLock in monty.io (Matteo)

v0.5.3

16 Sep 00:34
Compare
Choose a tag to compare
  1. Minor efficiency improvement.