Commit Graph

1243 Commits

Author SHA1 Message Date
Luke Campagnola
8a64c04f71 Fix version string updating and distutils 'mbcs' error 2016-10-14 18:36:39 -07:00
Luke Campagnola
e35f59fcb7 Fix interpolateArray for order=0 2016-10-12 10:26:54 -07:00
Luke Campagnola
92fc9dbe2f Add unit test for interpolateArray with order=0
docstring update
2016-10-12 09:58:03 -07:00
Luke Campagnola
8d8fabdf74 cleanup 2016-10-06 09:08:29 -07:00
Luke Campagnola
81d0c64d80 rename 2016-10-06 09:07:52 -07:00
Luke Campagnola
076ffee8cc Add publishing option to release script 2016-10-06 09:07:22 -07:00
Luke Campagnola
5d0b6aa016 move release tools 2016-10-05 09:33:28 -07:00
Luke Campagnola
f4e7713a2e Switch to building .exe installers locally--this is now possible for 32- and 64-bit on linux 2016-10-05 09:24:24 -07:00
Luke Campagnola
ee46c15030 cleanup, script seems to be working 2016-10-04 17:51:08 -07:00
Luke Campagnola
10553b8150 add argument parsing to package build script 2016-10-04 08:56:39 -07:00
Luke Campagnola
1899fb0473 Make version strings PEP440 compliant 2016-09-21 17:40:40 -07:00
Luke Campagnola
be07979b39 Add returnMappedCoords option to LineSegmentROI.getArrayRegion 2016-09-16 17:16:16 -07:00
Luke Campagnola
8bd940489b Update contributors list 2016-09-14 21:59:41 -07:00
Luke Campagnola
d100c1770c Fixed flowchart gaussian filter not accepting MetaArray input
(fixes examples/Flowchart.py)
2016-09-14 21:58:49 -07:00
Luke Campagnola
4ddf077a4b Fixed TextItem briefly drawing with incorrect transform.
(note flickering in examples/text.py)
2016-09-14 18:18:33 -07:00
Luke Campagnola
11384beda2 Cleared out changelog backlog 2016-09-14 08:57:20 -07:00
Luke Campagnola
7f0556b05f Implement order=0 in functions.interpolateArray; use scipy only for
order>1.
2016-09-13 18:08:11 -07:00
Luke Campagnola
62583359e7 Added tools for building and uploading release files 2016-09-10 00:04:55 -07:00
Luke Campagnola
5195d9dd63 Merge pull request #374 from campagnola/console-scope
Use console's namespace as both local and global context for exec/eval.
2016-09-09 22:46:32 -07:00
Luke Campagnola
4b9f1a20a4 Merge pull request #370 from campagnola/image-alignment
Image alignment
2016-09-07 23:18:51 -07:00
Luke Campagnola
81dac22c69 style fix 2016-09-07 23:08:31 -07:00
Luke Campagnola
152c5d393f Fixed bool / monochrome image display, added more unit tests 2016-09-07 17:56:00 -07:00
Luke Campagnola
8aec44d088 Use console's namespace as both local and global context for exec/eval.
This allows functions defined in the console to access global variables.
Also expose the console itself via special __console__ variable.
2016-09-06 17:54:54 -07:00
Luke Campagnola
748a8433b9 minor edits 2016-09-06 17:46:52 -07:00
Luke Campagnola
c17f03ea46 LineSegmentROI.getArrayRegion API correction 2016-09-02 20:03:20 -07:00
Luke Campagnola
db07a16913 Test update and more bugfixes 2016-08-31 15:15:44 -07:00
Luke Campagnola
b50e2423ce Add config option sanity checking 2016-08-31 15:15:03 -07:00
Luke Campagnola
e9afbb9b9c Clean up examples / docs 2016-08-31 15:14:25 -07:00
Luke Campagnola
2e36058130 IsocurveItem obeys imageAxisOrder config option 2016-08-27 22:36:05 -07:00
Luke Campagnola
e84af46380 Merge pull request #369 from campagnola/imageitem-tests
Imageitem tests
2016-08-27 17:26:43 -07:00
Luke Campagnola
95b2acb027 Merge pull request #349 from campagnola/roi-tests
Roi tests
2016-08-27 15:59:53 -07:00
Luke Campagnola
67bff6b9ca bugfix in polylineroi.getarrayregion 2016-08-27 15:51:54 -07:00
Luke Campagnola
df691596a7 ROI tests pass with row-major axis order 2016-08-25 18:18:15 -07:00
Luke Campagnola
956251f7ee enabled transposed ROI tests; not passing yet 2016-08-23 09:22:33 -07:00
Luke Campagnola
f49bfbf5a4 add transposed roi tests 2016-08-23 09:12:39 -07:00
Luke Campagnola
a76fc37112 imageAxisOrder config option now accepts "row-major" and "col-major" instead of "normal" and "legacy"
ImageItems can individually control their axis order
image tests pass with axis order check
2016-08-23 09:10:26 -07:00
Luke Campagnola
54fbfdb918 fix from prior merge 2016-08-23 09:06:43 -07:00
Luke Campagnola
e740cb4b49 updated examples to use normal axis order, fixed a few ROI bugs 2016-08-23 09:06:43 -07:00
Luke Campagnola
bee5878915 Added imageAxisOrder config option
Added global config documentation
ROIs don't exactly work yet..
2016-08-23 09:06:43 -07:00
Luke Campagnola
e46be6ddec Remove axes from tests; these break CI tests. 2016-07-18 17:35:33 -07:00
Luke Campagnola
0172d7b1e4 Fix pixel error in image tests by preventing an extra plot window from opening (no idea why this happens) 2016-07-18 17:22:17 -07:00
Luke Campagnola
e36fca8f49 Update test data tag 2016-07-18 17:22:17 -07:00
Luke Campagnola
8b0c61ef01 Add ImageItem tests, fix image downsampling bug 2016-07-18 17:21:02 -07:00
Luke Campagnola
08b93dce82 minor corrections 2016-07-18 09:13:06 -07:00
Luke Campagnola
0d131e4be4 Remove axes in ROI tests (these cause travis failures) 2016-07-18 08:13:25 -07:00
Luke Campagnola
f32dce7908 Avoid using QGraphicsLayout for tests; this produces unreliable results 2016-06-16 17:34:39 -07:00
Luke Campagnola
f0071a09dc docstring update 2016-06-14 22:02:05 -07:00
Luke Campagnola
637eab8359 Add debugging output for image testing 2016-06-14 21:56:25 -07:00
Luke Campagnola
230659a4db Allow Qt lib selection from environment variable for testing
Cover up some QtTest differences between PyQt4 / PyQt5
2016-06-05 00:48:13 -07:00
Luke Campagnola
2e59cd63cb Fix image test makePng function 2016-06-05 00:15:51 -07:00