2025
2025-03-23β
-
Changed
- DataSet.Measured and Inflow target name must be exactly the same as DataSet.Target
2025-03-08β
2025-03-13β
-
Added
- Add
solution._check_matrix_denom_zero()
to handle the case where the denominator in BioModel Stoichiometric and Rate is 0.
- Add
-
Improved
- Improved the way to handle the case of very small values of Components.
2025-03-08β
-
Added
- BioModel.Matrix.Rate will support Max() and Min() functions.
-
Changed
- Removed the diff check of Component and Target in Dataset.Inflow.
- Removed agent in BioModel.Matrix.Rate.
- The way to get the Component from Target for Inflow in
Soultion._get_Inflow_MergedTime()
has been changed. - The way to get the Flow from Variable for Flow in
Soultion._get_Flow_MergedTime()
has been changed.
-
Improved
- Update
DataSet.get_MergedTime()
to improve the parse DataSet speed. - Improve excel reading speed.
- Improve to way to get
Grid_dt_second_
.
- Update
2025-03-06β
- Fixed
- DataSet will import Graph correctly.
2025-03-02β
-
Improved
- Add safe_globals parser.
- Point Settling Tank supports BioCalculated.
- Point Settling Tank Volume supports 2 volumes.
-
Fixed
- Add the
numer.args
toRate
to get the arguments of the numerator, so that theStoichiometric
andRate
will be get correctparameter
. - Remove enlarging the
Grid_dt_second_
in kernel.
- Add the
2025-02-13β
- Improved
- Rate's formula will move all the parameters to Stoichiometric's to imporve the calculation speed.
- Extract the common terms in the Rate's formula and calculate them separately, then put them back to Rate's formula to imporve the calculation speed.
2025-01-25β
-
Added
- Add the worst and best NSE to Band plot.
-
Improved
- Lazy import image package in PlotterPro.
2025-01-22β
- Improved
run_python.log
will only retain the 1st list Fortran Error.
2025-01-17β
- Improved
- Progress time will be more accurate.
- Logger will be more accurate.
2025-01-16β
- Improved
- Fortran run file will be much smaller than before by using allocate.
2025-01-04β
- Add
- Add component unit in Band and Skeleton ploting.