Skip to content
Snippets Groups Projects
Commit f68b5e6f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Version, expose compare routines

parent 30647a40
No related branches found
No related tags found
1 merge request!36MNT: Make vector field comparison routine programmatically accessible
Pipeline #21882 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Author: Paul McCarthy <pauldmccarthy@gmail.com> # Author: Paul McCarthy <pauldmccarthy@gmail.com>
# #
__version__ = '0.12.2' __version__ = '0.12.3'
"""The pyfeeds version number. """ """The pyfeeds version number. """
...@@ -20,5 +20,7 @@ from .evaluate import ( ...@@ -20,5 +20,7 @@ from .evaluate import (
evalImage, evalImage,
evalNumericalText, evalNumericalText,
evalVectorImage, evalVectorImage,
evalMD5 evalMD5,
cmpArrays,
cmpVectorArrays
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment