matminer
matminer copied to clipboard
Data mining for materials science
Bumps [jmespath](https://github.com/jmespath/jmespath.py) from 1.0.0 to 1.0.1. Changelog Sourced from jmespath's changelog. 1.0.1 Add support for Python 3.11 (issue [#285](https://github.com/jmespath/jmespath.py/issues/285) <https://github.com/jmespath/jmespath.py/issues/285>__) Fix boolean correctness for floats (issue [#281](https://github.com/jmespath/jmespath.py/issues/281) <https://github.com/jmespath/jmespath.py/issues/281>__) Fix Python...
`load_dataset` has been inconsistent in [`pymatviz` CI](https://github.com/janosh/pymatviz/runs/7186363286?check_suite_focus=true#step:5:507) occasionally raising ```py UserWarning: Error, hash of downloaded file does not match that included in metadata, the data may be corrupt or altered...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.3 to 6.4.3. Changelog Sourced from coverage's changelog. Version 6.4.3 — 2022-08-06 Fix a failure when combining data files if the file names contained glob-like patterns (pull...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.0 to 1.1.2. Release notes Sourced from scikit-learn's releases. scikit-learn 1.1.2 We're happy to announce the 1.1.2 release with several bugfixes: You can see the changelog here:...
https://github.com/lantunes/skipatom Intended usage: ```python from pymatgen.core.composition import Composition compositions = [Composition("Al2O3"), Composition("CeCoGe3")] ``` ```python from matminer.featurizers.composition.composite import ElementProperty ep = ElementProperty.from_preset("skipatom") comp_fingerprints = ep.featurize_many(compositions) ``` I think the following would...
## Summary Add featurization scheme for ElM2D and corresponding UMAP embeddings. * ElM2D distance computations * UMAP embeddings of ElM2D distances ## TODO (if any) * Conform to Google Code...
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.5.1 to 4.9.1. Release notes Sourced from jsonschema's releases. v4.9.1 Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.9.0...v4.9.1 v4.9.0 Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.8.0...v4.9.0 v4.8.0 Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.7.2...v4.8.0 v4.7.2 Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.7.1...v4.7.2 v4.7.1 Full...
Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2022.5.17 to 2022.7.25. Release notes Sourced from pymatgen's releases. v2022.7.25 No release notes provided. v2022.7.24.1 Initial implementation of MPRester2 with new API support. Basic functionality for now....
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.1.1 to 4.2.0. Release notes Sourced from pymongo's releases. PyMongo 4.2.0 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-2-0-released/176012 PyMongo 4.2.0b0 Release notes: https://www.mongodb.com/community/forums/t/python-driver-4-2-0-beta-available/168488 Changelog Sourced from pymongo's changelog. Changelog Changes in...
Bumps [numpy](https://github.com/numpy/numpy) from 1.22.3 to 1.23.1. Release notes Sourced from numpy's releases. v1.23.1 NumPy 1.23.1 Release Notes The NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the...