From 51de23173db9414feba6c217545101a10f6bcf51 Mon Sep 17 00:00:00 2001 From: Morgan Williams Date: Wed, 1 Dec 2021 17:31:20 +0800 Subject: [PATCH] Minor changelog change --- docs/source/dev/changelog.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/dev/changelog.rst b/docs/source/dev/changelog.rst index 6b9ebedd..621924ec 100644 --- a/docs/source/dev/changelog.rst +++ b/docs/source/dev/changelog.rst @@ -71,16 +71,15 @@ All notable changes to this project will be documented here. :mod:`pyrolite.mineral` ~~~~~~~~~~~~~~~~~~~~~~~ -* **Feature**: CIPW function added to :mod:`pyrolite.mineral.normative` ( +* **Feature**: CIPW function added to :mod:`pyrolite.mineral.normative`, largely + from contributions by both `Chetan Nathwani `__ + and `Tom Buckle `__ ( `#53 `__). Note that the implementation still has a bug or two to be ironed out; it will currently raise a warning when used to make sure you're aware of this. An `example `__ has been added demonstrating the intended functionality and demonstrating how coherent this is with existing implementations of CIPW (e.g. SINCLAS). - This feature comes from contributions by both - `Chetan Nathwani `__ - and `Tom Buckle `__. :mod:`pyrolite.comp` ~~~~~~~~~~~~~~~~~~~~~~~