diff --git a/docs/source/dev/changelog.rst b/docs/source/dev/changelog.rst index 7c53bda2..81d65f86 100644 --- a/docs/source/dev/changelog.rst +++ b/docs/source/dev/changelog.rst @@ -10,6 +10,18 @@ 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 `__ . +* Added handling for limit values below zero for spider plots with log scaled y axes. This + should avoid unnecessary error messages. +* Reinstated imports of submodules so pandas accessors should be available immediately after + :code:`import pyrolite` (`df.pyrochem`, `df.pyrocomp`, `df.pyroplot`). +* Added citations and DOIs for reference composition descriptions + `in the documentation `__. +* Expanded the lattice strain example to include an + `example of fitting a profile `__, + with a function added to the relevant module (:func:`pyrolite.mineral.lattice.fit_lattice_strain`). +* Expanded documentation around labelling schemes and selection of regions to plot for plot templates with an + `additional section on the relevant page `__. + `0.3.6`_ ----------