Skip to content

Releases: cadet/CADET-Core

Version 2.3.1

04 Mar 13:32
Compare
Choose a tag to compare

Major improvements since last release:

  • Reduced memory consumption by not saving full states for each time
    point. The appropriate data is saved depending on the requested
    output. This results in substantial memory savings if only the column
    outlet is requested.
  • Add support for weighting single data points in fitColumn.
  • Add separate initial condition for bead liquid phase c_pi.
  • Add support for batch resin uptake models by allowing a zero
    interstitial velocity.
  • Fix a bug when writing last sensitivity state.

No breaking changes.

Version 2.3.0

08 Jan 16:21
Compare
Choose a tag to compare

Major improvements since last release:

  • Add support for resuming simulations by reading and writing the full
    state vectors of main and sensitivity systems. Using a previously
    saved state vector as initial condition resumes the simulation.
  • fitColumn script now takes custom optimizer settings as argument
  • Add /meta group to file format. This group holds various data, such as
    the file format version (for backwards compatibility in the future)
    and receives meta data from the simulator (e.g., version info, git
    commit hash etc.).
  • Improve CMake scripts (e.g., git integration)
  • Minor improvements to TeX documentation
  • Bug fixes and error checks in Matlab scripts (especially in fitColumn)

No breaking changes.

Version 2.2.1

21 Aug 15:56
Compare
Choose a tag to compare

Major improvements since last release:

  • Significantly improved performance and scaling
  • Update notifications in MATLAB interface

No breaking changes.

Version 2.2.0

28 May 13:51
Compare
Choose a tag to compare

Major improvements since last release:

  • Transport related parameters can depend on the current section
  • MATLAB Mex interface can receive log messages
  • Support for binding models with second bound state
  • New binding models: Bi-Langmuir, Linear
  • Support for external profiles in Mobile Phase Modulators and Steric
    Mass Action
  • Install script for MATLAB interface and improved compatibility with
    older MATLAB versions (down to R2009)
  • New examples
  • Some bugfixes

Breaking changes since last release:

  • The fitColumn script has a different signature due to the following
    improvements or changes: logScale is adjustable per parameter, custom
    parameter transforms can be applied, independent weighting of
    measurements and experiments

Binaries are provided for Windows 7 (64 bit with 64 bit MATLAB; 32 bit with 32 bit MATLAB) and Windows XP (32 bit with 32 bit MATLAB). Please choose the corresponding file.

Version 2.1.0

21 Feb 14:19
Compare
Choose a tag to compare

First release on GitHub after relocation from SourceForge.net and taking over the project from Sebastian Schnittert.

Changes since the last release on SourceForge.net:

  • Complete rewrite of the MATLAB interface (breaking change)
  • Adds native MATLAB MEX interface
  • Restructuring of file format (breaking change)
  • Add LaTeX documentation to repo
  • Change inlet specification to a proper spline (breaking change)
  • Add regression test for selected benchmarks
  • Simplify build process by distributing ADOL-C along with CADET
  • Support Clang on Mac OS X
  • Fix various bugs (32 bit errors in HDF5 related code)
  • Fix and enhance git support in CMake scripts
  • Add version info to binaries
  • Add workaround for strange OpenMP parallelization problem

Binaries are provided for Windows 7 (64 bit with 64 bit MATLAB; 32 bit with 32 bit MATLAB) and Windows XP (32 bit with 32 bit MATLAB). Please choose the corresponding file.