From f2ed9b81aff5f0a2dbaeeeefd4ba45f1907871f7 Mon Sep 17 00:00:00 2001 From: Morgan Williams Date: Wed, 6 Jul 2022 15:12:09 +0800 Subject: [PATCH] Update changelog - Jensen plot --- docs/source/dev/changelog.rst | 6 ++++++ docs/source/dev/contributors.rst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/dev/changelog.rst b/docs/source/dev/changelog.rst index da35312d..d6c0c790 100644 --- a/docs/source/dev/changelog.rst +++ b/docs/source/dev/changelog.rst @@ -10,9 +10,11 @@ All notable changes to this project will be documented here. If you're keen to check something out before its released, you can use a `development install `__ . +* **New Contributor**: `Angela Rodrigues `__ * **Bugfix**: Edited docstrings and added ignore-warning for :mod:`numpydoc` warnings. * **Bugfix**: Updated installation instructions and Binder configuration to use secure protocols when installing via `git` (i.e. https://) +* **Bugfix**: Update CI builds so that tests can be run on MacOS. :mod:`pyrolite.mineral` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -30,6 +32,10 @@ All notable changes to this project will be documented here. a pull request to add bivariate and ternary classifier models for spinel compositions (:class:`~pyrolite.util.classification.SpinelFeBivariate`, :class:`~pyrolite.util.classification.SpinelTrivalentTernary`). +* **PR Merged**: `Angela Rodrigues `__ submitted + a pull request to add the Jensen ternary cation classifier model for subalkalic + volcanic rocks (:class:`~pyrolite.util.classification.JensenPlot`, + :class:`~pyrolite.util.classification.JensenPlot`). * Updated :func:`pyrolite.util.skl.vis.plot_confusion_matrix` to be able to plot on existing axes, use an explicit class order and use rotation for e.g. long x-axis class label names. diff --git a/docs/source/dev/contributors.rst b/docs/source/dev/contributors.rst index b57162b3..55d26161 100644 --- a/docs/source/dev/contributors.rst +++ b/docs/source/dev/contributors.rst @@ -18,4 +18,4 @@ comments, testing, bug reports, or feature requests. * `Chetan Nathwani `__ * `Martin Bentley `__ * `Tom Buckle `__ -* `Angela Rodrigues `__ \ No newline at end of file +* `Angela Rodrigues `__