Releases: materialsvirtuallab/monty
Releases · materialsvirtuallab/monty
v2.0.2
- Use basename instead of full path to determine whether file type in loadfn
and dumpfn. (@JosephMontoya-TRI)
- Use os.path.splitext to determine zip types in monty.io.zopen.
v2.0.1
- Use basename instead of full path to determine whether file type in loadfn
and dumpfn. (@JosephMontoya-TRI)
v1.0.4
- monty.shutil.remove which allows symlinks removal. Also improved
monty.tempfile.ScratchDir cleanup. (@shyamd)
v1.0.2
- Misc bug fixes (tempdir on Windows)
v1.0.1
- Use CLoader and CDumper by default for speed.
v0.9.8
- Now ScratchDir functions as it should by replacing the original directory.
v0.9.7
- Minor update for inspect deprecation.
v0.9.6
- Allow private variable names (with leading underscores) to be auto-detected
in default MSONable.
v0.9.5
- Favor use of inspect.signature in MSONAble.