Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Feb 22, 2024
1 parent eb12a26 commit 4ec95d2
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/source/dev/changelog.rst
Expand Up @@ -11,7 +11,9 @@ All notable changes to this project will be documented here.
`development install <development.html#development-installation>`__ .

* **New Contributor**: `Malte Mues <https://github.com/mmuesly>`__

* **New Contributor**: `Bob Myhill <https://github.com/bobmyhill>`__
* **Bugfix**: Fixed a bug with the index structure for the documentation example galleries.
* Expanded test suite for a text coverage bump.

:mod:`pyrolite.geochem`
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -26,6 +28,24 @@ All notable changes to this project will be documented here.
usage with both DataFrame and Series objects (e.g. `df.pyrochem.REE`,
`ser.pyrochem.REE`).

:mod:`pyrolite.plot`
~~~~~~~~~~~~~~~~~~~~~

* **PR Merged**: `Bob Myhill <https://github.com/bobmyhill>`__ contributed a series of
pull requests to fix formatting of TAS diagram labels
(`#91 <https://github.com/morganjwilliams/pyrolite/pull/91>`__),
update the TAS field names in the JSON template
(`#92 <https://github.com/morganjwilliams/pyrolite/pull/92>`__),
improve the formatting and scaling of TAS diagrams.
(`#93 <https://github.com/morganjwilliams/pyrolite/pull/93>`__),
add an option to add field labels in the visual centre of polygons (rather than the
'centroid'; `#94 <https://github.com/morganjwilliams/pyrolite/pull/94>`__),
update some usage of :mod:`matplotlib`
(`#96 <https://github.com/morganjwilliams/pyrolite/pull/96>`__),
and allow selective plotting of indiviudal fields when adding a classification
diagram to axes (`#98 <https://github.com/morganjwilliams/pyrolite/pull/98>`__).



`0.3.4`_
--------------
Expand Down

0 comments on commit 4ec95d2

Please sign in to comment.