Skip to content

Commit af1d758

Browse files
Update changelog
1 parent 66694a6 commit af1d758

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/dev/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ All notable changes to this project will be documented here.
1010
If you're keen to check something out before its released, you can use a
1111
`development install <development.html#development-installation>`__ .
1212

13+
* Added handling for limit values below zero for spider plots with log scaled y axes. This
14+
should avoid unnecessary error messages.
15+
* Reinstated imports of submodules so pandas accessors should be available immediately after
16+
:code:`import pyrolite` (`df.pyrochem`, `df.pyrocomp`, `df.pyroplot`).
17+
* Added citations and DOIs for reference composition descriptions
18+
`in the documentation <https://pyrolite.readthedocs.io/en/develop/data/refcomp.html#composition-list>`__.
19+
* Expanded the lattice strain example to include an
20+
`example of fitting a profile <https://pyrolite.readthedocs.io/en/develop/examples/geochem/mineral_lattice.html#fitting-lattice-strain-models>`__,
21+
with a function added to the relevant module (:func:`pyrolite.mineral.lattice.fit_lattice_strain`).
22+
* Expanded documentation around labelling schemes and selection of regions to plot for plot templates with an
23+
`additional section on the relevant page <https://pyrolite.readthedocs.io/en/develop/examples/plotting/templates.html#customization-labelling-schemes-and-field-subsets>`__.
24+
1325
`0.3.6`_
1426
----------
1527

0 commit comments

Comments
 (0)