From 6bf43dff85d461f501085d944be6e456b813a828 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 31 Jan 2025 12:06:02 +0000 Subject: [PATCH] MNT: Bump version. Expose all eval routines at package level --- pyfeeds/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyfeeds/__init__.py b/pyfeeds/__init__.py index 294e66a..5f1fb6a 100644 --- a/pyfeeds/__init__.py +++ b/pyfeeds/__init__.py @@ -5,7 +5,7 @@ # Author: Paul McCarthy <pauldmccarthy@gmail.com> # -__version__ = '0.13.1' +__version__ = '0.14.0' """The pyfeeds version number. """ @@ -17,9 +17,14 @@ from .common import ( from .evaluate import ( + evalHeader, + evalHeaderRestrictDims, evalImage, + evalImageMaxDiff, evalNumericalText, evalVectorImage, + evalPolarCoordinateImageGroup, + evalGiftiVertices, evalMD5, cmpArrays, cmpVectorArrays -- GitLab