Skip to content

Commit

Permalink
Update changelog and switcher for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed May 1, 2024
1 parent 99bb043 commit 91887f2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
7 changes: 6 additions & 1 deletion docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"url": "https://sgkit-dev.github.io/sgkit/latest/"
},
{
"name": "0.7.0 (stable)",
"name": "0.8.0 (stable)",
"version": "0.7.0",
"url": "https://sgkit-dev.github.io/sgkit/0.8.0/"
},
{
"name": "0.7.0",
"version": "0.7.0",
"url": "https://sgkit-dev.github.io/sgkit/0.7.0/"
},
Expand Down
29 changes: 22 additions & 7 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

.. _changelog.0.8.0:

0.8.0 (unreleased)
0.8.0 (1 May 2024)
-----------------------

New Features
Expand Down Expand Up @@ -43,12 +43,27 @@ Bug fixes
fields were marked as the corresponding "fill" value. For example, missing
string values were stored as the empty string (string fill value) rather
than "." (string missing value). Similarly for integer fields, missing
values were stored as -2 (int fill) rather than -1 (int missing)
(:user:`jeromekelleher`, :pr:`1190`, :issue:`1192`).


.. Documentation
.. ~~~~~~~~~~~~~
values were stored as -2 (int fill) rather than -1 (int missing).
(:user:`jeromekelleher`, :pr:`1190`, :issue:`1192`)
- Change `max_str_len` utility function to return a Python int rather than
an array scalar.
(:user:`tomwhite`, :pr:`1086`, :issue:`1085`)
- Turn off numba cache by default.
(:user:`jeromekelleher`, :pr:`1191`, :issue:`1156`)
- Fix xarray repr in doctests.
(:user:`tomwhite`, :pr:`1205`, :issue:`1204`)
- Avoid disabling jit on guvectorised functions.
(:user:`timothymillar`, :pr:`1199`, :issue:`1194`)

Documentation
~~~~~~~~~~~~~

- Add tutorial on relationship matrices.
(:user:`timothymillar`, :pr:`1072`, :issue:`956`)
- Add pairwise_distance to docs.
(:user:`benjeffery`, :pr:`1145`, :issue:`1142`)
- Format matrix in pairwise docs.
(:user:`benjeffery`, :pr:`1148`, :issue:`1147`)

.. _changelog.0.7.0:

Expand Down

0 comments on commit 91887f2

Please sign in to comment.