diff --git a/kisao.owl b/kisao.owl index 8a8faf5..b6d453c 100644 --- a/kisao.owl +++ b/kisao.owl @@ -8060,19 +8060,25 @@ DASPK is written in Fortran. - + + + + + + + 2012-01-17 AZ - true + false Requested by Frank T. Bergmann on Sunday, November 27, 2011 4:45:30 PM. - steady state method - A method looking for a steady state of a dynamic system. + steady state root-finding method + Method for finding the root of a function (f(x) = 0). @@ -8950,8 +8956,8 @@ Hierarchical cluster-based partial least squares regression method uses fuzzy C- - + 2012-11-29 AZ Requested by Frank T. Bergmann on Thursday, November 29, 2012 9:51:58 AM. @@ -10644,8 +10650,8 @@ Levenberg first suggested an improvement to the Newton method in order to make i - + @@ -12349,8 +12355,8 @@ Min sum(|fluxAi - fluxBi|) - + 2020-10-29 JRK http://identifiers.org/biosimulators/cobratoolbox @@ -12591,8 +12597,8 @@ Min sum(|fluxAi - fluxBi|) - + 2020-10-29 JRK true @@ -12734,8 +12740,8 @@ Min sum(|fluxAi - fluxBi|) - + 2020-10-29 JRK true @@ -13593,17 +13599,12 @@ Example system of equations: - - - - - - 2021-06-01 JRK true - root-finding method - Method for finding the root of a function (f(x) = 0). + general steady state method + root-finding method + A method looking for a steady state of a dynamic system. @@ -13611,7 +13612,7 @@ Example system of equations: - + 2021-06-01 JRK true @@ -14243,7 +14244,7 @@ This method only involves evaluations of f. This method is suitable for non-stif - + diff --git a/libkisao/python/kisao/_version.py b/libkisao/python/kisao/_version.py index 81440c8..3d1d4f4 100644 --- a/libkisao/python/kisao/_version.py +++ b/libkisao/python/kisao/_version.py @@ -1 +1 @@ -__version__ = '2.32' +__version__ = '2.33' diff --git a/libkisao/python/tests/test_utils.py b/libkisao/python/tests/test_utils.py index 060329e..58a3c14 100644 --- a/libkisao/python/tests/test_utils.py +++ b/libkisao/python/tests/test_utils.py @@ -149,7 +149,7 @@ def test_steadystate_algorithms(self): kisao = Kisao() terms = utils.get_steadystate_algorithms() - self.assertIn(kisao.get_term('KISAO_0000630'), terms) # root-finding algorithm + self.assertIn(kisao.get_term('KISAO_0000407'), terms) # steady state root-finding algorithm self.assertIn(kisao.get_term('KISAO_0000568'), terms) # NLEQ1 self.assertIn(kisao.get_term('KISAO_0000569'), terms) # NLEQ2 self.assertIn(kisao.get_term('KISAO_0000355'), terms) # DASPK