summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 127e9e378aa..beff4353ce6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -282,7 +282,7 @@ formulas for Python.")
282 (home-page "https://github.com/JohannesBuchner/imagehash") 282 (home-page "https://github.com/JohannesBuchner/imagehash")
283 (synopsis "Perceptual Image Hashing library") 283 (synopsis "Perceptual Image Hashing library")
284 (description 284 (description
285 "This package implements a functinoality to tell whether two images look 285 "This package implements a functionality to tell whether two images look
286nearly identical. The image hash algorithms (average, perceptual, difference, 286nearly identical. The image hash algorithms (average, perceptual, difference,
287wavelet) analyse the image structure on luminance (without color information). 287wavelet) analyse the image structure on luminance (without color information).
288The color hash algorithm analyses the color distribution and black & gray 288The color hash algorithm analyses the color distribution and black & gray
@@ -842,7 +842,7 @@ the following purposes in mind:
842@itemize 842@itemize
843@item Provide tools to handle downloaded or user-provided datasets. 843@item Provide tools to handle downloaded or user-provided datasets.
844@item Provide ready-to-use prediction algorithms and similarity measures. 844@item Provide ready-to-use prediction algorithms and similarity measures.
845@item Provide a base for creating custom algorithims. 845@item Provide a base for creating custom algorithms.
846@item Provide tools to evaluate, analyse and compare algorithm performance. 846@item Provide tools to evaluate, analyse and compare algorithm performance.
847@item Provide documentation with precise details regarding library algorithms. 847@item Provide documentation with precise details regarding library algorithms.
848@end itemize") 848@end itemize")
@@ -932,7 +932,7 @@ cross-validation.")
932 (synopsis "Test-driven data analysis library for Python") 932 (synopsis "Test-driven data analysis library for Python")
933 (description 933 (description
934 "The TDDA Python module provides command-line and Python API support 934 "The TDDA Python module provides command-line and Python API support
935for the overall process of data analysis, through tools that peform 935for the overall process of data analysis, through tools that perform
936reference testing, constraint discovery for data, automatic inference 936reference testing, constraint discovery for data, automatic inference
937of regular expressions from text data and automatic test generation.") 937of regular expressions from text data and automatic test generation.")
938 (license license:expat))) ; MIT License 938 (license license:expat))) ; MIT License
@@ -2475,7 +2475,7 @@ annotations on an existing boxplots and barplots generated by seaborn.")
2475 (description 2475 (description
2476 "@code{unyt} is a Python library working with data that has physical 2476 "@code{unyt} is a Python library working with data that has physical
2477units. It defines the @code{unyt.array.unyt_array} and 2477units. It defines the @code{unyt.array.unyt_array} and
2478@code{unyt.array.unyt_quantity} classess (subclasses of NumPy’s ndarray class) 2478@code{unyt.array.unyt_quantity} classes (subclasses of NumPy’s ndarray class)
2479for handling arrays and scalars with units,respectively") 2479for handling arrays and scalars with units,respectively")
2480 (license license:bsd-3))) 2480 (license license:bsd-3)))
2481 2481