Skip to content

Commit

Permalink
dgpost-2.2 (#101)
Browse files Browse the repository at this point in the history
* Docs update.

* Bump Recipe to 2.2
  • Loading branch information
PeterKraus authored Feb 2, 2025
1 parent ecdc73d commit e0d90fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/source/version.v2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:target: https://github.com/dgbowl/dgpost/tree/2.2
.. image:: https://img.shields.io/static/v1?label=dgpost&message=v2.2&color=blue&logo=pypi
:target: https://pypi.org/project/dgpost/2.2/
.. image:: https://img.shields.io/static/v1?label=release%20date&message=2025-01-30&color=red&logo=pypi
.. image:: https://img.shields.io/static/v1?label=release%20date&message=2025-02-02&color=red&logo=pypi

.. sectionauthor::
Peter Kraus
Expand All @@ -14,9 +14,10 @@ Developed in the `ConCat lab <https://tu.berlin/en/concat>`_ at Technische Unive

An update to ``dgpost-2.1``, including the following changes:

- dropped support for ``python < 3.10``
- modification of peak-picking in :mod:`~dgpost.transform.reflection` to use :func:`scipy.signal.find_peaks`
- Dropped support for ``python < 3.10``.
- Modified peak-picking in :mod:`~dgpost.transform.reflection` to use :func:`scipy.signal.find_peaks`.
- Removed version checking from :mod:`dgpost` and its dependency on :mod:`requests`.
- Implemented integration tests for compatibility with :mod:`yadg`.


.. codeauthor::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"rdkit >= 2022.3",
"h5netcdf >= 1.0",
"xarray >= 2024.10.0",
"dgbowl-schemas >= 116",
"dgbowl-schemas >= 122",
"matplotlib >= 3.5.0",
]

Expand Down
2 changes: 1 addition & 1 deletion src/dgpost/utils/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from pydantic.v1 import BaseModel as BaseModel_v1
from packaging.version import Version

__latest_recipe__ = "2.1"
__latest_recipe__ = "2.2"
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit e0d90fa

Please sign in to comment.