[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#56186: [PATCH] gnu: Add python-deepdish.
From: |
Ludovic Courtès |
Subject: |
bug#56186: [PATCH] gnu: Add python-deepdish. |
Date: |
Sun, 03 Jul 2022 13:11:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hi Antero,
Antero Mejr <antero@mailbox.org> skribis:
> * gnu/packages/python-science.scm (python-deepdish): New variable.
Applied with the changes below (inspired by ‘README.rst’), as per
<https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html>.
Thanks,
Ludo’.
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 135c6a99ff..747c84d493 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1396,5 +1396,10 @@ (define-public python-deepdish
python-tables))
(home-page "https://github.com/uchicago-cs/deepdish")
(synopsis "Python library for HDF5 file saving and loading")
- (description "HDF5 saving/loading and other data science tools.")
+ (description
+ "Deepdish is a Python library to load and save HDF5 files.
+The primary feature of deepdish is its ability to save and load all kinds of
+data as HDF5. It can save any Python data structure, offering the same ease
+of use as pickling or @code{numpy.save}, but with the language
+interoperability offered by HDF5.")
(license license:bsd-3)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#56186: [PATCH] gnu: Add python-deepdish.,
Ludovic Courtès <=