|
[paida-users] ANN: paida-3.2.1_2.10 released
From: Koji Kishimoto <korry@us...> - 2007-04-06 11:56
|
paida-3.2.1_2.10 was released on 2006/04/06.
This is the last release supporting AIDA3.2 (excluding bug fix
releases).
I'll start to develop "PAIDA4" supporting AIDA3.3 and including many
new features.
Feel free to send any request for PAIDA4 to me or this mailing list!
korry@...
[3.2.1_2.10] (AIDA3.2.1_PAIDA2.10)
### Changes ###
- Changed the GUI engine selection option syntax from "-gui" to
"--gui". [#1619652]
Then now supports the conventional GNU/POSIX syntax and you
can use the optparse module with PAIDA.
python yourscript --gui=batch
python yourscript --gui bath
### New features ###
- Greatly improved speed and memory performance in reading AIDA
XML data file. [#1577970] (Thanks to Jan.)
- Keyword arguments support in ITreeFactory.create(). [#1651112]
(Thanks to Jan.)
- ITreeFactory(storeName='', storeType='xml',
readOnly=False, createNew=True, options=None)
- 'hit' plotting format in histogram2D displays a box if the bin
entry is not zero.
- New cold-to-hot color mapper in plotting. [#1515933] (Thanks
to Andreas.)
- Now this color mapper is used by default in:
- 'bar', 'box', 'elliple' and 'hit' format in histogram2D
- 'scatterColorIndexed' format in cloud2D
- 'scatterColorIndexed' format in dataPointSet2D
- function2D
- profile2D
- histogram3D
- Support for Numpy/Scipy arrays as method argumens [#1646244]:
- ICloudxD.convert
- IDataPointSetFactory.createX
- IDataPointSetFactory.createY
- IDataPointSetFactory.createXY
- IDataPointSetFactory.createXYZ
- IFitData.createConnection
- IFitter.fit
- IHistogramFactory.createHistogram1D
- IHistogramFactory.createHistogram2D
- IHistogramFactory.createHistogram3D
- IHistogramFactory.createProfile1D
- IHistogramFactory.createProfile2D
- ITupleFactory.create
### Bug fixes ###
- Improved compatibility with JAIDA's output file. [#1573428]
(Thanks to Jan.)
- Histogram2D plotting in box or ellipse format with log scaling
of z axis was not correct in some special cases.
- Plotting with Z-axis in log scaling showed incorrect tick line
positions.
- IEvaluator didn't understand some math functions. [#1625206]
|
| Thread | Author | Date |
|---|---|---|
| [paida-users] ANN: paida-3.2.1_2.10 released | Koji Kishimoto <korry@us...> |