File: ChangeLog

package info (click to toggle)
instant 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,164 kB
  • ctags: 2,023
  • sloc: python: 1,992; sh: 24; makefile: 10; ansic: 4
file content (42 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
0.9.8
 - Fix cache related memory leak
0.9.7
 - Use typemaps from the NumPy SWIG interface file (numpy.i)
   enabling the use of many new data types.
 - Removed support for Numeric and numarray.
0.9.6
 - Minor update with some new utility functions required by FFC.
0.9.5
 - Restructured and rewritten much of the code.
 - Improved multilevel cache functionality.
 - Added instant-clean and instant-showcache scripts.
0.9.4
 - Various new examples with swiginac and sympy implemented.
 - Bug fix on 64bit. Removed director flag by default.
0.9.3
 - Implemented caching
0.9.2
 - Bug fix for the JIT in FFC
0.9.1
 - Added test example which demonstrate use of external C code.
 - Added flag to turn of regeneration of the interface file
   (useful during debugging)
0.9
 - Port to Windows with mingw by laserjungle, some updates
   by Martin Alnæs, and some cleanup.
0.8
 - Added support for NumPy and Numarray.
0.7
 - Added functionality for the use of pkg-config files.
0.6
 - Created a more user-friendly interface
0.5
 - Added SWIG directors for cross language inheritance
0.4
 - Added md5sum to avoid unnecessary compilation
0.3
 - Support for NumPy arrays
0.2
 - Fixed bug in setup script
0.1
 - Initial release of Instant