-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
27 lines (23 loc) · 1.1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version 1.4
- Now ppgplot uses the "numpy" module by default, reverting to "numarray"
and then "Numeric", respectively, if the preferred module is not found.
See INSTALL for instructions on how to disable this.
New home on Google Code at: http://code.google.com/p/ppgplot/
version 1.3
- Now ppgplot can also use the "numarray" package, taking advantage of
the legacy (compatibility) C-API. The setup script will use
"numarray" by default, if it is found, otherwise it will revert
to using "Numeric". See INSTALL for instructions on how to disable
this.
- A new set of example files were created, that import "numarray"
instead of "Numeric". The new files are named "na_ex_*.py"
version 1.2
- Cleaned-up and spiced-up "setup.py", a bit. Now ppgplot installs
as a package.
- Silenced some spurious warning triggered by modern GCCs, and modern
Pythons.
- Restructured the source distribution.
- Added more examples.
- New home at: http://efault.net/npat/hacks/ppgplot
version 1.1 (by M.A. Breddels)
- Better install script, uses PGPLOT_DIR for library dir.