forked from yixuan/RcppNumerical
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS.Rd
More file actions
76 lines (69 loc) · 1.97 KB
/
NEWS.Rd
File metadata and controls
76 lines (69 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\name{NEWS}
\title{News for Package "RcppNumerical"}
\section{Changes in RcppNumerical version 0.4-0}{
\subsection{NEW FEATURES}{
\itemize{
\item Added one-dimensional numerical integration on infinite intervals,
contributed by \href{https://github.com/rstub}{@rstub}
(\href{https://github.com/yixuan/RcppNumerical/pull/11}{#11}).
}
}
}
\section{Changes in RcppNumerical version 0.3-3}{
\subsection{BUG FIXES}{
\itemize{
\item Updated LBFGS++ to the newest version.
\item Fixed the \code{VignetteBuilder} entry in the \code{DESCRIPTION} file
according to CRAN's policy.
}
}
}
\section{Changes in RcppNumerical version 0.3-2}{
\subsection{BUG FIXES}{
\itemize{
\item Fixed a convergence test bug in LBFGS++.
\item Registered native routines per CRAN's policy.
}
}
}
\section{Changes in RcppNumerical version 0.3-1}{
\subsection{BUG FIXES}{
\itemize{
\item Fixed a bug of name hiding in C++.
}
}
}
\section{Changes in RcppNumerical version 0.3-0}{
\subsection{NEW FEATURES}{
\itemize{
\item Now using the LBFGS++ library for L-BFGS optimization.
\item Added a vignette.
}
}
\subsection{BUG FIXES}{
\itemize{
\item Fixed an index-out-of-bound bug in one dimensional integration (#1),
thanks to Greg Finak.
\item Added virtual destructors for classes \code{Func}, \code{MFunc}, and
\code{MFuncGrad}.
}
}
}
\section{Changes in RcppNumerical version 0.2-0}{
\subsection{NEW FEATURES}{
\itemize{
\item Added the Cuba library for multi-dimensional integration.
}
}
}
\section{Changes in RcppNumerical version 0.1-0}{
\subsection{NEW FEATURES}{
\itemize{
\item Initial release.
\item Provides C++ interface for one-dimensional numerical integration
and L-BFGS optimization.
\item R function \code{fastLR()} for fast logistic regression using
L-BFGS.
}
}
}