Releases: kwmcbride/kipet
Releases · kwmcbride/kipet
Version 1.0.7 - NSD
This is a long-awaited release that contains many improvements, especially in the area of PyNumero integration. Some of the new features include:
- Custom constraints are much easier to implement
- A new initialization scheme based on recent updates to Pyomo
- All methods involving reduced Hessian calculations have been conveninently placed into a new module and simplified
- The NSD method has been fully integrated into ReactionSet (spectral based problems is still a work in progress)
- An improved initialization scheme and shared spectra constraint formulation for the MultipleExperimentEstimator class has been added
- Adding dosing points no longer adds any new variables or constraints to the model, and has been completely rewritten to use proper volume and concentration calculations, fixing several bugs
- CyIpopt integration has been finished; a new setting for precompiled solver paths allows the user to choose which solver to use and also to allow for HSL libraries to be easily accessed by the Ipopt version installed with CyIpopt.
- The path bugs in the reporting have been fixed.
- Many other bug fixes and improvements
NOTE: This version of KIPET will require you to install the PyNumero dependencies included in Pyomo!