This project is mirrored from https://bitbucket.org/jakimowb/eo-time-series-viewer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 15 Feb, 2013 1 commit
-
-
Luke Campagnola authored
-
- 14 Feb, 2013 1 commit
-
-
Luke Campagnola authored
-
- 13 Feb, 2013 6 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 12 Feb, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 11 Feb, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 10 Feb, 2013 8 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 30 Jan, 2013 4 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
added graphitem
-
Luke Campagnola authored
- ViewBox ignore bounds on zoom box - Fixed improper pixel size caching - Fixed check for 'win' in sys.platform (matches 'darwin' as well)
-
- 24 Jan, 2013 1 commit
-
-
Luke Campagnola authored
added method for setting axis tick font
-
- 19 Jan, 2013 1 commit
-
-
Luke Campagnola authored
Fixed linearRegionItem hilight when not movable
-
- 13 Jan, 2013 3 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
Bugfix in GraphicsItem.pixelVectors Fixes for PySide and Python3
-
Luke Campagnola authored
-
- 12 Jan, 2013 6 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
- GraphicsItem.pixelVectors copies cached results before returning - Multiprocess fixes for Windows: - mmap/shm uses anonymous maps rather than tempfiles - avoid use of getppid and setpgrp - work around hmac authentication bug (use os.urandom to generate key)
-
Luke Campagnola authored
-
Luke Campagnola authored
- AxisItem shows fewer tick levels in some cases. - Lots of boundingRect and dataBounds caching (improves ViewBox auto-range performance, especially with multiple plots) - GraphicsScene avoids testing for hover intersections with non-hoverable items (much less slowdown when moving mouse over plots) Improved performance for remote plotting: - reduced cost of transferring arrays between processes (pickle is too slow) - avoid unnecessary synchronous calls Added RemoteSpeedTest example
-
Luke Campagnola authored
- fixed example testing script - Added finer axis ticks back in some instances - fixed improper bounds caching in log/fft mode - fixed exception handling in remoteproxy
-
- 10 Jan, 2013 2 commits
-
-
Luke Campagnola authored
- reduced cost of transferring arrays between processes (pickle is too slow) - avoid unnecessary synchronous calls Added RemoteSpeedTest example
-
Luke Campagnola authored
- AxisItem shows 2 tick levels instead of 3 - Lots of boundingRect and dataBounds caching (improves ViewBox auto-range performance, especially with multiple plots) - GraphicsScene avoids testing for hover intersections with non-hoverable items (much less slowdown when moving mouse over plots) These are deep changes; need good testing before we release them.
-
- 08 Jan, 2013 1 commit
-
-
Luke Campagnola authored
-
- 07 Jan, 2013 2 commits
-
-
Luke Campagnola authored
- Added documentation on export system - Added flowchart documentation and custom node example Bugfixes: - prevent PlotCurveItem drawing shadow when unnecessary - deprecated flowchart.Node.__getattr__ -- causes too many problems.
-
Luke Campagnola authored
-