Skip to content

Commit f566919

Browse files
Prepare changelog for v0.3.6
1 parent 70ee945 commit f566919

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/source/dev/changelog.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ 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+
`0.3.6`_
14+
----------
1315

1416
* **PR Merged**: `Sarah Shi <https://github.com/sarashi>`__ contributed a PR to
1517
better handle values below zero during compositional renormalisation (to 1 or 100%;
1618
`#104 <https://github.com/morganjwilliams/pyrolite/pull/104>`__).
1719
The functions :func:`pyrolite.comp.codata.close` and :func:`pyrolite.comp.codata.renormalise`
1820
will now warn where values below zero exist, and replace these with `numpy.nan`.
19-
21+
* Added a `CITATION.cff` file to the repository.
22+
* Various administrative changes (formatting, linting, meta-file management), minor bugfixes
23+
and addressing various deprecation/other warnings.
2024

2125
`0.3.5`_
2226
----------
@@ -1406,8 +1410,9 @@ All notable changes to this project will be documented here.
14061410
`GitHub <https://github.com/morganjwilliams/pyrolite/releases>`__ for reference,
14071411
but were :code:`alpha` versions which were never considered stable.
14081412

1409-
.. _Development: https://github.com/morganjwilliams/pyrolite/compare/0.3.5...develop
1410-
.. _0.3.5: https://github.com/morganjwilliams/pyrolite/compare/0.3.4...0.3.5
1413+
.. _Development: https://github.com/morganjwilliams/pyrolite/compare/0.3.6...develop
1414+
.. _0.3.6: https://github.com/morganjwilliams/pyrolite/compare/0.3.5.post0...0.3.6
1415+
.. _0.3.5: https://github.com/morganjwilliams/pyrolite/compare/0.3.4...0.3.5.post0
14111416
.. _0.3.4: https://github.com/morganjwilliams/pyrolite/compare/0.3.3...0.3.4
14121417
.. _0.3.3: https://github.com/morganjwilliams/pyrolite/compare/0.3.2...0.3.3
14131418
.. _0.3.2: https://github.com/morganjwilliams/pyrolite/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)