Skip to content
Snippets Groups Projects
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 or owner.
Last successful update .
  1. Apr 24, 2018
  2. Mar 14, 2018
  3. Jun 02, 2017
  4. Jan 10, 2017
  5. Mar 23, 2016
  6. Nov 05, 2015
  7. Nov 03, 2015
  8. Aug 07, 2014
    • Luke Campagnola's avatar
      Merged numerous updates from acq4: · ca3fbe2f
      Luke Campagnola authored
      * Added HDF5 exporter
      * CSV exporter gets (x,y,y,y) export mode
      * Updates to SVG, Matplotlib exporter
      * Console can filter exceptions by string
      * Added tick context menu to GradientEditorItem
      * Added export feature to imageview
      * Parameter trees:
          - Option to save only user-editable values
          - Option to set visible title of parameters separately from name
          - Added experimental ParameterSystem for handling large systems of
              interdependent parameters
          - Auto-select editable portion of spinbox when editing
      * Added Vector.__abs__
      * Added replacement garbage collector for avoiding crashes on multithreaded Qt
      * Fixed "illegal instruction" caused by closing file handle 7 on OSX
      * configfile now reloads QtCore objects, Point, ColorMap, numpy arrays
      * Avoid triggering recursion issues in exception handler
      * Various bugfies and performance enhancements
      ca3fbe2f
  9. Feb 11, 2013
  10. Feb 10, 2013
  11. Jan 12, 2013
  12. Dec 27, 2012
  13. Dec 26, 2012
  14. Dec 25, 2012
  15. Dec 23, 2012
  16. Dec 05, 2012
    • Luke Campagnola's avatar
      Bugfixes: · 80148920
      Luke Campagnola authored
      - Image exporter detects GraphicsView background color
      - Corrected exporter filename handling for SVG export
      - ViewBox no longer attempts to deregister itself while python is exiting
      - Speedup for conversion using np.array(MetaArray_instance)
      - GLGraphicsItem updates immediately when its GL options have changed
      - Corrected some GL shader program bugs for nVidia drivers
      - Fixed coordinate mapping bug in functions.transformCoordinates
      - Fixed PySide import error
      80148920
  17. Oct 27, 2012
  18. Oct 11, 2012
  19. Oct 03, 2012
    • Luke Campagnola's avatar
      Many minor updates: · 27c90c5d
      Luke Campagnola authored
      - added ability for ScatterPlotItem to use arbitrary symbol shapes
      - added scatter plot speed test for evaluating new methods
      - added butterworth notch filter to flowchart library
      - fixed bugs with ViewBox trying to close itself after python has started cleaning up
      - fixed python 2.6 compatibility bug in PlotCurveItem
      - fixed support for list-of-dicts and dict-of-lists input for PlotDataItem
      - check to ensure Qt version is >= 4.7
      - workaround for numpy segmentation fault
      - several other minor updates and documentation changes
      27c90c5d
  20. Sep 13, 2012
  21. Sep 10, 2012
  22. Aug 31, 2012
    • Luke Campagnola's avatar
      Minor updates and bug fixes: · 0402d086
      Luke Campagnola authored
        - fixed handling of foreground colors in AxisItem
        - fixed rare crash caused in AxisItem 
        - fixed improper propagation of key events from SpinBox
        - many others
      0402d086
  23. Jul 12, 2012
    • Luke Campagnola's avatar
      Bugfixes: · a41d330c
      Luke Campagnola authored
        - Fixed some floating-point precision issues. (Added a workaround for QTransform.inverted() bug)
        - No longer putting asUnicode inside __builtin__ since this causes problems in some rare circumstances
          (pyshell, lazy import recipe)
        - Minor docstring updates
      a41d330c
  24. Jul 09, 2012
  25. Jun 29, 2012
  26. Jun 19, 2012
  27. Jun 18, 2012
  28. May 31, 2012
  29. May 30, 2012
    • Luke Campagnola's avatar
      minor bugfixes / features: · f258c3d8
      Luke Campagnola authored
       - optional context menu for ImageItem
       - inverted y-axis in Canvas (+y now points upward)
       - extra __init__ arguments for Dock
       - Transform can be constructed from Matrix4x4
       - many others
      f258c3d8
  30. May 12, 2012
  31. May 08, 2012
  32. Apr 18, 2012
  33. Apr 04, 2012
    • Luke Campagnola's avatar
      added check for correct python version · a330d849
      Luke Campagnola authored
      fixes for flowchart
       - added missing FeedbackButton.py
       - corrected imports
      a330d849
    • Luke Campagnola's avatar
      Performance enhancements · 78d4bc08
      Luke Campagnola authored
       - HistogramLUTItem avoids using lookup table if possible
       - GradientEditorItem has a method to ask whether the gradient is trivial (can be applied without the use of a lookup table)
       - ROI, LinearRegionItem, InfiniteLine no longer redraw for every mouse movement
      78d4bc08
Loading