summaryrefslogtreecommitdiff
path: root/silx.egg-info
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-05-28 08:16:16 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-05-28 08:16:16 +0200
commita763e5d1b3921b3194f3d4e94ab9de3fbe08bbdd (patch)
tree45d462ed36a5522e9f3b9fde6c4ec4918c2ae8e3 /silx.egg-info
parentcebdc9244c019224846cb8d2668080fe386a6adc (diff)
New upstream version 0.10.1+dfsg
Diffstat (limited to 'silx.egg-info')
-rw-r--r--silx.egg-info/PKG-INFO2
-rw-r--r--silx.egg-info/SOURCES.txt36
-rw-r--r--silx.egg-info/requires.txt3
3 files changed, 29 insertions, 12 deletions
diff --git a/silx.egg-info/PKG-INFO b/silx.egg-info/PKG-INFO
index 52f365a..a5b84db 100644
--- a/silx.egg-info/PKG-INFO
+++ b/silx.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: silx
-Version: 0.9.0
+Version: 0.10.1
Summary: Software library for X-ray data analysis
Home-page: http://www.silx.org/
Author: data analysis unit
diff --git a/silx.egg-info/SOURCES.txt b/silx.egg-info/SOURCES.txt
index 2a926d4..f294cec 100644
--- a/silx.egg-info/SOURCES.txt
+++ b/silx.egg-info/SOURCES.txt
@@ -62,6 +62,7 @@ doc/source/description/img/sift_frame_ROI.png
doc/source/description/img/sift_match1.png
doc/source/description/img/sift_match2.png
doc/source/description/img/sift_orientation.png
+doc/source/ext/snapshotqt_directive.py
doc/source/ext/sphinxext-archive.py
doc/source/img/silx.ico
doc/source/img/silx_large.png
@@ -148,6 +149,8 @@ doc/source/modules/gui/plot/actions/img/fftAction0.png
doc/source/modules/gui/plot/actions/img/fftAction1.png
doc/source/modules/gui/plot/actions/img/shiftAction0.png
doc/source/modules/gui/plot/actions/img/shiftAction3.png
+doc/source/modules/gui/plot/img/BasicGridStatsWidget.png
+doc/source/modules/gui/plot/img/BasicStatsWidget.png
doc/source/modules/gui/plot/img/CompareImages.png
doc/source/modules/gui/plot/img/ComplexImageView.png
doc/source/modules/gui/plot/img/CurveLegendsWidget.png
@@ -255,6 +258,7 @@ doc/source/modules/opencl/codec_cbf.rst
doc/source/modules/opencl/fbp.rst
doc/source/modules/opencl/index.rst
doc/source/modules/opencl/medfilt.rst
+doc/source/modules/opencl/sinofilter.rst
doc/source/modules/opencl/sift/align.rst
doc/source/modules/opencl/sift/index.rst
doc/source/modules/opencl/sift/match.rst
@@ -299,6 +303,7 @@ examples/colormapDialog.py
examples/compareImages.py
examples/customDataView.py
examples/customHdf5TreeModel.py
+examples/dropZones.py
examples/fft.png
examples/fftPlotAction.py
examples/fileDialog.py
@@ -324,6 +329,7 @@ examples/scatterMask.py
examples/shiftPlotAction.py
examples/simplewidget.py
examples/stackView.py
+examples/syncPlotLocation.py
examples/syncaxis.py
examples/viewer3DVolume.py
examples/writetoh5.py
@@ -631,6 +637,7 @@ silx/gui/plot3d/test/__init__.py
silx/gui/plot3d/test/testGL.py
silx/gui/plot3d/test/testScalarFieldView.py
silx/gui/plot3d/test/testSceneWidgetPicking.py
+silx/gui/plot3d/test/testStatsWidget.py
silx/gui/plot3d/tools/GroupPropertiesWidget.py
silx/gui/plot3d/tools/PositionInfoWidget.py
silx/gui/plot3d/tools/ViewpointTools.py
@@ -656,6 +663,7 @@ silx/gui/test/utils.py
silx/gui/utils/__init__.py
silx/gui/utils/concurrent.py
silx/gui/utils/image.py
+silx/gui/utils/projecturl.py
silx/gui/utils/testutils.py
silx/gui/utils/test/__init__.py
silx/gui/utils/test/test_async.py
@@ -672,6 +680,7 @@ silx/gui/widgets/PrintPreview.py
silx/gui/widgets/RangeSlider.py
silx/gui/widgets/TableWidget.py
silx/gui/widgets/ThreadPoolPushButton.py
+silx/gui/widgets/UrlSelectionTable.py
silx/gui/widgets/WaitingPushButton.py
silx/gui/widgets/__init__.py
silx/gui/widgets/setup.py
@@ -778,6 +787,16 @@ silx/math/marchingcubes.pyx
silx/math/math_compatibility.pxd
silx/math/mc.pxd
silx/math/setup.py
+silx/math/fft/__init__.py
+silx/math/fft/basefft.py
+silx/math/fft/clfft.py
+silx/math/fft/cufft.py
+silx/math/fft/fft.py
+silx/math/fft/fftw.py
+silx/math/fft/npfft.py
+silx/math/fft/setup.py
+silx/math/fft/test/__init__.py
+silx/math/fft/test/test_fft.py
silx/math/fit/__init__.py
silx/math/fit/bgtheories.py
silx/math/fit/filters.c
@@ -849,6 +868,8 @@ silx/opencl/processing.py
silx/opencl/projection.py
silx/opencl/reconstruction.py
silx/opencl/setup.py
+silx/opencl/sinofilter.py
+silx/opencl/statistics.py
silx/opencl/utils.py
silx/opencl/codec/__init__.py
silx/opencl/codec/byte_offset.py
@@ -881,9 +902,11 @@ silx/opencl/test/test_addition.py
silx/opencl/test/test_array_utils.py
silx/opencl/test/test_backprojection.py
silx/opencl/test/test_image.py
+silx/opencl/test/test_kahan.py
silx/opencl/test/test_linalg.py
silx/opencl/test/test_medfilt.py
silx/opencl/test/test_projection.py
+silx/opencl/test/test_stats.py
silx/resources/__init__.py
silx/resources/gui/colormaps/inferno.npy
silx/resources/gui/colormaps/magma.npy
@@ -1250,10 +1273,12 @@ silx/resources/opencl/array_utils.cl
silx/resources/opencl/backproj.cl
silx/resources/opencl/backproj_helper.cl
silx/resources/opencl/bitonic.cl
+silx/resources/opencl/kahan.cl
silx/resources/opencl/linalg.cl
silx/resources/opencl/medfilt.cl
silx/resources/opencl/preprocess.cl
silx/resources/opencl/proj.cl
+silx/resources/opencl/statistics.cl
silx/resources/opencl/codec/byte_offset.cl
silx/resources/opencl/image/cast.cl
silx/resources/opencl/image/histogram.cl
@@ -1289,19 +1314,9 @@ silx/test/utils.py
silx/third_party/EdfFile.py
silx/third_party/TiffIO.py
silx/third_party/__init__.py
-silx/third_party/concurrent_futures.py
-silx/third_party/enum.py
-silx/third_party/modest_image.py
silx/third_party/scipy_spatial.py
silx/third_party/setup.py
-silx/third_party/six.py
silx/third_party/_local/__init__.py
-silx/third_party/_local/enum.py
-silx/third_party/_local/six.py
-silx/third_party/_local/concurrent_futures/__init__.py
-silx/third_party/_local/concurrent_futures/_base.py
-silx/third_party/_local/concurrent_futures/process.py
-silx/third_party/_local/concurrent_futures/thread.py
silx/third_party/_local/scipy_spatial/__init__.py
silx/third_party/_local/scipy_spatial/qhull.c
silx/third_party/_local/scipy_spatial/qhull.pxd
@@ -1344,6 +1359,7 @@ silx/utils/array_like.py
silx/utils/debug.py
silx/utils/deprecation.py
silx/utils/exceptions.py
+silx/utils/files.py
silx/utils/html.py
silx/utils/launcher.py
silx/utils/number.py
diff --git a/silx.egg-info/requires.txt b/silx.egg-info/requires.txt
index e7cfb25..9acb971 100644
--- a/silx.egg-info/requires.txt
+++ b/silx.egg-info/requires.txt
@@ -1,7 +1,8 @@
-numpy>=1.15.3
+numpy>=1.15.4
setuptools
h5py
fabio>=0.7
+six
[full]
pyopencl