Releases: djbetancourt-gh/funGp
Release list
Version upgrade 0.3.2 to 1.0.0
funGp 1.0.0 (2024-05-09)
Main package life cycle updates
- This release accompanies the publication of the funGp in-depth manual
in the Journal of Statistical Software: https://doi.org/10.18637/jss.v109.i05.
Minor documentation updates
-
Maintainer email updated from
djbetancourt@uninorte.edu.coto
fungp.rpack@gmail.comto ensure a stable channel of
communication with the community. -
A couple syntax fixes in the package notation to keep up with
recent updates in Roxygen2.
Version upgrade 0.3.1 to 0.3.2
Main functionality changes
- Argument
extendadded to theupdatemethod enabling to perform hyperparameter
re-estimation, using the previous hyperparameter values stored in the model as
starting points for the new optimization.
Version upgrade 0.3.0 to 0.3.1
Minor display changes
-
Line type of the mean function in
plotSims.fgpmchanged to dashed
(lty= 2) for easier inspection. -
The
trace,pbarsandcontrol.optimarguments were added toupdate.fgpm
for a wider control of displays. -
Convergence code and negated log-likelihood value added as slots of
fgpm objects to make them more informative. -
Forwarding of
optim()controlargument enabled in fgpm through
control.optim. -
Following the addition of control.optim, we improved the functionality
of thefgpmandfgpm_factoryarguments to control the display of
funGpnative progress messages -
The
trace,pbarsandcontrol.optimarguments were added tomodelDef
for a wider control of displays. -
Pre-existent future backend registers protected as suggested by the
author of future in issue #14 -
Pre-existent foreach adapters registers protected as suggested by the
author of future in issue #15
Version upgrade 0.2.2 to 0.3.0
Main functionality corrections
-
The
summarymethod has been added forXfgpmandfgpmobjects -
New classes
"predict.Xfgpm"and"simulate.Xfgpm" -
All plotters are now
plotmethods for the classes"Xfgpm","fgpm"
"predict.Xfgpm"or"simulate.Xfgpm" -
New functions
modelDefand[[to refit afgpmobject from aXfgpmone
Main flow changes
format4pred()removed and replaced byget_active_in()as anticipated in 0.2.0 release
Minor flow changes
-
Own
rm_between()function implemented to remove dependency on theqdapRegexpackage -
Minor change to resolve a
%dopar%issue during parallelized processes based on%dorng%
Version upgrade 0.2.1 to 0.2.2
- Minor change to resolve a
checkissue evoked byCRAN
Version upgrade 0.2.0 to 0.2.1
- Minor change to resolve a
CRANcheckNOTErelated to the declaration inImportsof theplyr
package.
Version upgrade 0.1.0 to 0.2.0
Main functionality corrections
-
Fixed incoherence between the sorting order of the list of explored models and their performance
statistic, stored at thexm@log.success@solsandxm@log.success@fitnessslots of theXfgpm
object delivered byfgpm_factory(). Now the models inxm@log.success@solsare correctly
sorted in decreasing order by performance. -
Resolved bug causing crash in
fgpm_factory()during structural optimization with only functional
inputs, e.g., for the callfgpm_factory(fIn = fIn, sOut = sOut). Thanks to Jérémy Rohmer for
pointing out the bug. -
Resolved bug causing crash in
fgpm_factory()during structural optimization with only scalar
inputs, e.g., for the callfgpm_factory(sIn = sIn, sOut = sOut).
Minor display changes
-
Iproved display of progress bars for
fgpm()andfgpm_factory() -
Improved placing of the legend in
plotX()to prevent hiding important information
Minor flow changes
format4pred()deprecated forget_active_in()
First CRAN release
funGp 0.1.0
- This is the first release of funGp.