summaryrefslogtreecommitdiff
path: root/silx.egg-info
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-09-07 14:39:36 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2021-09-07 14:39:36 +0200
commitd3194b1a9c4404ba93afac43d97172ab24c57098 (patch)
treea1604130e1401dc1cbd084518ed72869dc92b86f /silx.egg-info
parentb3bea947efa55d2c0f198b6c6795b3177be27f45 (diff)
New upstream version 0.15.2+dfsg
Diffstat (limited to 'silx.egg-info')
-rw-r--r--silx.egg-info/PKG-INFO223
-rw-r--r--silx.egg-info/SOURCES.txt21
2 files changed, 123 insertions, 121 deletions
diff --git a/silx.egg-info/PKG-INFO b/silx.egg-info/PKG-INFO
index 6bf8a6f..04ec406 100644
--- a/silx.egg-info/PKG-INFO
+++ b/silx.egg-info/PKG-INFO
@@ -1,120 +1,11 @@
Metadata-Version: 2.1
Name: silx
-Version: 0.14.0
+Version: 0.15.2
Summary: Software library for X-ray data analysis
Home-page: http://www.silx.org/
Author: data analysis unit
Author-email: silx@esrf.fr
License: UNKNOWN
-Description:
- silx toolkit
- ============
-
- The purpose of the *silx* project is to provide a collection of Python packages to support the
- development of data assessment, reduction and analysis applications at synchrotron
- radiation facilities.
- *silx* aims to provide reading/writing tools for different file formats, data reduction routines
- and a set of Qt widgets to browse and visualise data.
-
- The current version features:
-
- * Support of `HDF5 <https://www.hdfgroup.org/HDF5/>`_,
- `SPEC <https://certif.com/spec.html>`_ and
- `FabIO <http://www.silx.org/doc/fabio/dev/getting_started.html#list-of-file-formats-that-fabio-can-read-and-write>`_
- images file formats.
- * OpenCL-based data processing: image alignment (SIFT),
- image processing (median filter, histogram),
- filtered backprojection for tomography,
- convolution
- * Data reduction: histogramming, fitting, median filter
- * A set of Qt widgets, including:
-
- * 1D and 2D visualization widgets with a set of associated tools using multiple backends (matplotlib or OpenGL)
- * OpenGL-based widgets to visualize data in 3D (scalar field with isosurface and cut plane, scatter plot)
- * a unified browser for HDF5, SPEC and image file formats supporting inspection and
- visualization of n-dimensional datasets.
-
- * a set of applications:
-
- * a unified viewer (*silx view filename*) for HDF5, SPEC and image file formats
- * a unified converter to HDF5 format (*silx convert filename*)
-
- Installation
- ------------
-
- To install silx (and all its dependencies), run:
-
- .. code-block:: bash
-
- pip install silx[full]
-
- To install silx with a minimal set of dependencies, run:
-
- .. code-block:: bash
-
- pip install silx
-
- Or using Anaconda on Linux and MacOS:
-
- .. code-block:: bash
-
- conda install silx -c conda-forge
-
- Unofficial packages for different distributions are available:
-
- - Unofficial Debian9 packages are available at http://www.silx.org/pub/debian/
- - CentOS 7 rpm packages are provided by Max IV at: http://pubrepo.maxiv.lu.se/rpm/el7/x86_64/
- - Fedora 23 rpm packages are provided by Max IV at http://pubrepo.maxiv.lu.se/rpm/fc23/x86_64/
- - Arch Linux (AUR) packages are also available: https://aur.archlinux.org/packages/python-silx
-
- `Detailed installation instructions <http://www.silx.org/doc/silx/dev/install.html>`_
- are available in the documentation.
-
- Documentation
- -------------
-
- The documentation of `latest release <http://www.silx.org/doc/silx/latest/>`_ and
- the documentation of `the nightly build <http://www.silx.org/doc/silx/dev>`_ are
- available at http://www.silx.org/doc/silx/
-
- Testing
- -------
-
- *silx* features a comprehensive test-suite used in continuous integration for
- all major operating systems:
-
- - Travis CI status: |Travis Status|
- - Appveyor CI status: |Appveyor Status|
-
- Please refer to the `documentation on testing <http://www.silx.org/doc/silx/dev/install.html#testing>`_
- for details.
-
- Examples
- --------
-
- Some examples of sample code using silx are provided with the
- `silx documentation <http://www.silx.org/doc/silx/dev/sample_code/index.html>`_.
-
-
- License
- -------
-
- The source code of *silx* is licensed under the MIT license.
- See the `LICENSE <https://github.com/silx-kit/silx/blob/master/LICENSE>`_ and
- `copyright <https://github.com/silx-kit/silx/blob/master/copyright>`_ files for details.
-
- Citation
- --------
-
- *silx* releases can be cited via their DOI on Zenodo: |zenodo DOI|
-
- .. |Travis Status| image:: https://travis-ci.com/silx-kit/silx.svg?branch=master
- :target: https://travis-ci.com/silx-kit/silx
- .. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/qgox9ei0wxwfagrb/branch/master?svg=true
- :target: https://ci.appveyor.com/project/ESRF/silx?branch=master
- .. |zenodo DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591709.svg
- :target: https://doi.org/10.5281/zenodo.591709
-
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
@@ -135,3 +26,115 @@ Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Provides-Extra: full
+License-File: LICENSE
+
+
+silx toolkit
+============
+
+The purpose of the *silx* project is to provide a collection of Python packages to support the
+development of data assessment, reduction and analysis applications at synchrotron
+radiation facilities.
+*silx* aims to provide reading/writing tools for different file formats, data reduction routines
+and a set of Qt widgets to browse and visualise data.
+
+The current version features:
+
+* Support of `HDF5 <https://www.hdfgroup.org/HDF5/>`_,
+ `SPEC <https://certif.com/spec.html>`_ and
+ `FabIO <http://www.silx.org/doc/fabio/dev/getting_started.html#list-of-file-formats-that-fabio-can-read-and-write>`_
+ images file formats.
+* OpenCL-based data processing: image alignment (SIFT),
+ image processing (median filter, histogram),
+ filtered backprojection for tomography,
+ convolution
+* Data reduction: histogramming, fitting, median filter
+* A set of Qt widgets, including:
+
+ * 1D and 2D visualization widgets with a set of associated tools using multiple backends (matplotlib or OpenGL)
+ * OpenGL-based widgets to visualize data in 3D (scalar field with isosurface and cut plane, scatter plot)
+ * a unified browser for HDF5, SPEC and image file formats supporting inspection and
+ visualization of n-dimensional datasets.
+
+* a set of applications:
+
+ * a unified viewer (*silx view filename*) for HDF5, SPEC and image file formats
+ * a unified converter to HDF5 format (*silx convert filename*)
+
+Installation
+------------
+
+To install silx (and all its dependencies), run:
+
+.. code-block:: bash
+
+ pip install silx[full]
+
+To install silx with a minimal set of dependencies, run:
+
+.. code-block:: bash
+
+ pip install silx
+
+Or using Anaconda on Linux and MacOS:
+
+.. code-block:: bash
+
+ conda install silx -c conda-forge
+
+Unofficial packages for different distributions are available:
+
+- Unofficial Debian10 and Ubuntu20.04 packages are available at http://www.silx.org/pub/linux-repo/
+- CentOS 7 rpm packages are provided by Max IV at: http://pubrepo.maxiv.lu.se/rpm/el7/x86_64/
+- Fedora 23 rpm packages are provided by Max IV at http://pubrepo.maxiv.lu.se/rpm/fc23/x86_64/
+- Arch Linux (AUR) packages are also available: https://aur.archlinux.org/packages/python-silx
+
+`Detailed installation instructions <http://www.silx.org/doc/silx/dev/install.html>`_
+are available in the documentation.
+
+Documentation
+-------------
+
+The documentation of `latest release <http://www.silx.org/doc/silx/latest/>`_ and
+the documentation of `the nightly build <http://www.silx.org/doc/silx/dev>`_ are
+available at http://www.silx.org/doc/silx/
+
+Testing
+-------
+
+*silx* features a comprehensive test-suite used in continuous integration for
+all major operating systems:
+
+- Github Actions CI status: |Github Actions Status|
+- Appveyor CI status: |Appveyor Status|
+
+Please refer to the `documentation on testing <http://www.silx.org/doc/silx/dev/install.html#testing>`_
+for details.
+
+Examples
+--------
+
+Some examples of sample code using silx are provided with the
+`silx documentation <http://www.silx.org/doc/silx/dev/sample_code/index.html>`_.
+
+
+License
+-------
+
+The source code of *silx* is licensed under the MIT license.
+See the `LICENSE <https://github.com/silx-kit/silx/blob/master/LICENSE>`_ and
+`copyright <https://github.com/silx-kit/silx/blob/master/copyright>`_ files for details.
+
+Citation
+--------
+
+*silx* releases can be cited via their DOI on Zenodo: |zenodo DOI|
+
+.. |Github Actions Status| image:: https://github.com/silx-kit/silx/workflows/CI/badge.svg
+ :target: https://github.com/silx-kit/silx/actions
+.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/qgox9ei0wxwfagrb/branch/master?svg=true
+ :target: https://ci.appveyor.com/project/ESRF/silx?branch=master
+.. |zenodo DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591709.svg
+ :target: https://doi.org/10.5281/zenodo.591709
+
+
diff --git a/silx.egg-info/SOURCES.txt b/silx.egg-info/SOURCES.txt
index 887aaf1..c6acc15 100644
--- a/silx.egg-info/SOURCES.txt
+++ b/silx.egg-info/SOURCES.txt
@@ -237,6 +237,7 @@ doc/source/modules/image/sift.rst
doc/source/modules/io/configdict.rst
doc/source/modules/io/convert.rst
doc/source/modules/io/dictdump.rst
+doc/source/modules/io/h5py_utils.rst
doc/source/modules/io/index.rst
doc/source/modules/io/nxdata.rst
doc/source/modules/io/octaveh5.rst
@@ -276,6 +277,7 @@ doc/source/modules/utils/array_like.rst
doc/source/modules/utils/decorators.rst
doc/source/modules/utils/html.rst
doc/source/modules/utils/index.rst
+doc/source/modules/utils/retry.rst
doc/source/modules/utils/testutils.rst
doc/source/modules/utils/weakref.rst
doc/source/sample_code/index.rst
@@ -390,16 +392,6 @@ package/debian11/patches/series
package/debian11/source/format
package/debian11/source/options
package/debian11/tests/control
-package/debian9/changelog
-package/debian9/clean
-package/debian9/compat
-package/debian9/control
-package/debian9/gbp.conf
-package/debian9/python-silx-doc.doc-base
-package/debian9/rules
-package/debian9/watch
-package/debian9/source/format
-package/debian9/source/options
package/desktop/org.silx.SilxView.desktop
package/desktop/silx.png
package/desktop/silx.svg
@@ -634,6 +626,7 @@ silx/gui/plot/test/utils.py
silx/gui/plot/tools/CurveLegendsWidget.py
silx/gui/plot/tools/LimitsToolBar.py
silx/gui/plot/tools/PositionInfo.py
+silx/gui/plot/tools/RadarView.py
silx/gui/plot/tools/__init__.py
silx/gui/plot/tools/roi.py
silx/gui/plot/tools/toolbars.py
@@ -728,13 +721,13 @@ silx/gui/test/test_qt.py
silx/gui/test/utils.py
silx/gui/utils/__init__.py
silx/gui/utils/concurrent.py
-silx/gui/utils/glutils.py
silx/gui/utils/image.py
silx/gui/utils/matplotlib.py
silx/gui/utils/projecturl.py
silx/gui/utils/qtutils.py
silx/gui/utils/signal.py
silx/gui/utils/testutils.py
+silx/gui/utils/glutils/__init__.py
silx/gui/utils/test/__init__.py
silx/gui/utils/test/test.py
silx/gui/utils/test/test_async.py
@@ -807,6 +800,7 @@ silx/io/configdict.py
silx/io/convert.py
silx/io/dictdump.py
silx/io/fabioh5.py
+silx/io/h5py_utils.py
silx/io/octaveh5.py
silx/io/rawh5.py
silx/io/setup.py
@@ -840,6 +834,7 @@ silx/io/test/__init__.py
silx/io/test/test_commonh5.py
silx/io/test/test_dictdump.py
silx/io/test/test_fabioh5.py
+silx/io/test/test_h5py_utils.py
silx/io/test/test_nxdata.py
silx/io/test/test_octaveh5.py
silx/io/test/test_rawh5.py
@@ -976,6 +971,7 @@ silx/opencl/test/test_addition.py
silx/opencl/test/test_array_utils.py
silx/opencl/test/test_backprojection.py
silx/opencl/test/test_convolution.py
+silx/opencl/test/test_doubleword.py
silx/opencl/test/test_image.py
silx/opencl/test/test_kahan.py
silx/opencl/test/test_linalg.py
@@ -1412,6 +1408,7 @@ silx/resources/opencl/backproj_helper.cl
silx/resources/opencl/bitonic.cl
silx/resources/opencl/convolution.cl
silx/resources/opencl/convolution_textures.cl
+silx/resources/opencl/doubleword.cl
silx/resources/opencl/kahan.cl
silx/resources/opencl/linalg.cl
silx/resources/opencl/medfilt.cl
@@ -1505,6 +1502,7 @@ silx/utils/launcher.py
silx/utils/number.py
silx/utils/property.py
silx/utils/proxy.py
+silx/utils/retry.py
silx/utils/setup.py
silx/utils/testutils.py
silx/utils/weakref.py
@@ -1520,5 +1518,6 @@ silx/utils/test/test_launcher.py
silx/utils/test/test_launcher_command.py
silx/utils/test/test_number.py
silx/utils/test/test_proxy.py
+silx/utils/test/test_retry.py
silx/utils/test/test_testutils.py
silx/utils/test/test_weakref.py \ No newline at end of file