diff --git a/docs/_static/custom_cookietemple.css b/docs/_static/custom_cookietemple.css index 0dfe07ba..13465c35 100644 --- a/docs/_static/custom_cookietemple.css +++ b/docs/_static/custom_cookietemple.css @@ -57,3 +57,7 @@ table.align-default { .digest-config-table tbody tr:not(:first-child) td:nth-child(1) { padding-left: 50px; } + +.date { + font-size: 50%; +} diff --git a/docs/news.rst b/docs/news.rst index 25d2e4a6..1c6b03e6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,16 +1,25 @@ News ==== +.. role:: date + :class: date -Oktoberfest is published! :small:`2023-09-07` ------------------------------------------------------------ +Oktoberfest now provides a low level API :date:`2023-10-03` +------------------------------------------------------------ + +| With our new release 0.5.0, we refactored our code base to provide a low level API to the users. Check the new `API <./API.html>`_ section for more details. +| Please note: We dropped support for percolator version 3.05. Please update to version 3.06.1. See `installation <./installation.html>`_ for details. + + +Oktoberfest is published! :date:`2023-09-07` +--------------------------------------------- | Alongside the new 0.4.0 release, Oktoberfest was published in Proteomics. | Check out the publication here: `https://doi.org/10.1002/pmic.202300112 `_. | Accordingly, please check `How to cite <./reference.html>`_. -The first Oktoberfest release is ready! :small:`2023-06-25` +The first Oktoberfest release is ready! :date:`2023-06-25` ----------------------------------------------------------- Version 0.3.0 is available on `PyPI `_.