From 8a9d40cf8a851d6b177f26d72a927d9e71735e02 Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Mon, 8 Jul 2024 13:03:27 -0400 Subject: [PATCH 1/3] fix function name in docs --- docs/module-preprocessing-signal.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/module-preprocessing-signal.rst b/docs/module-preprocessing-signal.rst index e9dbac2..4427ec1 100644 --- a/docs/module-preprocessing-signal.rst +++ b/docs/module-preprocessing-signal.rst @@ -8,12 +8,12 @@ dupin.preprocessing.signal .. autosummary:: :nosignatures: - fft_smoothing + high_frequency_smoothing moving_average .. rubric:: Details .. automodule:: dupin.preprocessing.signal :synopsis: Functions for transforming feature signals across time. - :members: fft_smoothing, + :members: high_frequency_smoothing, moving_average From 440c6c06803c5b1a0c0c985e47ded0bb95d2f5ad Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Mon, 8 Jul 2024 13:03:38 -0400 Subject: [PATCH 2/3] expose map_ and reduce_ for docs --- dupin/data/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dupin/data/__init__.py b/dupin/data/__init__.py index 39a6843..fcb929b 100644 --- a/dupin/data/__init__.py +++ b/dupin/data/__init__.py @@ -62,6 +62,8 @@ def generator(): from . import aggregate, base, freud, logging, map, reduce, spatial from .base import make_generator +from .map import map_ +from .reduce import reduce_ __all__ = ( "aggregate", @@ -72,4 +74,6 @@ def generator(): "reduce", "spatial", "make_generator", + "map_", + "reduce_", ) From a7d49228988cde777d277d1ba05a96ed15fd44ea Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Mon, 8 Jul 2024 13:11:44 -0400 Subject: [PATCH 3/3] update text for citing. --- docs/citing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/citing.rst b/docs/citing.rst index 14e5776..a2a64ce 100644 --- a/docs/citing.rst +++ b/docs/citing.rst @@ -6,8 +6,7 @@ Please acknowledge the use of this software within the body of your publication *Event detection for this publication used the dupin library[1].* -The following is a BibTex citation for the current pre-print. -Before submitting please check to see if this has been updated with the submitted journal paper:: +The following is a BibTex citation for the dupin paper:: @article{butler2023change, title = {Change point detection of events in molecular simulations using dupin},