Commit Graph

925 Commits

Author SHA1 Message Date
Eric Dill
e5c903ad42 MNT: Test examples too
MNT: I think travis is going to pass now!

This time it will pass
2015-07-28 12:57:05 -04:00
Eric Dill
c7aa35bab1 MNT: dont install pyside for python 3
MNT: 'fi;'

';'

???

!!!

remove the 4 threads option from py.test

MNT: remove lingering sudo

MNT: all the pwd's and ls's

MNT: Remove the cd
2015-07-28 12:57:05 -04:00
Eric Dill
0b929d3551 MNT: First travis attempt
MNT: travis times out because no --yes, yay!

MNT: Remove sudo installs

MNT: another --yes

WIP: ??
2015-07-28 12:57:03 -04:00
Luke Campagnola
f0c9cfa96f Merge pull request #188 from ericdill/clean-up-after-oneself
Clean up temp file from test suite
2015-07-18 10:22:49 +02:00
Eric Dill
e6c1c54a6b MNT: Use tempfile 2015-07-17 13:33:39 -04:00
Eric Dill
0e4fd90ca2 ENH: Clean up temp file from test suite 2015-07-13 13:38:04 -05:00
Luke Campagnola
a6d5e28642 Merge pull request #187 from ericdill/color-descriptions
Document the valid args for bg/fg
2015-07-12 17:16:15 -05:00
Luke Campagnola
8285045422 Merge branch 'ericdill-split-main' into develop 2015-07-12 17:15:18 -05:00
Luke Campagnola
179b8db79d make python examples/ work again 2015-07-12 17:13:56 -05:00
Eric Dill
9d09f4ba4e DOC: Document the valid args for bg/fg 2015-07-12 16:43:05 -05:00
Eric Dill
ed35993ae1 TST: all the testing 2015-07-12 16:12:42 -05:00
Luke Campagnola
e7fbddcb3c Merge pull request #179 from mrussell42/transform_fft_logscale
Log scale and fft transform fix
2015-07-12 14:33:29 -05:00
Luke Campagnola
c98ded502c Merge pull request #185 from ericdill/add-test-to-contrib
DOC: Add instructions for running the test suite
2015-07-12 14:26:49 -05:00
Luke Campagnola
f6de3c67de pyside bugfix 2015-07-12 14:24:12 -05:00
Luke Campagnola
a7bea50774 Merge pull request #184 from ericdill/split-main
Add unit test coverage for the examples folder
2015-07-12 14:12:14 -05:00
Eric Dill
f3e63e4e83 DOC: Add instructions for running the test suite 2015-07-12 14:07:10 -05:00
Eric Dill
6375c74109 TST: Finish testing all examples
- py.test will now run examples/test_examples.py too
2015-07-12 13:42:58 -05:00
Luke Campagnola
0865a3166b Merge pull request #183 from ericdill/zero-div-is-bad
MNT: Don't allow divide by zero
2015-07-12 12:08:24 -05:00
Luke Campagnola
fdaffea5c2 tweak text 2015-07-12 11:52:24 -05:00
Eric Dill
e33dd2b269 MNT: Move most of __main__.py into utils.py 2015-07-12 11:46:12 -05:00
Eric Dill
3bdb29e521 MNT: Remove commented code 2015-07-12 10:23:10 -05:00
Eric Dill
a52d8f7222 TST: Barn door testing on the divide-by-zero error 2015-07-11 17:43:57 -05:00
Eric Dill
f929f40c51 BUG: Divide by zero error in ImageItem autoDownsample 2015-07-11 17:43:57 -05:00
Eric Dill
3707a67589 DOC: Note odd behavior with setup.py develop 2015-07-11 14:53:29 -05:00
Luke Campagnola
1dc4c5c6d4 Merge pull request #181 from ericdill/gitignore
MNT: Add to gitignore
2015-07-11 12:20:50 -05:00
Luke Campagnola
1f93fe8108 contrib update 2015-07-11 11:32:29 -05:00
Eric Dill
5f8cb48ab9 MNT: Add to gitignore 2015-07-11 11:25:07 -05:00
Eric Dill
5bfb903dac TST: python 3 generator compat
.keys() in python2 returns a list, .keys() in python3 returns a
generator. Wrap .keys() in a list so that you can index on it in python3
2015-07-11 11:20:29 -05:00
Eric Dill
934c2e437f MNT: Print function -> Print statement 2015-07-11 11:17:48 -05:00
mrussell
392d2a3475 Log scale and fft transform fix
If the plotted data is fourier transformed and an x log scale is chosen, the first bin causes an error because np.log10(0) doesn't make any sense.
2015-07-06 16:21:06 +01:00
Luke Campagnola
2888546de6 Merge branch 'spinbox-decimals' into develop 2015-06-03 22:21:55 -04:00
Luke Campagnola
f34b69e660 Fix #92 (thanks jaxankey) 2015-06-03 22:18:02 -04:00
Luke Campagnola
96292d39f3 Merge branch 'dont-touch-builtins' into develop 2015-05-19 10:03:03 -04:00
Luke Campagnola
0976991efd Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
Luke Campagnola
b549b93ade Merge branch 'klickverbot-export-close-border' into develop 2015-05-18 23:08:18 -04:00
Luke Campagnola
e3fce3e7bb Merge branch 'export-close-border' of https://github.com/klickverbot/pyqtgraph into klickverbot-export-close-border 2015-05-18 23:05:53 -04:00
David Nadlinger
274d0793b3 Properly remove select box when export dialog is closed
Previously, only clicking the "Close" button would remove it,
but it would stay behind when directly closing the window.
2015-05-16 20:41:54 +02:00
Luke Campagnola
be1ed10d9a Better thread tracing in debug.py 2015-05-12 11:14:02 -04:00
Luke Campagnola
9df4df55c4 Bugfix: don't create extra AxisItem when user provides them
Committed old changelog updates
2015-04-04 11:20:11 -04:00
Luke Campagnola
7ee37b93e2 Merge branch 'lidstrom83-close_signal_upon_dock_close' into develop 2015-03-17 23:07:55 -04:00
Luke Campagnola
ddc7f45b9b Merge branch 'close_signal_upon_dock_close' of https://github.com/lidstrom83/pyqtgraph into lidstrom83-close_signal_upon_dock_close 2015-03-17 23:01:56 -04:00
dlidstrom
431228d0af Removed use of super() in TempAreaWindow 2015-03-17 20:45:21 -06:00
Luke Campagnola
45cf6a32dd Merge branch 'empty_DockArea_save-restore_fix' of https://github.com/lidstrom83/pyqtgraph into lidstrom83-empty_DockArea_save-restore_fix 2015-03-17 22:43:58 -04:00
Luke Campagnola
4194fba7b2 Merge branch 'lidstrom83-editable_dock_titles' into develop 2015-03-17 22:36:26 -04:00
dlidstrom
fe8e7e59db Fixes DockArea save/restore when topContainer is None (i.e. when no docks are present, or when all are in temporary windows). 2015-03-16 10:41:35 -06:00
dlidstrom
138fbb7fd7 Make it possible to change Dock titles. 2015-03-14 23:59:20 -06:00
dlidstrom
76dbdafacc Dock to emit closed signal when closed. Temporary DockArea windows call close method of all docks when they are closed. 2015-03-14 22:55:16 -06:00
Luke Campagnola
b700a1ad3d Merge branch 'lidstrom83-DockArea_apoptose_fix' into develop
Also corrected temporary container persisting after calling dockarea.addDock()
2015-03-14 15:49:45 -04:00
Luke Campagnola
dbacf5e0ed Merge branch 'DockArea_apoptose_fix' of https://github.com/lidstrom83/pyqtgraph into lidstrom83-DockArea_apoptose_fix 2015-03-14 15:38:36 -04:00
Luke Campagnola
fb41aa2d40 Fixed python 3 plot downsampling 2015-03-14 15:25:25 -04:00