PlotPy 2.8.1__tar.gz → 2.8.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (542) hide show
  1. {plotpy-2.8.1 → plotpy-2.8.3}/MANIFEST.in +0 -1
  2. {plotpy-2.8.1/PlotPy.egg-info → plotpy-2.8.3}/PKG-INFO +32 -3
  3. {plotpy-2.8.1 → plotpy-2.8.3/PlotPy.egg-info}/PKG-INFO +32 -3
  4. {plotpy-2.8.1 → plotpy-2.8.3}/PlotPy.egg-info/SOURCES.txt +14 -2
  5. {plotpy-2.8.1 → plotpy-2.8.3}/README.md +1 -1
  6. {plotpy-2.8.1 → plotpy-2.8.3}/doc/index.rst +1 -1
  7. plotpy-2.8.3/doc/release_notes/index.rst +12 -0
  8. plotpy-2.8.3/doc/release_notes/release_2.00.md +124 -0
  9. plotpy-2.8.3/doc/release_notes/release_2.01.md +56 -0
  10. plotpy-2.8.3/doc/release_notes/release_2.02.md +31 -0
  11. plotpy-2.8.3/doc/release_notes/release_2.03.md +98 -0
  12. plotpy-2.8.3/doc/release_notes/release_2.04.md +69 -0
  13. plotpy-2.8.3/doc/release_notes/release_2.05.md +50 -0
  14. plotpy-2.8.3/doc/release_notes/release_2.06.md +53 -0
  15. plotpy-2.8.3/doc/release_notes/release_2.07.md +87 -0
  16. plotpy-2.8.3/doc/release_notes/release_2.08.md +185 -0
  17. {plotpy-2.8.1 → plotpy-2.8.3}/doc/requirements.rst +9 -6
  18. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/__init__.py +1 -1
  19. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/annotation.py +13 -4
  20. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/filter.py +19 -4
  21. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/masked.py +19 -6
  22. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/ellipse.py +44 -6
  23. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/plot/manager.py +1 -0
  24. plotpy-2.8.3/plotpy/tests/benchmarks/test_large_number_of_annotations.py +122 -0
  25. plotpy-2.8.3/plotpy/tests/items/test_image_aspect_ratio.py +36 -0
  26. plotpy-2.8.3/plotpy/tests/items/test_to_bins.py +67 -0
  27. plotpy-2.8.3/plotpy/tests/unit/test_masked_dtype_change.py +125 -0
  28. {plotpy-2.8.1 → plotpy-2.8.3}/pyproject.toml +1 -2
  29. {plotpy-2.8.1 → plotpy-2.8.3}/requirements.txt +2 -2
  30. {plotpy-2.8.1 → plotpy-2.8.3}/src/histogram2d.c +329 -320
  31. {plotpy-2.8.1 → plotpy-2.8.3}/src/mandelbrot.c +323 -314
  32. plotpy-2.8.1/CHANGELOG.md +0 -714
  33. plotpy-2.8.1/doc/changelog.rst +0 -4
  34. {plotpy-2.8.1 → plotpy-2.8.3}/LICENSE +0 -0
  35. {plotpy-2.8.1 → plotpy-2.8.3}/PlotPy.egg-info/dependency_links.txt +0 -0
  36. {plotpy-2.8.1 → plotpy-2.8.3}/PlotPy.egg-info/entry_points.txt +0 -0
  37. {plotpy-2.8.1 → plotpy-2.8.3}/PlotPy.egg-info/requires.txt +0 -0
  38. {plotpy-2.8.1 → plotpy-2.8.3}/PlotPy.egg-info/top_level.txt +0 -0
  39. {plotpy-2.8.1 → plotpy-2.8.3}/colormaps/README.md +0 -0
  40. {plotpy-2.8.1 → plotpy-2.8.3}/colormaps/_cm.py +0 -0
  41. {plotpy-2.8.1 → plotpy-2.8.3}/colormaps/colormap.py +0 -0
  42. {plotpy-2.8.1 → plotpy-2.8.3}/colormaps/matplotlib_cmaps.py +0 -0
  43. {plotpy-2.8.1 → plotpy-2.8.3}/doc/_static/favicon.ico +0 -0
  44. {plotpy-2.8.1 → plotpy-2.8.3}/doc/conf.py +0 -0
  45. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/build.rst +0 -0
  46. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/contribute.rst +0 -0
  47. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/guiqwt_to_plotpy.csv +0 -0
  48. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/guiqwt_to_plotpy.rst +0 -0
  49. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/index.rst +0 -0
  50. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/platforms.rst +0 -0
  51. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/v1_to_guidata_v3.csv +0 -0
  52. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/v1_to_v2.csv +0 -0
  53. {plotpy-2.8.1 → plotpy-2.8.3}/doc/dev/v1_to_v2.rst +0 -0
  54. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/colormapmanager.rst +0 -0
  55. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/events.rst +0 -0
  56. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/fit.rst +0 -0
  57. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/fliprotate.rst +0 -0
  58. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/imagefile.rst +0 -0
  59. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/index.rst +0 -0
  60. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/io.rst +0 -0
  61. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/items/builder.rst +0 -0
  62. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/items/examples.rst +0 -0
  63. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/items/index.rst +0 -0
  64. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/items/overview.rst +0 -0
  65. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/items/reference.rst +0 -0
  66. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/mathutils/colormaps.rst +0 -0
  67. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/mathutils/geometry.rst +0 -0
  68. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/mathutils/index.rst +0 -0
  69. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/mathutils/scaler.rst +0 -0
  70. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/panels/index.rst +0 -0
  71. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/panels/overview.rst +0 -0
  72. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/panels/reference.rst +0 -0
  73. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/plot/examples.rst +0 -0
  74. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/plot/index.rst +0 -0
  75. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/plot/overview.rst +0 -0
  76. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/plot/reference.rst +0 -0
  77. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/pyplot.rst +0 -0
  78. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/resizedialog.rst +0 -0
  79. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/rotatecrop.rst +0 -0
  80. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/selectdialog.rst +0 -0
  81. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/signals.rst +0 -0
  82. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/styles/index.rst +0 -0
  83. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/styles/overview.rst +0 -0
  84. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/styles/reference.rst +0 -0
  85. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/tools/examples.rst +0 -0
  86. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/tools/index.rst +0 -0
  87. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/tools/overview.rst +0 -0
  88. {plotpy-2.8.1 → plotpy-2.8.3}/doc/features/tools/reference.rst +0 -0
  89. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/my_plot_manager.png +0 -0
  90. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/my_plot_manager.svg +0 -0
  91. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/panorama-vertical.png +0 -0
  92. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/panorama-vertical.svg +0 -0
  93. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/panorama.png +0 -0
  94. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/panorama.svg +0 -0
  95. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/plot_widgets.png +0 -0
  96. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/plot_widgets.svg +0 -0
  97. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/plotpy-banner.png +0 -0
  98. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/plotpy-vertical.png +0 -0
  99. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/__init__.png +0 -0
  100. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/computations.png +0 -0
  101. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/contrast.png +0 -0
  102. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/cross_section.png +0 -0
  103. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/cross_section2.png +0 -0
  104. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/dotarraydemo.png +0 -0
  105. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/filtertest1.png +0 -0
  106. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/filtertest2.png +0 -0
  107. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/fit.png +0 -0
  108. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/get_point.png +0 -0
  109. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/hist2d.png +0 -0
  110. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/image_plot_tools.png +0 -0
  111. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/imagefilter.png +0 -0
  112. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/imagesuperp.png +0 -0
  113. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/imagexy.png +0 -0
  114. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/manager.png +0 -0
  115. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/mandelbrot.png +0 -0
  116. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/pcolor.png +0 -0
  117. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/plot.png +0 -0
  118. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/simple_dialog.png +0 -0
  119. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/simple_window.png +0 -0
  120. {plotpy-2.8.1 → plotpy-2.8.3}/doc/images/screenshots/transform.png +0 -0
  121. {plotpy-2.8.1 → plotpy-2.8.3}/doc/intro/examples.rst +0 -0
  122. {plotpy-2.8.1 → plotpy-2.8.3}/doc/intro/index.rst +0 -0
  123. {plotpy-2.8.1 → plotpy-2.8.3}/doc/intro/installation.rst +0 -0
  124. {plotpy-2.8.1 → plotpy-2.8.3}/doc/intro/licenses.rst +0 -0
  125. {plotpy-2.8.1 → plotpy-2.8.3}/doc/intro/motivation.rst +0 -0
  126. {plotpy-2.8.1 → plotpy-2.8.3}/doc/intro/overview.rst +0 -0
  127. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/__init__.py +0 -0
  128. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/annotation.py +0 -0
  129. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/curvemarker.py +0 -0
  130. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/image.py +0 -0
  131. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/label.py +0 -0
  132. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/plot.py +0 -0
  133. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/builder/shape.py +0 -0
  134. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/config.py +0 -0
  135. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/constants.py +0 -0
  136. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/coords.py +0 -0
  137. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/colormaps_default.json +0 -0
  138. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/apply.png +0 -0
  139. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/arredit.png +0 -0
  140. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/arrow_down.png +0 -0
  141. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/arrow_up.png +0 -0
  142. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/autorefresh.png +0 -0
  143. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/autoscale.png +0 -0
  144. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/axes.png +0 -0
  145. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/busy.png +0 -0
  146. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/cell_edit.png +0 -0
  147. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/center.png +0 -0
  148. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/cmap_edit.png +0 -0
  149. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/contrast.png +0 -0
  150. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/copy.png +0 -0
  151. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/copytoclipboard.png +0 -0
  152. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csapplylut.png +0 -0
  153. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csautoscale.png +0 -0
  154. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csection.png +0 -0
  155. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csection_a.png +0 -0
  156. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csection_line.png +0 -0
  157. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csection_oblique.png +0 -0
  158. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/csperimage.png +0 -0
  159. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curve_downsample.png +0 -0
  160. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curvestyles/dots.png +0 -0
  161. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curvestyles/lines.png +0 -0
  162. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curvestyles/steps.png +0 -0
  163. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curvestyles/sticks.png +0 -0
  164. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curvetypes/xfy.png +0 -0
  165. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/curvetypes/yfx.png +0 -0
  166. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/delete.png +0 -0
  167. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/edit.png +0 -0
  168. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/edit_point_selection.png +0 -0
  169. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/edit.png +0 -0
  170. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/edit_add.png +0 -0
  171. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/editcopy.png +0 -0
  172. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/editdelete.png +0 -0
  173. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/editpaste.png +0 -0
  174. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/fileimport.png +0 -0
  175. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/filesave.png +0 -0
  176. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/imshow.png +0 -0
  177. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/insert.png +0 -0
  178. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/plot.png +0 -0
  179. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/editors/rename.png +0 -0
  180. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/eliminate_outliers.png +0 -0
  181. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/eraser.png +0 -0
  182. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/exit.png +0 -0
  183. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/expander_down.png +0 -0
  184. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/expander_right.png +0 -0
  185. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/export.png +0 -0
  186. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/file.png +0 -0
  187. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/fileclose.png +0 -0
  188. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/fileimport.png +0 -0
  189. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filenew.png +0 -0
  190. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/fileopen.png +0 -0
  191. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filesave.png +0 -0
  192. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filesaveas.png +0 -0
  193. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/doc.png +0 -0
  194. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/gif.png +0 -0
  195. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/html.png +0 -0
  196. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/jpg.png +0 -0
  197. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/pdf.png +0 -0
  198. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/png.png +0 -0
  199. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/pps.png +0 -0
  200. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/ps.png +0 -0
  201. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/tar.png +0 -0
  202. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/tgz.png +0 -0
  203. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/tif.png +0 -0
  204. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/txt.png +0 -0
  205. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/xls.png +0 -0
  206. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/filetypes/zip.png +0 -0
  207. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/font.png +0 -0
  208. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/full_range.png +0 -0
  209. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/funct.png +0 -0
  210. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/hcursor.png +0 -0
  211. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/hflip.png +0 -0
  212. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/imagestats.png +0 -0
  213. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/item_list.png +0 -0
  214. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/annotation.png +0 -0
  215. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/curve.png +0 -0
  216. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/errorbar.png +0 -0
  217. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/grid.png +0 -0
  218. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/histogram.png +0 -0
  219. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/histogram2d.png +0 -0
  220. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/image.png +0 -0
  221. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/label.png +0 -0
  222. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/legend.png +0 -0
  223. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/items/polygonmap.png +0 -0
  224. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/magnifier.png +0 -0
  225. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/cross.png +0 -0
  226. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/diamond.png +0 -0
  227. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/ellipse.png +0 -0
  228. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/hexagon.png +0 -0
  229. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/point.png +0 -0
  230. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/square.png +0 -0
  231. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/star.png +0 -0
  232. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/triangle_d.png +0 -0
  233. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/triangle_l.png +0 -0
  234. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/triangle_r.png +0 -0
  235. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/triangle_u.png +0 -0
  236. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markers/xcross.png +0 -0
  237. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markerstyles/cross_marker.png +0 -0
  238. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markerstyles/horiz_marker.png +0 -0
  239. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/markerstyles/vert_marker.png +0 -0
  240. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/mask/mask_circle.png +0 -0
  241. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/mask/mask_circle_outside.png +0 -0
  242. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/mask/mask_rectangle.png +0 -0
  243. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/mask/mask_rectangle_outside.png +0 -0
  244. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/mask/mask_tool.png +0 -0
  245. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/max.png +0 -0
  246. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/min.png +0 -0
  247. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/move.png +0 -0
  248. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/multipoint_selection.png +0 -0
  249. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/none.png +0 -0
  250. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/not_found.png +0 -0
  251. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/on_curve.png +0 -0
  252. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/bdiagpattern.png +0 -0
  253. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/crosspattern.png +0 -0
  254. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense1pattern.png +0 -0
  255. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense2pattern.png +0 -0
  256. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense3pattern.png +0 -0
  257. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense4pattern.png +0 -0
  258. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense5pattern.png +0 -0
  259. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense6pattern.png +0 -0
  260. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/dense7pattern.png +0 -0
  261. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/diagcrosspattern.png +0 -0
  262. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/fdiagpattern.png +0 -0
  263. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/horpattern.png +0 -0
  264. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/nobrush.png +0 -0
  265. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/solidpattern.png +0 -0
  266. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/patterns/verpattern.png +0 -0
  267. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/plotpy-banner.svg +0 -0
  268. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/plotpy-vertical.svg +0 -0
  269. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/plotpy.svg +0 -0
  270. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/point_selection.png +0 -0
  271. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/print.png +0 -0
  272. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/python.png +0 -0
  273. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/quickview.png +0 -0
  274. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/refresh.png +0 -0
  275. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/save_all.png +0 -0
  276. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/scales/lin_lin.png +0 -0
  277. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/scales/lin_log.png +0 -0
  278. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/scales/log_lin.png +0 -0
  279. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/scales/log_log.png +0 -0
  280. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/select.svg +0 -0
  281. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/select_area.svg +0 -0
  282. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/settings.png +0 -0
  283. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shape.png +0 -0
  284. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/circle.png +0 -0
  285. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/contour.png +0 -0
  286. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/ellipse_shape.png +0 -0
  287. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/gtaxes.png +0 -0
  288. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/marker.png +0 -0
  289. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/oblique_rectangle.png +0 -0
  290. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/point_shape.png +0 -0
  291. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/polygon.png +0 -0
  292. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/polyline.png +0 -0
  293. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/rectangle.png +0 -0
  294. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/segment.png +0 -0
  295. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/xrange.png +0 -0
  296. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/shapes/yrange.png +0 -0
  297. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/snapshot.png +0 -0
  298. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/styles/dash.png +0 -0
  299. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/styles/dashdot.png +0 -0
  300. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/styles/dashdotdot.png +0 -0
  301. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/styles/dot.png +0 -0
  302. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/styles/solid.png +0 -0
  303. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/trash.png +0 -0
  304. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/trimage_lock.png +0 -0
  305. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/trimage_unlock.png +0 -0
  306. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/vcursor.png +0 -0
  307. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/vflip.png +0 -0
  308. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/xcursor.png +0 -0
  309. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/xmax.png +0 -0
  310. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/xmin.png +0 -0
  311. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/data/icons/zlog.svg +0 -0
  312. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/events.py +0 -0
  313. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/__init__.py +0 -0
  314. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/__init__.py +0 -0
  315. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/_generic_range_slider.py +0 -0
  316. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/_generic_slider.py +0 -0
  317. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/_labeled.py +0 -0
  318. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/_misc.py +0 -0
  319. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/_range_style.py +0 -0
  320. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/external/sliders/_sliders.py +0 -0
  321. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/interfaces/__init__.py +0 -0
  322. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/interfaces/items.py +0 -0
  323. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/interfaces/panel.py +0 -0
  324. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/interfaces/plotmanager.py +0 -0
  325. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/io.py +0 -0
  326. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/__init__.py +0 -0
  327. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/contour.py +0 -0
  328. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/curve/__init__.py +0 -0
  329. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/curve/base.py +0 -0
  330. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/curve/errorbar.py +0 -0
  331. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/grid.py +0 -0
  332. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/histogram.py +0 -0
  333. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/__init__.py +0 -0
  334. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/base.py +0 -0
  335. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/misc.py +0 -0
  336. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/standard.py +0 -0
  337. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/image/transform.py +0 -0
  338. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/label.py +0 -0
  339. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/polygonmap.py +0 -0
  340. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/__init__.py +0 -0
  341. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/axis.py +0 -0
  342. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/base.py +0 -0
  343. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/marker.py +0 -0
  344. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/point.py +0 -0
  345. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/polygon.py +0 -0
  346. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/range.py +0 -0
  347. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/rectangle.py +0 -0
  348. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/segment.py +0 -0
  349. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/items/shape/svg.py +0 -0
  350. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/locale/fr/LC_MESSAGES/plotpy.mo +0 -0
  351. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/lutrange.py +0 -0
  352. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/mathutils/__init__.py +0 -0
  353. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/mathutils/arrayfuncs.py +0 -0
  354. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/mathutils/colormap.py +0 -0
  355. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/mathutils/geometry.py +0 -0
  356. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/mathutils/scaler.py +0 -0
  357. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/__init__.py +0 -0
  358. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/base.py +0 -0
  359. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/contrastadjustment.py +0 -0
  360. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/csection/__init__.py +0 -0
  361. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/csection/csitem.py +0 -0
  362. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/csection/csplot.py +0 -0
  363. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/csection/cswidget.py +0 -0
  364. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/panels/itemlist.py +0 -0
  365. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/plot/__init__.py +0 -0
  366. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/plot/base.py +0 -0
  367. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/plot/interactive.py +0 -0
  368. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/plot/plotwidget.py +0 -0
  369. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/pyplot.py +0 -0
  370. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/__init__.py +0 -0
  371. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/axes.py +0 -0
  372. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/base.py +0 -0
  373. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/curve.py +0 -0
  374. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/errorbar.py +0 -0
  375. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/histogram.py +0 -0
  376. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/image.py +0 -0
  377. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/label.py +0 -0
  378. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/polygonmap.py +0 -0
  379. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/styles/shape.py +0 -0
  380. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/__init__.py +0 -0
  381. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/benchmarks/__init__.py +0 -0
  382. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/benchmarks/test_benchmarks.py +0 -0
  383. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/benchmarks/test_bigimages.py +0 -0
  384. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/benchmarks/test_loadtest.py +0 -0
  385. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/conftest.py +0 -0
  386. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data/brain.png +0 -0
  387. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data/brain_cylinder.png +0 -0
  388. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data/datetime.txt +0 -0
  389. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data/mr-brain.dcm +0 -0
  390. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data/svg_target.svg +0 -0
  391. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data/svg_tool.svg +0 -0
  392. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/data.py +0 -0
  393. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/__init__.py +0 -0
  394. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_auto_curve_image.py +0 -0
  395. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_autoscale_shapes.py +0 -0
  396. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_builder.py +0 -0
  397. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_colormap_editor.py +0 -0
  398. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_colormap_manager.py +0 -0
  399. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_computations.py +0 -0
  400. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_contrast.py +0 -0
  401. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_cursors.py +0 -0
  402. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_data_update_curve.py +0 -0
  403. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_data_update_image.py +0 -0
  404. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_dicom_image.py +0 -0
  405. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_fit.py +0 -0
  406. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_fit_locked_params.py +0 -0
  407. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_image_coords.py +0 -0
  408. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_image_filter.py +0 -0
  409. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_image_superp.py +0 -0
  410. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_loadsaveitems_hdf5.py +0 -0
  411. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_loadsaveitems_json.py +0 -0
  412. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_loadsaveitems_pickle.py +0 -0
  413. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_manager.py +0 -0
  414. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_no_auto_tools.py +0 -0
  415. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_plot_log.py +0 -0
  416. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_plot_time.py +0 -0
  417. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_plot_types.py +0 -0
  418. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_plot_yreverse.py +0 -0
  419. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_pyplot.py +0 -0
  420. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/features/test_resize.py +0 -0
  421. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/__init__.py +0 -0
  422. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_annotated_range.py +0 -0
  423. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_annotations.py +0 -0
  424. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_curves.py +0 -0
  425. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_curves_highdpi.py +0 -0
  426. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_hist2d.py +0 -0
  427. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_histogram.py +0 -0
  428. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_image.py +0 -0
  429. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_image_contour.py +0 -0
  430. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_image_masked.py +0 -0
  431. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_image_masked_xy.py +0 -0
  432. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_image_rgb.py +0 -0
  433. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_image_xy.py +0 -0
  434. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_mandelbrot.py +0 -0
  435. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_pcolor.py +0 -0
  436. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_polygons.py +0 -0
  437. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_svgshapes.py +0 -0
  438. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/items/test_transform.py +0 -0
  439. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/__init__.py +0 -0
  440. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_actiontool.py +0 -0
  441. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_cross_section.py +0 -0
  442. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_cross_section_line.py +0 -0
  443. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_cross_section_oblique.py +0 -0
  444. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_customize_shape_tool.py +0 -0
  445. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_cyclic_import.py +0 -0
  446. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_downsample_curve.py +0 -0
  447. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_edit_point.py +0 -0
  448. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_get_point.py +0 -0
  449. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_get_points.py +0 -0
  450. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_get_rectangle.py +0 -0
  451. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_get_rectangle_with_svg.py +0 -0
  452. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_get_segment.py +0 -0
  453. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_image_plot_tools.py +0 -0
  454. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_stats_tools.py +0 -0
  455. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/tools/test_zaxislog.py +0 -0
  456. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/__init__.py +0 -0
  457. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_annotation_tools.py +0 -0
  458. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_aspect_ratio_tool.py +0 -0
  459. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_baseplot.py +0 -0
  460. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_builder_annotation.py +0 -0
  461. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_builder_curve.py +0 -0
  462. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_builder_image.py +0 -0
  463. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_builder_shape.py +0 -0
  464. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_contour.py +0 -0
  465. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_cursor_tools.py +0 -0
  466. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_curve_tools.py +0 -0
  467. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_datetime_axis.py +0 -0
  468. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_display_coords_tool.py +0 -0
  469. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_events.py +0 -0
  470. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_fontparam.py +0 -0
  471. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_geometry.py +0 -0
  472. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_io.py +0 -0
  473. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_line.py +0 -0
  474. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_line_cross_section_tool.py +0 -0
  475. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_manipulate_selection.py +0 -0
  476. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_mask_tool.py +0 -0
  477. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_multiline_tools.py +0 -0
  478. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_oblique_cross_section_tool.py +0 -0
  479. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_plot_curve.py +0 -0
  480. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_plot_image.py +0 -0
  481. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_rect_zoom.py +0 -0
  482. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_seg_dist.py +0 -0
  483. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_styles.py +0 -0
  484. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/test_tools_export.py +0 -0
  485. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/unit/utils.py +0 -0
  486. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/vistools.py +0 -0
  487. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/__init__.py +0 -0
  488. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_dotarraydemo.py +0 -0
  489. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_filtertest1.py +0 -0
  490. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_filtertest2.py +0 -0
  491. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_fliprotate.py +0 -0
  492. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_plot_timecurve.py +0 -0
  493. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_qtdesigner.py +0 -0
  494. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_qtdesigner.ui +0 -0
  495. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_resize_dialog.py +0 -0
  496. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_rotatecrop.py +0 -0
  497. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_simple_dialog.py +0 -0
  498. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_simple_window.py +0 -0
  499. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_syncplot.py +0 -0
  500. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tests/widgets/test_theme.py +0 -0
  501. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/__init__.py +0 -0
  502. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/annotation.py +0 -0
  503. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/axes.py +0 -0
  504. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/base.py +0 -0
  505. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/cross_section.py +0 -0
  506. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/cursor.py +0 -0
  507. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/curve.py +0 -0
  508. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/image.py +0 -0
  509. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/item.py +0 -0
  510. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/label.py +0 -0
  511. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/misc.py +0 -0
  512. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/plot.py +0 -0
  513. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/selection.py +0 -0
  514. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/tools/shape.py +0 -0
  515. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/__init__.py +0 -0
  516. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/about.py +0 -0
  517. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/basetransform.py +0 -0
  518. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/colormap/__init__.py +0 -0
  519. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/colormap/_slider.py +0 -0
  520. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/colormap/editor.py +0 -0
  521. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/colormap/manager.py +0 -0
  522. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/colormap/widget.py +0 -0
  523. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/fit.py +0 -0
  524. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/fliprotate.py +0 -0
  525. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/imagefile.py +0 -0
  526. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/qtdesigner.py +0 -0
  527. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/resizedialog.py +0 -0
  528. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/rotatecrop.py +0 -0
  529. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy/widgets/selectdialog.py +0 -0
  530. {plotpy-2.8.1 → plotpy-2.8.3}/plotpy-tests.desktop +0 -0
  531. {plotpy-2.8.1 → plotpy-2.8.3}/qtdesigner/plotplugin.py +0 -0
  532. {plotpy-2.8.1 → plotpy-2.8.3}/setup.cfg +0 -0
  533. {plotpy-2.8.1 → plotpy-2.8.3}/setup.py +0 -0
  534. {plotpy-2.8.1 → plotpy-2.8.3}/src/arrays.hpp +0 -0
  535. {plotpy-2.8.1 → plotpy-2.8.3}/src/debug.hpp +0 -0
  536. {plotpy-2.8.1 → plotpy-2.8.3}/src/histogram2d.pyx +0 -0
  537. {plotpy-2.8.1 → plotpy-2.8.3}/src/mandelbrot.pyx +0 -0
  538. {plotpy-2.8.1 → plotpy-2.8.3}/src/pcolor.cpp +0 -0
  539. {plotpy-2.8.1 → plotpy-2.8.3}/src/points.hpp +0 -0
  540. {plotpy-2.8.1 → plotpy-2.8.3}/src/scaler.cpp +0 -0
  541. {plotpy-2.8.1 → plotpy-2.8.3}/src/scaler.hpp +0 -0
  542. {plotpy-2.8.1 → plotpy-2.8.3}/src/traits.hpp +0 -0
@@ -3,5 +3,4 @@ graft qtdesigner
3
3
  graft src
4
4
  graft colormaps
5
5
  include *.desktop
6
- include CHANGELOG.md
7
6
  include requirements.txt
@@ -1,9 +1,38 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PlotPy
3
- Version: 2.8.1
3
+ Version: 2.8.3
4
4
  Summary: Curve and image plotting tools for Python/Qt applications
5
5
  Author-email: Codra <p.raybaut@codra.fr>
6
- License-Expression: BSD-3-Clause
6
+ License: BSD 3-Clause License
7
+
8
+ Copyright (c) 2023, CEA-Codra, Pierre Raybaut.
9
+ All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are met:
13
+
14
+ 1. Redistributions of source code must retain the above copyright notice, this
15
+ list of conditions and the following disclaimer.
16
+
17
+ 2. Redistributions in binary form must reproduce the above copyright notice,
18
+ this list of conditions and the following disclaimer in the documentation
19
+ and/or other materials provided with the distribution.
20
+
21
+ 3. Neither the name of the copyright holder nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
7
36
  Project-URL: Homepage, https://github.com/PlotPyStack/plotpy/
8
37
  Project-URL: Documentation, https://plotpy.readthedocs.io/en/latest/
9
38
  Classifier: Development Status :: 5 - Production/Stable
@@ -85,7 +114,7 @@ It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming
85
114
 
86
115
  <img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
87
116
 
88
- See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library and [changelog](https://github.com/PlotPyStack/PlotPy/blob/master/CHANGELOG.md) for recent history of changes.
117
+ See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library.
89
118
 
90
119
  Copyrights and licensing:
91
120
 
@@ -1,9 +1,38 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PlotPy
3
- Version: 2.8.1
3
+ Version: 2.8.3
4
4
  Summary: Curve and image plotting tools for Python/Qt applications
5
5
  Author-email: Codra <p.raybaut@codra.fr>
6
- License-Expression: BSD-3-Clause
6
+ License: BSD 3-Clause License
7
+
8
+ Copyright (c) 2023, CEA-Codra, Pierre Raybaut.
9
+ All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are met:
13
+
14
+ 1. Redistributions of source code must retain the above copyright notice, this
15
+ list of conditions and the following disclaimer.
16
+
17
+ 2. Redistributions in binary form must reproduce the above copyright notice,
18
+ this list of conditions and the following disclaimer in the documentation
19
+ and/or other materials provided with the distribution.
20
+
21
+ 3. Neither the name of the copyright holder nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
7
36
  Project-URL: Homepage, https://github.com/PlotPyStack/plotpy/
8
37
  Project-URL: Documentation, https://plotpy.readthedocs.io/en/latest/
9
38
  Classifier: Development Status :: 5 - Production/Stable
@@ -85,7 +114,7 @@ It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming
85
114
 
86
115
  <img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
87
116
 
88
- See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library and [changelog](https://github.com/PlotPyStack/PlotPy/blob/master/CHANGELOG.md) for recent history of changes.
117
+ See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library.
89
118
 
90
119
  Copyrights and licensing:
91
120
 
@@ -1,4 +1,3 @@
1
- CHANGELOG.md
2
1
  LICENSE
3
2
  MANIFEST.in
4
3
  README.md
@@ -20,7 +19,6 @@ colormaps/README.md
20
19
  colormaps/_cm.py
21
20
  colormaps/colormap.py
22
21
  colormaps/matplotlib_cmaps.py
23
- doc/changelog.rst
24
22
  doc/conf.py
25
23
  doc/index.rst
26
24
  doc/requirements.rst
@@ -107,6 +105,16 @@ doc/intro/installation.rst
107
105
  doc/intro/licenses.rst
108
106
  doc/intro/motivation.rst
109
107
  doc/intro/overview.rst
108
+ doc/release_notes/index.rst
109
+ doc/release_notes/release_2.00.md
110
+ doc/release_notes/release_2.01.md
111
+ doc/release_notes/release_2.02.md
112
+ doc/release_notes/release_2.03.md
113
+ doc/release_notes/release_2.04.md
114
+ doc/release_notes/release_2.05.md
115
+ doc/release_notes/release_2.06.md
116
+ doc/release_notes/release_2.07.md
117
+ doc/release_notes/release_2.08.md
110
118
  plotpy/__init__.py
111
119
  plotpy/config.py
112
120
  plotpy/constants.py
@@ -373,6 +381,7 @@ plotpy/tests/vistools.py
373
381
  plotpy/tests/benchmarks/__init__.py
374
382
  plotpy/tests/benchmarks/test_benchmarks.py
375
383
  plotpy/tests/benchmarks/test_bigimages.py
384
+ plotpy/tests/benchmarks/test_large_number_of_annotations.py
376
385
  plotpy/tests/benchmarks/test_loadtest.py
377
386
  plotpy/tests/data/brain.png
378
387
  plotpy/tests/data/brain_cylinder.png
@@ -416,6 +425,7 @@ plotpy/tests/items/test_curves_highdpi.py
416
425
  plotpy/tests/items/test_hist2d.py
417
426
  plotpy/tests/items/test_histogram.py
418
427
  plotpy/tests/items/test_image.py
428
+ plotpy/tests/items/test_image_aspect_ratio.py
419
429
  plotpy/tests/items/test_image_contour.py
420
430
  plotpy/tests/items/test_image_masked.py
421
431
  plotpy/tests/items/test_image_masked_xy.py
@@ -425,6 +435,7 @@ plotpy/tests/items/test_mandelbrot.py
425
435
  plotpy/tests/items/test_pcolor.py
426
436
  plotpy/tests/items/test_polygons.py
427
437
  plotpy/tests/items/test_svgshapes.py
438
+ plotpy/tests/items/test_to_bins.py
428
439
  plotpy/tests/items/test_transform.py
429
440
  plotpy/tests/tools/__init__.py
430
441
  plotpy/tests/tools/test_actiontool.py
@@ -464,6 +475,7 @@ plotpy/tests/unit/test_line.py
464
475
  plotpy/tests/unit/test_line_cross_section_tool.py
465
476
  plotpy/tests/unit/test_manipulate_selection.py
466
477
  plotpy/tests/unit/test_mask_tool.py
478
+ plotpy/tests/unit/test_masked_dtype_change.py
467
479
  plotpy/tests/unit/test_multiline_tools.py
468
480
  plotpy/tests/unit/test_oblique_cross_section_tool.py
469
481
  plotpy/tests/unit/test_plot_curve.py
@@ -23,7 +23,7 @@ It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming
23
23
 
24
24
  <img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
25
25
 
26
- See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library and [changelog](https://github.com/PlotPyStack/PlotPy/blob/master/CHANGELOG.md) for recent history of changes.
26
+ See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library.
27
27
 
28
28
  Copyrights and licensing:
29
29
 
@@ -50,6 +50,6 @@ Table of contents
50
50
  intro/index
51
51
  features/index
52
52
  dev/index
53
- changelog
53
+ release_notes/index
54
54
 
55
55
  * :ref:`genindex`
@@ -0,0 +1,12 @@
1
+ Release notes
2
+ =============
3
+
4
+ This section contains the release notes for all versions of :mod:`plotpy`, documenting
5
+ new features, improvements, bug fixes, and breaking changes.
6
+
7
+ .. toctree::
8
+ :maxdepth: 1
9
+ :glob:
10
+ :reversed:
11
+
12
+ release_*
@@ -0,0 +1,124 @@
1
+ # Version 2.0 #
2
+
3
+ ## PlotPy Version 2.0.3 (2023-12-22) ##
4
+
5
+ Bug fixes:
6
+
7
+ * [Issue #9](https://github.com/PlotPyStack/PlotPy/issues/9) - MacOS: `error: a space is required between consecutive right angle brackets (use '> >')`
8
+
9
+ ## PlotPy Version 2.0.2 (2023-12-15) ##
10
+
11
+ Bug fixes:
12
+
13
+ * [Issue #3](https://github.com/PlotPyStack/PlotPy/issues/3) - `PlotWidget`: `ZeroDivisionError` on resize while ignoring constraints
14
+ * [Issue #4](https://github.com/PlotPyStack/PlotPy/issues/4) - Average cross section: `RuntimeWarning: Mean of empty slice.`
15
+ * [Issue #5](https://github.com/PlotPyStack/PlotPy/issues/5) - Contrast panel: levels histogram is sometimes not updated
16
+ * [Issue #6](https://github.com/PlotPyStack/PlotPy/issues/6) - 1D Histogram items are not properly drawn
17
+ * [Issue #7](https://github.com/PlotPyStack/PlotPy/issues/7) - Contrast panel: histogram may contains zeros periodically due to improper bin sizes
18
+ * [Issue #8](https://github.com/PlotPyStack/PlotPy/issues/8) - Contrast panel: switch back to default tool after selecting min/max
19
+
20
+ ## PlotPy Version 2.0.1 (2023-11-29) ##
21
+
22
+ Bug fixes:
23
+
24
+ * Fixed `plotpy.tools.AnnotatedEllipseTool`: `AttributeError` when finalizing the shape
25
+ * `plotpy.widgets.select_with_shape_tool`: added missing `toolbar` and `options` parameters
26
+ * `items.XRangeSelection` is now serializable, as expected
27
+
28
+ Documentation:
29
+
30
+ * `plotpy.plot.SyncPlotWindow`: added missing documentation
31
+ * Added more information on PlotPyStack
32
+ * New "Motivation" section explaining the reasons behind the creation of PlotPy
33
+
34
+ ## PlotPy Version 2.0.0 (2023-10-25) ##
35
+
36
+ This version is the first release of the 2.0 series, which is distributed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
37
+
38
+ PlotPy 2.0 is a major release that brings a lot of new features and bug fixes.
39
+
40
+ When initiated in 2016, PlotPy 1.0 was the result of the merge of two projects (as well as some other changes, e.g. a redesign of the API):
41
+
42
+ * [guidata](https://pypi.org/project/guidata/), a Python library generating graphical user interfaces for easy dataset editing and display
43
+ * [guiqwt](https://pypi.org/project/guiqwt/), a Python library providing efficient 2D data-plotting features (curve/image visualization and related tools) for interactive computing and signal/image processing application development
44
+
45
+ With PlotPy 2.0, the [guidata](https://pypi.org/project/guidata/) code base has been reextracted: PlotPy now relies on [guidata](https://pypi.org/project/guidata/) as a dependency, like before the merge.
46
+
47
+ PlotPy 2.0 also integrates all the bug fixes (>30) and new features that were added to [guiqwt](https://pypi.org/project/guiqwt/) since the merge (i.e. between 2016 and 2023).
48
+
49
+ Supported versions of Python and Qt bindings have been updated:
50
+
51
+ * Python: 3.8, 3.9, and 3.10 (3.11 should work too, but will be officially supported when dropping support for Python 3.8, to keep a 3-year support period)
52
+ * Qt bindings: PyQt5 (even if PyQt6 and PySide6 are not officially supported, efforts have been made and will continue to be made to support them)
53
+
54
+ PlotPy 2.0 is a major release because it also brings a lot of new features:
55
+
56
+ * `plot.PlotWidget`, `plot.PlotDialog`, and `plot.PlotWindow`: API overhaul (simple, more consistent, more flexible, more extensible - see documentation for details)
57
+ * `plot.SyncPlotWindow`: new class to show multiple plots in a single window, in a synchronized way (zoom, pan, etc.)
58
+ * `widgets.selectdialog.SelectDialog`: a dialog box to select items using a shape tool (segment, rectangle or custom)
59
+ * Image lookup table (LUT):
60
+ * Initially, the LUT alpha channel was either constant (input parameter `alpha` was a float between 0 and 1) or linearly dependent on the image pixel values (when the `alpha_mask` parameter was enabled)
61
+ * Now, the LUT may be either constant (same as before) or dependent on the image pixel values but not only linearly: the LUT alpha channel may follow a linear, a sigmoid or an hyperbolic tangent function (see the new `alpha_function` parameter). The old `alpha_mask` parameter was removed
62
+ * Image pixels are now centered on their coordinates:
63
+ * This means that the pixel at row `i` and column `j` is centered on the point `(j, i)` (before, the top-left corner of the pixel at row `i` and column `j` was centered on the point `(j, i)`)
64
+ * This convention is more consistent with the way images are displayed in other scientific image processing tools
65
+ * This is one of the benefits of porting back [guiqwt](https://pypi.org/project/guiqwt/) changes since the merge (i.e. between 2016 and 2023)
66
+ * New SVG-based shapes:
67
+ * `items.RectangleSVGShape`: rectangle shape based on SVG data or file
68
+ * `items.SquareSVGShape`: square shape based on SVG data or file
69
+ * `items.CircleSVGShape`: circle shape based on SVG data or file
70
+ * `builder.PlotBuilder`:
71
+ * Renamed `PlotBuilder` (originally `guiqwt.builder.PlotItemBuilder`)
72
+ * Builder instance is still available using `from plotpy.builder import make`
73
+ * Plot widget creation is now supported:
74
+ * `make.widget()` for `plot.PlotWidget`
75
+ * `make.dialog()` for `plot.PlotDialog`
76
+ * `make.window()` for `plot.PlotWindow`
77
+ * Added support for more plot items:
78
+ * `make.contours()` for generating a list of `items.ContourItem` objects
79
+ * `make.annotated_point()` for `items.AnnotatedPoint`
80
+ * `make.polygon()` for `items.PolygonShape`
81
+ * `make.svg()` for `items.RectangleSVGShape`, `items.SquareSVGShape`, and `items.CircleSVGShape`
82
+ * Added JSON serialization support for all plot items (curve, image, etc.)
83
+
84
+ * Brand new documentation, based on Sphinx with links to other projects API, examples and tutorials (e.g. on development related topics).
85
+ * Black code formatting on all Python files
86
+ * New automated test suite:
87
+ * Automatic execution: `--unattended` command line option (Qt loop is bypassed)
88
+ * Test suite based on `pytest`, supporting `pytest-cov` for coverage testing, `pytest-xvfb` for headless testing, and `pytest-qt` for Qt testing
89
+ * Added support for Coverage: test coverage improved up to 70%
90
+ * Added typing annotations on (almost) all Python files
91
+ * Distribution: switched to `pyproject.toml` (still relying on `setuptools` and `setup.py` for building Cython/C++ extensions)
92
+ * Added code quality configuration files:
93
+ * `.pylintrc`: pylint configuration file
94
+ * `.isort.cfg`: isort configuration file
95
+ * `.coveragerc`: coverage configuration file
96
+ * Added Visual Studio Code configuration files:
97
+ * `.vscode/settings.json`: Python interpreter, code formatting, etc.
98
+ * `.vscode/tasks.json`: build, test, etc.
99
+ * `.vscode/launch.json`: run current file, run tests, etc.
100
+
101
+ PlotPy 2.0 also brings a lot of bug fixes and improvements:
102
+
103
+ * Handled all Cython/C++ extensions compilation warnings
104
+ * Fixed all NumPy deprecation issues (e.g. `numpy.matrix`)
105
+ * Fixed (annotated) circle/ellipse item creation/test
106
+ * Fixed all documentation build warnings
107
+ * Fixed regressions introduced by PlotPy V1 on top of guiqwt:
108
+ * Global references for the Debian package management
109
+ * Major aspect ratio issues:
110
+ * When resizing the plot widget (images were downsized indefinitely)
111
+ * When auto-scaling the plot widget (images were not displayed entirely)
112
+ * `TrImageItem` rotation algorithm
113
+ * Oblique cross-section test
114
+ * About dialog, version informations
115
+ * Ported all [guiqwt](https://pypi.org/project/guiqwt/) bug fixes since the merge (i.e. between 2016 and 2023):
116
+ * Added support for Visual Studio 2015 and earlier
117
+ * Speeding-up image alpha channel calculation
118
+ * Optimized colormap icon caching
119
+ * X-axis direction and auto-scale
120
+ * Added load test (with a very large number of plot widgets)
121
+ * Coordinates inversion in `EllipseShape`
122
+ * ValueError with levels histogram
123
+ * Various fixes regarding plot item creation, cross-section features, PyQt5 support, DICOM support, TIFF support, etc.
124
+ * Etc.
@@ -0,0 +1,56 @@
1
+ # Version 2.1 #
2
+
3
+ ## PlotPy Version 2.1.2 (2024-02-16) ##
4
+
5
+ New features:
6
+
7
+ * Added `Echelon` alpha function to the image parameters:
8
+ * The `Echelon` alpha function is a step function, so that the alpha channel is 0 (full transparency) for the lowest value of the Lookup Table (LUT) and opaque (transparency level set by the `Global alpha` parameter) for the other values
9
+ * This feature is added to the other existing alpha functions: `Constant`, `Linear`, `Sigmoid`, and `Hyperbolic tangent`
10
+
11
+ Bug fixes:
12
+
13
+ * Compatibility with PythonQwt 0.12.
14
+
15
+ ## PlotPy Version 2.1.1 (2024-02-09) ##
16
+
17
+ Bug fixes:
18
+
19
+ * API breakage (unintentional) in V2.1.0:
20
+ * In V2.1.0, `mathutils.colormap` module was renamed to `mathutils.colormaps`
21
+ * Original `mathutils.colormap` module naming is restored in this release
22
+ * Colormap selection from the toolbar was not triggering the `SIG_ITEMS_CHANGED` signal (every time an item parameter is changed, the `SIG_ITEMS_CHANGED` signal has to be emitted by the `BasePlot` instance to notify the application that the plot has been modified)
23
+
24
+ ## PlotPy Version 2.1.0 (2024-02-08) ##
25
+
26
+ In this release, test coverage is 71%.
27
+
28
+ New features:
29
+
30
+ * Curve-related features:
31
+ * New `tools.SelectPointsTool` to select graphically multiple points on a plot
32
+ * New `tools.EditPointTool` to edit graphically the position of a point on a plot
33
+ * New downsampling feature:
34
+ * The user may enable it to reduce the number of points displayed on a curve (e.g. when the curve is too dense)
35
+ * The downsampling factor is adjustable (default to 10, i.e. 1 point out of 10 is displayed)
36
+ * The feature is disabled by default
37
+ * Image-related features:
38
+ * New "Colormap Manager":
39
+ * Before this release, the colormap selection was limited to presets (e.g. "gray", "jet", etc.)
40
+ * Now, the user can select a preset, edit it, or create a new one from scratch thanks to the new "Colormap Manager" dialog
41
+ * New line cross section feature:
42
+ * Before this release, the cross section feature was limited to either horizontal or vertical lines, or an average cross section withing a rectangle (aligned with the axes, or oblique)
43
+ * Now, the user can draw a line cross section with the new "Line Cross Section" tool: the intensity profile associated to the drawn segment is displayed in a dedicated plot
44
+ * Added support for gestures:
45
+ * Zooming in/out with the a two-finger pinch gesture
46
+ * Panning with a two-finger drag gesture
47
+
48
+ Documentation:
49
+
50
+ * Reorganized some sections
51
+ * Added sections on new features
52
+
53
+ Bug fixes:
54
+
55
+ * Fixed critical bug in oblique cross section feature (regression introduced in 2.0.0)
56
+ * Removed dependency to `pytest-qt` for the test suite (due to Qt6 compatibility issues)
@@ -0,0 +1,31 @@
1
+ # Version 2.2 #
2
+
3
+ ## PlotPy Version 2.2.0 (2024-03-04) ##
4
+
5
+ In this release, test coverage is 75%.
6
+
7
+ New features:
8
+
9
+ * Added `SIG_ITEM_PARAMETERS_CHANGED` signal to `BasePlot` class:
10
+ * This signal is emitted when the parameters of an item are changed using the parameters dialog, or a specific tool (e.g. the colormap selection tool, or the lock/unlock tool for image items)
11
+ * This signal is emitted with the item as argument
12
+ * It is often emitted before the `SIG_ITEMS_CHANGED` signal, which is global to all items, but not necessarily. For example, when the colormap of an image is changed, the `SIG_ITEM_PARAMETERS_CHANGED` signal is emitted for the image item, but the `SIG_ITEMS_CHANGED` signal is not emitted.
13
+ * Added new colormap presets:
14
+ * `viridis`, `plasma`, `inferno`, `magma`, `cividis`
15
+ * `afmhot`
16
+ * `coolwarm`, `bwr`, `seismic`
17
+ * `gnuplot2`, `CMRmap`, `rainbow`, `turbo`
18
+ * Fixed all qualitative colormaps:
19
+ * All qualitative colormaps have been re-computed because they are not supposed to be interpolated, which was the case and made them unusable
20
+ * The qualitative colormaps are now usable and look like the ones from Matplotlib
21
+ * Colormap manager:
22
+ * Added a button to remove a custom colormap
23
+ * The preset colormaps *and* the currently selected colormap are read-only
24
+ * Added automatic unit tests for interactive tools:
25
+ * `AnnotatedCircleTool`, `AnnotatedEllipseTool`, `AnnotatedObliqueRectangleTool`, `AnnotatedPointTool`, `AnnotatedRectangleTool`, `AnnotatedSegmentTool`
26
+ * `AverageCrossSectionTool`, `CrossSectionTool`, `ObliqueCrossSectionTool`, `LineCrossSectionTool`
27
+ * `EditPointTool`, `SelectPointsTool`, `SelectPointTool`
28
+ * `AspectRatioTool`, `ImageStatsTool`, `SnapshotTool`
29
+ * `DisplayCoordsTool`, `RectZoomTool`
30
+ * `CircleTool`, `EllipseTool`, `FreeFormTool`, `MultiLineTool`, `ObliqueRectangleTool`, `PointTool`, `RectangleTool`, `SegmentTool`
31
+ * Internal package reorganization: moved icons to `plotpy/data/icons` folder
@@ -0,0 +1,98 @@
1
+ # Version 2.3 #
2
+
3
+ ## PlotPy Version 2.3.5 (2024-06-21) ##
4
+
5
+ This release is mainly intended to fix the Windows binary distribution, which was not supporting NumPy 2.0.
6
+
7
+ 🛠️ Bug fixes:
8
+
9
+ * Moved back `conftest.py` to the `tests` folder (was in the root folder), so that `pytest` can be executed with proper configuration when running the test suite from the installed package
10
+
11
+ * Removed benchmarks from automated test suite (not relevant for the end user): added `plotpy-benchmarks` script to run the benchmarks
12
+
13
+ ## PlotPy Version 2.3.4 (2024-06-20) ##
14
+
15
+ In this release, test coverage is 79%.
16
+
17
+ 🛠️ Bug fixes:
18
+
19
+ * Add support for NumPy 2.0:
20
+ * Updated build system to use NumPy 2.0 on Python > 3.8 and NumPy 1 on Python 3.8
21
+ * Use `numpy.asarray` instead of `numpy.array(..., copy=False)`
22
+ * Use `numpy.isin` instead of `numpy.in1d`
23
+ * Use `scipy.integrate.trapezoid` instead of `numpy.trapz`
24
+
25
+ * `ColorMapManager`: fix segmentation fault with PySide6 on Linux
26
+
27
+ ## PlotPy Version 2.3.3 (2024-06-13) ##
28
+
29
+ In this release, test coverage is 79%.
30
+
31
+ 🛠️ Bug fixes:
32
+
33
+ * Moved up `LineCrossSection` import for consistency with other cross-section panels
34
+ * Unexpected behavior regarding `io.load_items` and `io.save_items` functions:
35
+ * Those functions were serializing and deserializing most of the parameters of the plot items, but not their visibility state
36
+ * This is now fixed: the visibility state of the plot items is now saved and restored as expected
37
+
38
+ ℹ️ Other changes:
39
+
40
+ * Explicitely exclude NumPy V2 from the dependencies (not compatible yet)
41
+
42
+ ## PlotPy Version 2.3.2 (2024-05-07) ##
43
+
44
+ In this release, test coverage is 79%.
45
+
46
+ Version 2.3.2 fixes a blocking issue with the colormap editor unit test introduced in version 2.3.1. The latter is a fugitive release that was not announced.
47
+
48
+ 💥 New features / Enhancements:
49
+
50
+ * Colormap: added "Apply" button to the colormap manager
51
+ * Automated test suite:
52
+ * Test coverage has been improved from 75% to 79%
53
+ * The following features are now covered by unit tests:
54
+ * Panning with the mouse move events
55
+ * Zooming with the mouse wheel/move events
56
+ * Curve statistics tool
57
+ * Image rotation and translations via `SelectTool` (simulating mouse events)
58
+ * Masked areas in images and `ImageMaskTool`
59
+ * `LockTrImageTool`
60
+ * Cursor tools (`HCursorTool`, `VCursorTool`, `XCursorTool` and `HRangeTool`)
61
+ * `DisplayCoordsTool`: simulation of 'Alt' and 'Ctrl' keys
62
+ * Complete coverage for `MultiLineTool` and `FreeFormTool`
63
+ * Selection tools (`RectangularSelectionTool` and `SelectTool`)
64
+
65
+ 🛠️ Bug fixes:
66
+
67
+ * Image statistics tool: fixed "No available data" message when the tool rectangular region top Y coordinate is above the image top Y coordinate
68
+ * Label items (`LabelItem`, `LegendBoxItem`, `DataInfoLabel`, ...) were not emitting the `SIG_ITEM_MOVED` signal when moved interactively (with the mouse) if the item anchor was attached to the canvas
69
+ * Colormap: fixed context menu entry update (colormap icon was updated as expected, but the colormap name was not)
70
+ * Rotate/crop dialog: added missing toolbar on plot widget
71
+ * Flip/rotate dialog: added missing toolbar on plot widget
72
+ * Fixed issue with oblique averaged cross section computation (`AttributeError` when clicking on the empty cross section plot)
73
+
74
+ ## PlotPy Version 2.3.0 (2024-03-11) ##
75
+
76
+ In this release, test coverage is 75%.
77
+
78
+ 💥 New features:
79
+
80
+ * Added support for colormap inversion:
81
+ * The user can now invert the colormap of an image item:
82
+ * From the image parameters dialog ("Invert colormap" checkbox)
83
+ * From the plot context menu (right-click on the image item)
84
+ * `BaseImageItem.set_color_map` method takes a new `invert` parameter (which defaults to `None`, meaning that the behavior is unchanged)
85
+ * New `ReverseColormapTool`: registered by default in the plot widget, like the `ColormapTool` (add the "Invert colormap" entry in the context menu of the image)
86
+
87
+ 🛠️ Bug fixes:
88
+
89
+ * `ErrorBarCurveItem`: fixed NumPy deprecation warning ("Conversion of an array with ndim > 0 to a scalar is deprecated [...]")
90
+
91
+ ℹ️ Other changes:
92
+
93
+ * Image plot items deserialization:
94
+ * When an image plot item is deserialized, and needs to be reloaded from a file, the file path is adapted to the current working directory if file is not found (this is the legacy behavior).
95
+ * An unnecessary call to `ImageIOHandler.adapt_path` method was removed from the `RawImageItem.deserialize` method: this issue has to be handled by the host application, not by the PlotPy library.
96
+ * `ImageIOHandler`: removed `add_change_path` and `adapt_path` methods
97
+ * Fix typo in `tests.features.test_colormap_editor` module: renamed function `test_colormap_manager` to `test_colormap_editor`
98
+ * Removed unnecessary `BaseImageItem.get_color_map_name` method
@@ -0,0 +1,69 @@
1
+ # Version 2.4 #
2
+
3
+ ## PlotPy Version 2.4.2 (2024-07-16) ##
4
+
5
+ In this release, test coverage is 79%.
6
+
7
+ 🛠️ Bug fixes:
8
+
9
+ * [Issue #17](https://github.com/PlotPyStack/PlotPy/issues/17):
10
+ * Debian's Python team has reported that the contour unit test was failing on `arm64` architecture
11
+ * This is the opportunity to replace the `contour2d` Cython extension by scikit-image's `find_contours` function, thus avoiding to reinvent the wheel by relying on a more robust and tested implementation
12
+ * The `contour2d` Cython extension is removed from the source code
13
+ * The contour related features remain the same, but the implementation is now based on scikit-image's `find_contours` function
14
+ * The scikit-image dependency is added to the package requirements
15
+
16
+ ## PlotPy Version 2.4.1 (2024-07-09) ##
17
+
18
+ In this release, test coverage is 79%.
19
+
20
+ 🛠️ Bug fixes:
21
+
22
+ * Contrast adjustment panel:
23
+ * A regression was introduced in V2.0.0: levels histogram was no longer removed from contrast adjustment panel when the associated image was removed from the plot
24
+ * This is now fixed: when an image is removed, the histogram is removed as well and the contrast panel is refreshed (which was not the case even before the regression)
25
+
26
+ ## PlotPy Version 2.4.0 (2024-06-26) ##
27
+
28
+ In this release, test coverage is 79%.
29
+
30
+ 💥 New features / Enhancements:
31
+
32
+ * Contrast adjustment panel:
33
+ * New layout: the vertical toolbar (which was constrained in a small area on the right side of the panel) is now a horizontal toolbar at the top of the panel, beside the title
34
+ * New "Set range" button: allows the user to set manually the minimum and maximum values of the histogram range
35
+ * New Z-axis logarithmic scale feature:
36
+ * Added new tool `ZAxisLogTool` to toggle the Z-axis logarithmic scale
37
+ * The tool is registered by default in the plot widget, like the `ColormapTool`
38
+ * When enabled, the active image item is displayed after applying a base-10 logarithm to its pixel values
39
+ * Curve statistics tool `CurveStatsTool` is now customizable:
40
+ * When adding the tool: `plot_widget.manager.add_tool(CurveStatsTool, labelfuncs=(...))`
41
+ * Or after: `plot_widget.manager.get_tool(CurveStatsTool).set_labelfuncs(...)`
42
+ * The `labelfuncs` parameter is a list of tuples `(label, func)` where `label` is the label displayed in the statistics table, and `func` is a function that takes the curve data and returns the corresponding statistic value (see the documentation for more details)
43
+ * Image statistics tool `ImageStatsTool` is now customizable:
44
+ * When adding the tool: `plot_widget.manager.add_tool(ImageStatsTool, stats_func=...)`
45
+ * Or after: `plot_widget.manager.get_tool(ImageStatsTool).set_stats_func(...)`
46
+ * The `stats_func` parameter is a function that takes the image item and selected rectangle coordinates, and returns a string with the statistics to display
47
+ * New `SIG_AXIS_PARAMETERS_CHANGED` signal emitted by `BasePlot` when the axes parameters are changed (e.g. when the axes are inverted, or the scale is changed)
48
+ * New "Reverse X axis" feature:
49
+ * Added new tool `ReverseXAxisTool` to toggle the X-axis direction
50
+ * The tool is registered by default in the plot widget, like its Y-axis counterpart
51
+
52
+ 🛠️ Bug fixes:
53
+
54
+ * Contrast adjustment panel:
55
+ * Fixed histogram update issues when no image was currently selected (even if the an image was displayed and was selected before)
56
+ * Histogram range was not updated when either the minimum or maximum value was set using the "Minimum value" or "Maximum value" buttons (which have been renamed to "Min." and "Max." in this release)
57
+ * Histogram range was not updated when the "Set full range" button was clicked
58
+ * Image parameters: contrast range was not updated when the image Z axis bounds were changed using the "Parameters" dialog
59
+
60
+ 🧹 API cleanup:
61
+
62
+ * Deprecated `AnnotationParam.update_annotation` method: use `update_item` instead
63
+ * Deprecated `AxesShapeParam.update_axes` method: use `update_item` instead
64
+ * Deprecated `AxesParam.update_axes` method: use `update_item` instead
65
+ * Deprecated `ImageAxesParam.update_axes` method: use `update_item` instead
66
+ * Deprecated `LabelParam.update_label` method: use `update_item` instead
67
+ * Deprecated `MarkerParam.update_marker` method: use `update_item` instead
68
+ * Deprecated `RangeShapeParam.update_range` method: use `update_item` instead
69
+ * Deprecated `ShapeParam.update_shape` method: use `update_item` instead
@@ -0,0 +1,50 @@
1
+ # Version 2.5 #
2
+
3
+ ## PlotPy Version 2.5.1 (2024-08-01) ##
4
+
5
+ ℹ️ Release V2.5.0 was a fugitive release that was replaced by V2.5.1 due to packaging issues.
6
+
7
+ In this release, test coverage is 79%.
8
+
9
+ 💥 New features / Enhancements:
10
+
11
+ * Alternative dictionary argument for plot options:
12
+ * This new feature was introduced in the context of the cyclic import bug fix, to avoid importing the `plotpy.plot` module just to get the `PlotOptions` or `BasePlotOptions` classes
13
+ * All classes (and a few functions) that used to take an `options` argument as a `BasePlotOptions` or `PlotOptions` instance now also accept a dictionary argument with the same keys as the `BasePlotOptions` or `PlotOptions` class attributes, and the same values as the corresponding attributes
14
+ * This concerns the following classes and functions:
15
+ * `plotpy.plot.BasePlot`
16
+ * `plotpy.plot.PlotWidget`
17
+ * `plotpy.plot.PlotDialog`
18
+ * `plotpy.plot.PlotWindow`
19
+ * `plotpy.plot.SubPlotWidget`
20
+ * `plotpy.plot.SyncPlotWindow`
21
+ * `plotpy.tools.RotateCropTool`
22
+ * `plotpy.widgets.fit.FitDialog`
23
+ * `plotpy.widgets.fliprotate.FlipRotateDialog`
24
+ * `plotpy.widgets.rotatecrop.RotateCropDialog`
25
+ * `plotpy.widgets.selectdialog.SelectDialog`
26
+ * `plotpy.widgets.selectdialog.select_with_shape_tool`
27
+
28
+ * Added "Lock LUT range" option for image items:
29
+ * This new option is disabled by default, which matches the previous behavior: when updating an image item data, the LUT range is automatically adjusted to the new data range (if not passed as an argument to the `BaseImageItem.set_data` method)
30
+ * When enabled, the LUT range is locked and the LUT range is not adjusted when updating the image item data
31
+ * The option is available in image parameters dialog
32
+ * A new tool `LockLUTRangeTool` has been implemented to toggle the option from the plot context menu: the tool is not registered by default in the plot widget, but can be added by the host application if needed
33
+ * See test script `tests.features.test_image_data_update` for an example of usage of the new option and tool
34
+
35
+ * Added missing `set_style` method to `XRangeSelection` class: this method is used to set the style of the range selection item from configuration options
36
+
37
+ 🛠️ Bug fixes:
38
+
39
+ * [Issue #19](https://github.com/PlotPyStack/PlotPy/issues/19) - Fix `distutils` deprecation in setup.py: replaced `distutils.core` by `setuptools` in the setup.py script to avoid the deprecation warning when building the package with Python 3.10 and 3.11, and to ensure compatibility with earlier Python versions (PlotPy is already compatible with the most recent Python versions: this only concerns the build system)
40
+ * Fix cyclic import in `plotpy.tools` module:
41
+ * Some tools in `plotpy.tools` subpackage were importing the `plotpy.plot` module, which was importing the `plotpy.tools` module, causing a cyclic import issue
42
+ * This is now fixed by introducing new constants for axis IDs in the `plotpy.constants` module, and using them everywhere in the code, thus avoiding to import the `plotpy.plot` module just to get the axis IDs
43
+ * Fix empty label in X/Y cross section plots:
44
+ * This is a regression introduced in V2.1.0
45
+ * When showing the X/Y cross section plots (using the plot context menu), an empty label was displayed at the center of each of those plots
46
+ * The label now shows "Enable a marker" as previously
47
+ * Fix historic unexpected behavior of interactive tools:
48
+ * When triggering an interactive tool (e.g. by clicking on the corresponding toolbar button), the tool `activate` method was called twice, which was not expected, but was not causing any issue given the current implementation
49
+ * However, when defining custom interactive tools, this behavior could lead to unexpected results (i.e. really executing activation actions twice)
50
+ * This is now fixed: the `activate` method is called only once when triggering an interactive tool