2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-10-11 16:19:16 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-qtgraph-qt5: Not for python313 (py-OpenGL).
|
2024-08-18 13:33:21 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py-qtgraph-qt5: enable for Python 3.12
|
2024-08-05 16:45:29 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-qtgraph-qt5: updated to 0.13.7
pyqtgraph-0.13.7
* test_PolyLineROI now passes on non-AMD64 platforms
* Add note about NaN to int conversion
* remove functions.try_fastpath_argb as it triggered segfaults
* Allow users to specify FillRule for FillBetweenItem, undo regressionfrom
pyqtgraph-0.13.6
* bdist_wheel needs to grab peegee icons
What's Changed
Highlights
* add fastpath for float images with nans
* Add peegee as mkQApp application icon
* Add stubs for Qt modules
* add ColorMapMenu to ColorBarItem
API/Behavior Changes
* add ColorMapMenu to ColorBarItem
* Add Vertical and Horizontal Line Symbols
Bug Fixes
* Filling correction for Fillbetweenitem
* Fix SpinBox SyntaxWarnings
* class Handle Fix allowing dict to be passed for handlePen and removing hard \
reset for width and cosmetic attributes
* numpy 2.0: workaround regression in rescaleData
Misc
* Add peegee as mkQApp application icon
* Add stubs for Qt modules
* set SymbolAtlas dpr to primary screen's dpr
* ImageView example: use levelMode="rgba"
* Remove deprecated use of paletteChanged
* Set Application Icon on windows
|
2023-10-22 13:34:58 by Thomas Klausner | Files touched by this commit (7) |
Log message:
py-Tk: disable for Python 3.12
tk will not be a default dependency of the batteries-included Python packages,
and srcdist.mk needs to be switched from distutils to some other method of
installing the modules separately. Until this is done, there is no py-Tk
for Python 3.12.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2022-12-02 16:52:48 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-qtgraph-qt5: use DEPENDS for py-qt5
|
2022-12-02 16:51:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-qtgraph-qt5: might support python 3.11 now
|