Select Git revision
-
David Schneider authoredDavid Schneider authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
NEWS.Rd 53.91 KiB
%% sybil Version History
\name{NEWS}
\title{sybil News}
\encoding{UTF-8}
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\section{Changes in version 2.0.1 2016-07-05}{
\itemize{
\item \code{upgradeModelorg} was not working correctly, when all gprRules
are empty.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 2.0.0 2016-05-17}{
\itemize{
\item \code{modelorg}-class has changed and thus a slot \code{version} was introduced.
the method \code{upgradeModelorg} can convert from earlier instances of this
class. This method is only needed if \code{modelorg}-Objects were loaded
with \code{load} from disk.
\item \code{gprRules} were stored in an impractical format. This lead to bugs
in \code{rmReact} and further \code{geneDel}.
\item updated the manual of various files.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.4 2016-04-18}{
\itemize{
\item \code{doubleGeneDel} messed up the order of deletions when using exlicit gene lists.
\item corrected url of openCOBRA in the manual.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.3 2015-11-25}{
\itemize{
\item \code{addReact} crashed for irreversible models.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.2 2015-10-21}{
\itemize{
\item New Algorithm \code{fbaEasyConstraint} and \code{mtfEasyConstraint}
implemented. With these new \code{sysBiolAlg}-Classes it is easier to add
linear constraints to a model. See package vignette or manual for more details.
\item \code{switch} needs the first parameter explicitly named.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.1 2015-10-02}{
\itemize{
\item \code{rmReact} error, if resulting model had only one gene left, corrected.
\item \code{deadEndMetabolite()} could miss deadEndMetabolites if reactions differ in stoichiometry e.g. 1 and 2.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.1 2015-08-06}{
\itemize{
\item \code{readTSVmod} had a mistake in the documentation about singletons.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.0 2015-06-17}{
\itemize{
\item changed maintainer
\item \code{.parseBoolean} now gives a warning, but handles empty gpr in a intuitive way.