| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2017-03-17 | 1.3 kB | |
| daetools-1.6.1-gnu_linux-x86_64-gcc4.9.tar.gz | 2017-03-17 | 120.9 MB | |
| daetools-1.6.1-gnu_linux-x86_64-gcc6.3.tar.gz | 2017-03-17 | 116.4 MB | |
| daetools-1.6.1-win32.zip | 2017-03-17 | 53.8 MB | |
| Totals: 4 Items | 291.1 MB | 0 | |
DAE Tools v1.6.1 (16 March 2017)
Supported platforms: GNU/Linux (i686, x86_64), Windows (32 bit).
Binaries provided for python 2.7, 3.4, 3.5 and 3.6 (Windows and GNU/Linux).
Linux binaries compiled with:
- gcc 6.3 (libc 2.24)
- gcc 4.9 (libc 2.19)
Windows binaries compiled with msvc++ 2015.
All platforms now use PyQt5.
Installation
All platforms (Windows, GNU/Linux, MacOS):
Unpack the archive and run:
sudo python setup.py install
Changelog
This is an upate to DAE Tools v1.6.0 with some improvements.
- All GUI features switched to PyQt5.
- This version provides a native support for MSVC++ compiler
- The latest boost and solver libraries:
- boost: 1.52.0 -> 1.62.0
- idas: 1.1.0 -> 1.3.0
- superlu: 4.1 -> 5.2.1
- superlu_mt: 2.0 -> 3.1
- trilinos: 10.8.0 -> 12.10.1
- nlopt: 2.4.1 -> 2.4.2
- bonmin: 1.8.4
- deal.ii: 8.4.1
The bonmin version for windows uses an old 1.4.1.
- DAEToools-Examples now show tutorials' description in html.
- Superlu_MT now uses OpenMP (not pthreads).
- compile_libraries_linux.sh and compile_linux.sh renamed
to compile_libraries.sh and compile.sh (since they perform
build for all three platforms).