Next: 2006-jul-07
Up: What's new?
Previous: 2006-oct-12
Contents
Index
- Python embedding into SIC. Python interpreter is started with new SIC
command 'PYTHON', and can execute Python command-lines, Python
scripts, or even jump to interactive mode.
- Python (numerical) functions can now be called in SIC formulas, provided
Python interpreter is started and function exists in Python __main__.
- Support for both Numeric and NumPy modules: __sicdata__ attribute is a numpy.ndarray if NumPy is installed, or a Numeric.array if not.
Gildas manager
2014-07-01