File: CHANGES-4.2.3

package info (click to toggle)
pyqwt 4.2.3.dfsg-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 10,716 kB
  • ctags: 6,054
  • sloc: cpp: 24,477; python: 5,028; makefile: 79; sh: 33
file content (15 lines) | stat: -rw-r--r-- 803 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Changes in PyQwt-4.2.3:
- support for SIP-4.7, and PyQt-3.17.3.
- support for the N-D array interface specification
  ( http://numpy.scipy.org/array_interface.shtml ) allows to copy data out
  of NumPy arrays without enabling support for NumPy during the compilation
  of PyQwt.
- the iqt module also supports an interactive Python session without the
  help of the GNU readline module.
- removal of a huge memory leak in the conversion from an array to a QImage.
- fixed crashing of MultiDemo.py when a numerical Python extension has been
  installed but PyQwt has not been built with support for that extension.
- when anynumpy.py fails to import any numerical Python extension, it pops up
  a message box showing where to get NumPy.
- the latex sources for the documentation (a Debian requirement).