@@ -10,13 +10,17 @@ All notable changes to this project will be documented here.
10
10
If you're keen to check something out before its released, you can use a
11
11
`development install <development.html#development-installation >`__ .
12
12
13
+ `0.3.6 `_
14
+ ----------
13
15
14
16
* **PR Merged **: `Sarah Shi <https://github.com/sarashi >`__ contributed a PR to
15
17
better handle values below zero during compositional renormalisation (to 1 or 100%;
16
18
`#104 <https://github.com/morganjwilliams/pyrolite/pull/104 >`__).
17
19
The functions :func: `pyrolite.comp.codata.close ` and :func: `pyrolite.comp.codata.renormalise `
18
20
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.
20
24
21
25
`0.3.5 `_
22
26
----------
@@ -1406,8 +1410,9 @@ All notable changes to this project will be documented here.
1406
1410
`GitHub <https://github.com/morganjwilliams/pyrolite/releases >`__ for reference,
1407
1411
but were :code: `alpha ` versions which were never considered stable.
1408
1412
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
1411
1416
.. _0.3.4 : https://github.com/morganjwilliams/pyrolite/compare/0.3.3...0.3.4
1412
1417
.. _0.3.3 : https://github.com/morganjwilliams/pyrolite/compare/0.3.2...0.3.3
1413
1418
.. _0.3.2 : https://github.com/morganjwilliams/pyrolite/compare/0.3.1...0.3.2
0 commit comments