Version 4.4.0
This is a minor release bundling some recent fixes and adding LDF and HIC isotherms.
Added
- Added simple C interface to libcadet (cd32fc4)
- Added linear driving force implementations of certain isotherms (bee06f6), see docs:
- Freundlich LDF
- Multi-component-Langmuir LDF
- Multi-component-Langmuir LDF liquid phase
- Multi-component-Bi-Langmuir LDF
- Added 2 HIC Isotherms: (6e93126) (#121)
Fixed
- Fixed solution dimensions for lumped rate model with pores (#133)
- Fix consistent initial state for linear isotherm (b62b890) (#106)
- Fix issue with consistent initialization of LRM (f40f239) (#107)
- Fixed return config validation in SolutionRecorder (8070044)
- Fixed binding model tests that use external funcs (761d9cd)
- Fixed compiling issues with C API on Mac OS (3efce73)
- Fixed HDF5 writer when using blocks (which sometimes just wrote zeros to the h5 file) (43424e2)
- Fixed build error for non-Windows systems (8fd1f23)
- Fixed reaction Jacobian in models without bound phase (bab4763)
- Fixed bugs in solution exporter implementation (4eeeed5)
Changed
- Changed writing output from pull to push model (c32c426)
- Removed Kumar-Langmuir Binding Model from documentation, which is a special case of Mobile Phase Modulator Langmuir Model (Kumar is still available). (7ca2328) (#119)