E-Cell 3.2.1 Released!
We are proud to announce the latest release of E-Cell System, 3.2.1.
The highlights of this release are as follows:
- Many fixed bugs introduced during the refactoring for 3.2.0.
- Better compatibility with compilers other than gcc and Visual C++.
We hope you will enjoy this.
Moriyoshi Koizumi
Changes since ecell-3.2.0p2
- Fix segmentation fault in PythonProcess and PythonFluxProcess. (Moriyoshi)
- Removed DifferentialStepper::initializeStepInterval() in favor of virtualized Stepper::setStepInterval(). (Moriyoshi, Kazunari)
- Better compatibility with Fujitsu C++ compiler. (Moriyoshi)
- Fixed possible segmentation fault that occurs during loading a DM. (Moriyoshi)
- Removed funky macros derived from UtilLinux. (Moriyoshi)
- Optimized code in VariableReference. (Moriyoshi)
Changes since ecell-3.2.0p1
- Fixed DataPointVector's python wrapper to have "shape" property that returns
the shape of the array. That is required by TableIO module. (notified by Erin Rachael Shellman. Thanks.)
Changes since ecell-3.2.0
- Fixed the build system so that resource files for the GUI tools are correctly installed under the package data directory. (Moriyoshi)
- Fixed FileSelection combatibility wrapper so that they can present the text box for the filename entry. Because of this bug, models could not be saved in session-monitor or model editor. (Moriyoshi)
- Made ecell3-dmc and dmcompile available on Windows. (Moriyoshi)
- Fixed a bug in System::detach() that causes random segfault on cleanup. (Moriyoshi)
- Fixed infinite recursion in ecell._ecs.Simulator.getDMSearchPath(). (Moriyoshi)

