Skip to content

Commit

Permalink
Update changelog - Jensen plot
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Jul 6, 2022
1 parent c2f97dc commit f2ed9b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/dev/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <development.html#development-installation>`__ .

* **New Contributor**: `Angela Rodrigues <https://github.com/AngRodrigues>`__
* **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`
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -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 <https://github.com/AngRodrigues>`__ 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ comments, testing, bug reports, or feature requests.
* `Chetan Nathwani <https://github.com/ChetanNathwani>`__
* `Martin Bentley <https://github.com/mtb-za>`__
* `Tom Buckle <https://github.com/bomtuckle>`__
* `Angela Rodrigues <https://github.com//AngRodrigues>`__
* `Angela Rodrigues <https://github.com/AngRodrigues>`__

0 comments on commit f2ed9b8

Please sign in to comment.