Menu

SVN-temp Commit Log


Commit Date  
[r1290] by knut_f

- Compatibility table access functions modified so as not to use deprecated
methods.

2010-03-12 17:47:06 Tree
[r1289] by knut_f

- Enabled docstring generation feature in SIP >= 4.10.

- Added column access using array notation. Calls like
t.column("xyz").setValueAt(0,3) are a bit lengthy, especially compared with
the now-deprecated t.setCell("xyz",0,3). Adding the shorthand notation
t["xyz"].setValueAt(0,3) will hopefully make the move towards the
column-as-objects paradigm less painfull.

2010-03-12 14:49:20 Tree
[r1288] by knut_f

- Added deprecation annotation to all Python methods marked as such in the
current draft manual, so that using them will generate a warning.

2010-03-12 13:27:54 Tree
[r1287] by knut_f

- Updated and rearranged Linux section on download page. Removed names of
package authors/maintainers, since the list was incomplete and trying to keep
it in synch with the developments in various distributions doesn't seem
feasible.

2010-03-12 11:32:09 Tree
[r1286] by knut_f

- Update of Czech translation by Pavel Fric.

2010-03-04 08:11:00 Tree
[r1285] by knut_f

- Implemented picking of data points from Python scripts, i.e. querying the user
to select a point of a curve on a given graph layer.

2010-03-02 21:26:46 Tree
[r1284] by knut_f

- More efficient ASCII export of (large) tables.

2010-03-02 21:24:46 Tree
[r1283] by knut_f

- Clarified colormap file format.

2010-03-02 19:06:06 Tree
[r1282] by knut_f

- Fixed remaining issues with inserting columns and Qt 4.6. Closes bug #2935369.

2010-02-28 00:57:38 Tree
[r1281] by knut_f

- Fixed crash when creating a table with given Column objects.
- Fixed performance issue in Differentiation (when applied to large tables).

2010-02-27 15:33:55 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.