Skip to content
Snippets Groups Projects
Select Git revision
  • d5c4d45abb8ce18bd5fddca16a417dbd18c4fbb7
  • master default protected
  • cran_version
3 results

NEWS.Rd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    NEWS.Rd 6.92 KiB
    %% clpAPI Version History
    
    \name{NEWS}
    \title{clpAPI News}
    \encoding{UTF-8}
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.3.0 2020-08-07}{
      \itemize{
        \item Added function \code{isAvailableFuncCLP}, to check if newer API 
        functions are available.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.13 2020-02-13}{
      \itemize{
        \item Quick fix for CRAN issue: 'config' variable 'CPP' is deprecated.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.11 2019-06-14}{
      \itemize{
        \item Added functions \code{setRowNameCLP}, \code{setColNameCLP},
        \code{writeMPSCLP} and \code{modifyCoefficientCLP} and
        corresponding .Rd files. These functions are only available
        with COIN-OR Clp version >= 1.17.2.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.10 2019-05-23}{
      \itemize{
        \item changed configure script to build with Clp version 1.17.2, 
        now requiring stdbool.h.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.9 2018-09-24}{
      \itemize{
        \item changed maintainer
        \item changed return value of C function \code{getHitMaximumIterations}
        called by \code{getHitMaximumIterationsCLP} to Rf_ScalarLogical
        \item added .Rd files for the functions \code{setNumberIterationsCLP}, \code{setMaximumIterationsCLP}, 
        \code{setMaximumSecondsCLP}, \code{getMaximumIterationsCLP}, 
        \code{getMaximumSecondsCLP}, and \code{getHitMaximumIterationsCLP}.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.8 2018-02-28}{
      \itemize{
        \item Added the functions \code{setNumberIterationsCLP}, \code{setMaximumIterationsCLP}, 
        \code{setMaximumSecondsCLP}, \code{getMaximumIterationsCLP}, 
        \code{getMaximumSecondsCLP}, and \code{getHitMaximumIterationsCLP}.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.7 2016-04-18}{
      \itemize{
        \item added \code{-lz} to \file{Makevars.win}
        \item changed maintainer
        \item added a period at the end of your Description line in your DESCRIPTION file.
      }
    }
    
    % ---------------------------------------------------------------------------- %
    \section{Changes in version 1.2.6 2013-10-26}{