Luke Campagnola
5d2441a29b
add setup tests
2014-03-24 22:24:27 -04:00
Luke Campagnola
e71cd2b23a
more corrections
2014-03-24 21:17:15 -04:00
Luke Campagnola
87d65cac4a
Add flake tests
...
Correct style in a few files to please Lord Travis
2014-03-24 20:48:02 -04:00
Luke Campagnola
2f6bd8de37
quiet setup.py warning about install_requires
2014-01-23 13:28:30 -05:00
Luke Campagnola
9a131f763b
more reorganization to make setup-helpers code more generic
2014-01-12 11:50:52 -05:00
Luke Campagnola
7a45b9a0e2
Reorganized setup.py code
...
Added "deb" setup command
2014-01-12 10:35:31 -05:00
Antony Lee
a9b1fd9079
Some Python3 related fixes.
2013-12-16 15:02:26 -08:00
Luke Campagnola
0f73e89ec6
make setup.py more robust to possible errors during version string modification
2013-12-15 13:17:26 -05:00
Luke Campagnola
09e0bf73c3
setup.py now modifies __init__.py on build to include a more descriptive version string if .git is present.
2013-12-15 13:01:37 -05:00
Luke Campagnola
6ae0892ea0
Set version strings to 0.9.8 in source; these will be updated with major releases.
...
Added tools/setVersion script
setup.py now auto-generates version string based on pyqtgraph/__init__ and git info, if available
2013-12-01 10:23:45 -05:00
Luke Campagnola
08a19f5616
Line-wrapped setup.py description
2013-11-24 11:06:53 -05:00
Luke Campagnola
8d5e24c8fd
Removed incorrect version numbers
2012-12-27 11:53:22 -05:00
Luke Campagnola
87ea160a23
Correction to setup.py - use install_requires to inform pip of dependencies.
2012-12-27 10:31:08 -05:00
Luke Campagnola
b9822b1d10
Fixed doc version (again)
...
Added debian control files
2012-12-27 03:13:35 -05:00
Luke Campagnola
19d7bc5605
bugfixes for new package structure
2012-12-27 04:35:23 +00:00
Luke Campagnola
45048467b3
- Major reorganization; we now follow the standard python package structure.
...
- Overhaul of SVG export system. Seems to work well.
- Fixed image export bugs
- Added basic 3D line plot class
2012-12-26 17:51:52 -05:00
Luke Campagnola
1a104c7542
doc update: added some missing functions
...
setup.py updates
2012-12-07 09:31:21 -05:00
Luke Campagnola
80148920c9
Bugfixes:
...
- 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
2012-12-04 21:02:05 -05:00
Luke Campagnola
ca9d0ed147
Added preliminary support for python 2.6
...
Fixed setup.py to automatically search for all sub-packages
2012-09-13 10:12:59 -04:00
Luke Campagnola
8b4596a107
added distutils setup script
2012-09-10 18:00:59 -04:00