~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                     Main Changes Scilab 2.7 -> 3.0
 
2
                     ==============================
 
3
NEW FUNCTIONALITIES
 
4
===================
 
5
- continue instruction added
 
6
- [a(i,j),b(..),..]=foo(..) syntax is now handled
 
7
- arpack algorithms for sparse matrix eigenvalues/eigenvectors computation added 
 
8
- Levenberg-Marquardt algorithm of Minpack used to define function lsqrsolve
 
9
- New graphics mode improved
 
10
- beta and legendre function added (thanks to B Pincon)
 
11
- Scicos has been extended to handle non causal systems description (supported by RNTL)
 
12
- Matlab to Scilab translator has been re-written, and extended to current Matlab syntax.
 
13
 
 
14
OTHERS IMPROVEMENTS
 
15
===================
 
16
- Better discontinuities handling in Scicos
 
17
- More efficient number parsing (thanks to B Pincon)
 
18
- More efficient 3D Zoom (thanks to E Segre)
 
19
- Improved scipad, shortcuts, language handling, colorization, bug fixes.. (thanks to E Segre)
 
20
- for loop variable is no more removed at the end of the loops
 
21
- figure sizes are now taken into account in Postscript export 
 
22
- Windows GUI improved
 
23
- Graphic windows refresh improved under Windows
 
24
- Scilab has been adapated to IA64 architecture
 
25
- Helvetica (Arial on Windows) fonts added (corresponding font identifiers are
 
26
  from 6 to 9) (thanks to B Pincon)
 
27
- N dimensionnal matrices efficiency improved (thanks to B Pincon)
 
28
- logical expressions shortcuts handled in if
 
29
- cd, ls, clc, clf, tohome functions added
 
30
- functions with no argument can be called without () if called as a command
 
31
 
 
32
 
 
33
INCOMPATIBLITIES
 
34
================
 
35
- returned arguments f1 f2 f3 of interp have been transposed
 
36
 
 
37
                     Main Changes Scilab 2.6 -> 2.7
 
38
                     ==============================
 
39
THANKS
 
40
======
 
41
Scilab group wants to thank the increasing number of people who have
 
42
contributed to this new version of Scilab, with special mention to 
 
43
Anders Blomdell, St�phane Mottelet, Dan McMahill
 
44
Ton van Overbeek, Bruno Pincon and Enrico Segre.
 
45
 
 
46
 
 
47
NEW FUNCTIONALITIES
 
48
===================
 
49
Slicot based control routines (www.win.tue.nl/wgs/slicot.html)
 
50
have been introduced with a special attention 
 
51
to identification functions, lyapunov, sylvester and riccati equation solvers.
 
52
 
 
53
Interface with TeXmacs (www.texmacs.org) a high level scientific text editor. 
 
54
The editor allows you to write structured documents via a wysiwyg interface 
 
55
including Scilab sessions and results.
 
56
 
 
57
An embedded text editor scipad derived from TkNotepad 
 
58
(www.mindspring.com/~joeja/programs.html) as been developped.
 
59
 
 
60
C Code generation from Scicos discrete models 
 
61
 
 
62
Blocks defining DAE are now usable in Scicos.
 
63
 
 
64
Statistic toolbox added (labostat).
 
65
 
 
66
A new graphics version based on objects and entities has been developped
 
67
(beta version). It allows to edit the properties of graphics
 
68
objects. By default, the old graphics version is used. Tu use the new graphics
 
69
version see the help of "graphics_entities".
 
70
 
 
71
OTHERS IMPROVEMENTS
 
72
===================
 
73
Linear algebra primitives now based on Lapack instead of Linpack/Eispack.
 
74
 
 
75
Basic functions revised (thanks to B Pincon).
 
76
 
 
77
stacksize use is no more restricted.
 
78
 
 
79
Hypertext, xml based, online help.
 
80
 
 
81
Binary Matlab file .mat loader (loadmatfile) added.
 
82
 
 
83
Possibility to customize graphics window event handlers (seteventhandler).
 
84
 
 
85
PVM interface now also works with Windows versions.
 
86
 
 
87
edit_graph, a graph editor for Metanet toolbox, written in Scilab, replaces
 
88
xmetanet. It works on both Unix and Windows.
 
89
 
 
90
INCOMPATIBLITIES
 
91
================
 
92
It is higly recommended to rebuild user's scilab functions libraries. This 
 
93
can be done as follow:
 
94
predef(0);genlib('mylib','mylib_path',%t)
 
95
 
 
96
gschur and gspec functions are now obsolete and replaced by schur and spec.
 
97
 
 
98
Geci and the communication library have been removed. Use PVM interface instead.
 
99
 
 
100
Metanet graph editor has been rewritten. Use edit_graph instead.
 
101
 
 
102
man pages have to be written in HTML or better in XML but chapters 
 
103
written in the old ascii files are still handled.
 
104
 
 
105
Scicos internal data structure have been changed. Automatic translation 
 
106
is made when  old diagrams are loaded.
 
107
 
1
108
                     Main Changes Scilab 2.5 -> 2.6
2
109
                     ==============================
3
110
THANKS
231
338
Binary files created by "save" in Scilab 2.4 cannot be read by Scilab 2.3.
232
339
 
233
340
Scicos diagrams created by "save" in Scilab 2.4 cannot be read by Scilab 2.3.
 
341