materialsvirtuallab/monty
This repository implements supplementary useful functions for Python that are not part of the standard library. Examples include useful utilities like transparent support for zipped files etc.
PythonMIT
Issues
- 1
[Bug]:
#723 opened by vivianshangg - 4
Why the version from github repo tag `v2024.7.29` differs from PyPI `2024.7.30`?
#718 opened by DanielYang59 - 0
[Bug]: unsync versions between GH and PyPi
#706 opened by eamanu - 0
Support numpy 2 and python 3.13
#717 opened by DanielYang59 - 1
[Dev] Enable more `ruff` rules
#710 opened by DanielYang59 - 1
- 2
- 3
[Bug]: `DeprecationWarning` due to use of `general_plain_validator_function` in `MSONable.__get_pydantic_core_schema__` with Pydantic v2
#598 opened by ugognw - 3
datetime serialization/deserialization broken
#275 opened by shyamd - 0
- 0
- 7
- 13
- 2
- 0
[Bug]: import monty error for missing lzma libraries
#574 opened by njzjz - 0
- 3
[Bug]: zopen fails on some language platforms due to lack of explicit encoding (`UnicodeDecodeError`)
#641 opened by rkingsbury - 2
[Feature Request]: `compress_file` and `decompress_file` allow specify target path
#632 opened by DanielYang59 - 1
- 1
- 1
- 5
[Bug]: 602 Enum serialization was a breaking change
#610 opened by janosh - 0
Deprecate `monty.string.unicode2str`
#590 opened by Andrew-S-Rosen - 0
Deprecate `monty.dev.get_ncpus`
#589 opened by Andrew-S-Rosen - 0
[Feature Request]: yaml serialization in dumpfn/loadfn for non-standard classes and types
#587 opened by kirill-push - 3
`tests` directory is wrongly packaged into the wheel
#469 opened by njzjz - 3
Various functions are not safe to use with `pathlib.Path` objects (only `str`)
#550 opened by Andrew-S-Rosen - 1
Latest monty version broken if PyTorch not installed
#500 opened by utf - 2
Tarball 2022.9.9 has not all tests files
#442 opened by eamanu - 2
- 8
- 1
`ScratchDir` leaves behind a dead symlink
#380 opened by Andrew-S-Rosen - 3
requires breaks classmethod decorator
#112 opened by utf - 3
- 0
Dictionaries with @module and @callable but no @class cannot be process_decoded
#336 opened by Andrew-S-Rosen - 2
f-strings not supported in Python 3.5 or below
#250 opened by ajjackson - 2
[Feature] Default __eq__ method for MSONable?
#123 opened by mkhorton - 1
Python version support
#249 opened by ajjackson - 1
Support for UUID objects
#219 opened by utf - 1
Documentation is outdated?
#142 opened by eamanu - 0
Dependabot couldn't authenticate with https://pypi.python.org/simple/
#173 opened by dependabot-preview - 0
Failing test_os when python is used insted of python3
#147 opened by eamanu - 1
- 1
import monty.json catch ModuleNotFoundError
#57 opened by njzjz - 2
v2.0.5 seems to be broken for Python 2.7
#49 opened by CasperWA - 2
Thoughts on adding `@version` to MSONable?
#41 opened by mkhorton - 2
- 1
python 3 issue in io.py
#39 opened by jmmshn - 1
Problem with yaml serialization in dumpfn/loadfn
#36 opened by shyamd - 0
ScratchDir functionality should allow having final contents be exactly those of the scratch dir
#33 opened by computron