diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:11:03 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:21:47 +0200 |
| commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
| tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/python-science.scm | |
| parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) | |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
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 |
| 286 | nearly identical. The image hash algorithms (average, perceptual, difference, | 286 | nearly identical. The image hash algorithms (average, perceptual, difference, |
| 287 | wavelet) analyse the image structure on luminance (without color information). | 287 | wavelet) analyse the image structure on luminance (without color information). |
| 288 | The color hash algorithm analyses the color distribution and black & gray | 288 | The 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 |
| 935 | for the overall process of data analysis, through tools that peform | 935 | for the overall process of data analysis, through tools that perform |
| 936 | reference testing, constraint discovery for data, automatic inference | 936 | reference testing, constraint discovery for data, automatic inference |
| 937 | of regular expressions from text data and automatic test generation.") | 937 | of 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 |
| 2477 | units. It defines the @code{unyt.array.unyt_array} and | 2477 | units. 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) |
| 2479 | for handling arrays and scalars with units,respectively") | 2479 | for handling arrays and scalars with units,respectively") |
| 2480 | (license license:bsd-3))) | 2480 | (license license:bsd-3))) |
| 2481 | 2481 | ||
