ElementEmbeddings
ElementEmbeddings copied to clipboard
Python package to interact with high-dimensional representations of the chemical elements
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.3 to 1.6.0. Release notes Sourced from mkdocs's releases. 1.6.0 Local preview mkdocs serve no longer locks up the browser when more than 5 tabs are open....
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.24.2 to 0.25.0. Release notes Sourced from mkdocstrings's releases. 0.25.0 0.25.0 - 2024-04-27 Compare with 0.24.3 Features Support once parameter in logging methods, allowing to log a...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.8.2. Release notes Sourced from matplotlib's releases. REL: v3.8.2 This is the second bugfix release of the 3.8 series. Highlights of this release include: Fix...
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.3 to 1.26.2. Release notes Sourced from numpy's releases. 1.26.2 release NumPy 1.26.2 Release Notes NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered...
https://github.com/WMD-group/ElementEmbeddings/actions/runs/6428886168 The UMAP plotter test, using pytest-mpl is failing the CI for all python versions and OSs except (Ubuntu on python 3.8 and 3.9).
Create a feature which allows a user to compare the element similarity maps in a quantitative manner: - Normalise - Binary cross-entropy - KL divergence - T-SNE (2D plots of...
Currently only seaboard (which is built-on matplotlib) is used for visualisations. Plotly could be integrated into the package in a future update to allow for interactive plots, and the plotting...