Skip to content

Releases: materialsvirtuallab/monty

v2.0.6

20 Aug 16:35
Compare
Choose a tag to compare
Update dev docs

v2.0.5

16 Aug 19:49
Compare
Choose a tag to compare
Update dev docs

v2.0.4

09 Apr 21:23
Compare
Choose a tag to compare
Update dev docs

v2.0.3

09 Apr 17:30
Compare
Choose a tag to compare
Update dev docs

v2.0.2

27 Mar 15:38
Compare
Choose a tag to compare

  1. Use basename instead of full path to determine whether file type in loadfn
    and dumpfn. (@JosephMontoya-TRI)
  2. Use os.path.splitext to determine zip types in monty.io.zopen.

v2.0.1

27 Mar 15:35
Compare
Choose a tag to compare

  1. Use basename instead of full path to determine whether file type in loadfn
    and dumpfn. (@JosephMontoya-TRI)

v1.0.4

05 Dec 23:37
Compare
Choose a tag to compare

  1. monty.shutil.remove which allows symlinks removal. Also improved
    monty.tempfile.ScratchDir cleanup. (@shyamd)

v1.0.2

25 Oct 17:21
Compare
Choose a tag to compare

  1. Misc bug fixes (tempdir on Windows)

v1.0.1

29 Jun 18:55
Compare
Choose a tag to compare

  1. Use CLoader and CDumper by default for speed.

v0.9.8

28 Apr 23:27
Compare
Choose a tag to compare

  1. Now ScratchDir functions as it should by replacing the original directory.