Menu

SVN-temp Commit Log


Commit Date  
[r1314] by knut_f

- Documented classes Fit and Folder.
- Documented some recently-added methods.
- Improved and clarified some existing documentation; in particular, emphasized
the move from 1-based to 0-based indices in new APIs.

2010-04-12 19:22:24 Tree
[r1313] by knut_f

- Fixed building with searching for updates enabled. Thanks to Miquel Garriga for spotting this.

2010-04-12 18:29:32 Tree
[r1312] by knut_f

- Added changing of the active folder to Python API, allowing scripts to add MDIWindows to arbitrary folders.

2010-04-12 18:25:03 Tree
[r1311] by knut_f

- Added command-line option for debug/release build selection.

2010-04-12 17:56:33 Tree
[r1310] by knut_f

- Made creation of subfolders available to Python scripts. The method is
meant to be forward-compatible to future SciDAVis versions built entirely
on top of AbstractAspect: folder.addChild(Folder("subfolder")).

2010-04-12 06:05:30 Tree
[r1309] by knut_f

- Fixed bug #2894751 (Column mix up in formula when underscore in name).

2010-04-11 16:24:20 Tree
[r1308] by knut_f

- Fixed bug #2979848 (Converting a curve between lines/points and bars broken).

2010-04-09 22:06:20 Tree
[r1307] by knut_f

- Fixed bug #2982928 (Scidavis crashes at Polynomical Fit) by making sure that
the interval Filter operates on is normalized.

2010-04-09 14:15:26 Tree
[r1306] by knut_f

- Removed files with unclear license. Removed code was used only for
Savitzky-Golay smoothing.
- Reimplemented Savitzky-Golay smoothing from scratch, based on information
found at http://www.statistics4u.info/fundstat_eng/cc_filter_savgol_math.html
and routines provided by the GSL. The new implementation features improved
handling of values near the endpoints of the input data; namely, instead of
effectively zero-padding the data, the smoothing polynomial obtained from a
fixed window is used to compute the output values in question.

2010-04-05 10:50:54 Tree
[r1305] by knut_f

- Replaced news import via deprecated and broken SF.net interface with a simple RSS adapter.

2010-04-03 22:21:20 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.