Skip to content

Releases: djbetancourt-gh/funGp

Version upgrade 0.3.2 to 1.0.0

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 11 May 15:09
e3aebf5

funGp 1.0.0 (2024-05-09)

Main package life cycle updates

Minor documentation updates

  • Maintainer email updated from djbetancourt@uninorte.edu.co to
    fungp.rpack@gmail.com to 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

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 11 May 22:36
d17a0c5

Main functionality changes

  • Argument extend added to the update method 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

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 23 Jan 15:01
b9994e7

Minor display changes

  • Line type of the mean function in plotSims.fgpm changed to dashed
    (lty = 2) for easier inspection.

  • The trace, pbars and control.optim arguments were added to update.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() control argument enabled in fgpm through
    control.optim.

  • Following the addition of control.optim, we improved the functionality
    of the fgpm and fgpm_factory arguments to control the display of
    funGp native progress messages

  • The trace, pbars and control.optim arguments were added to modelDef
    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

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 13 Jun 04:05
7247e14

Main functionality corrections

  • The summary method has been added for Xfgpm and fgpm objects

  • New classes "predict.Xfgpm" and "simulate.Xfgpm"

  • All plotters are now plot methods for the classes "Xfgpm", "fgpm"
    "predict.Xfgpm" or "simulate.Xfgpm"

  • New functions modelDef and [[ to refit a fgpm object from a Xfgpm one

Main flow changes

  • format4pred() removed and replaced by get_active_in() as anticipated in 0.2.0 release

Minor flow changes

  • Own rm_between() function implemented to remove dependency on the qdapRegex package

  • Minor change to resolve a %dopar% issue during parallelized processes based on %dorng%

Version upgrade 0.2.1 to 0.2.2

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 10 Aug 07:25
0fa3ddb
  • Minor change to resolve a check issue evoked by CRAN

Version upgrade 0.2.0 to 0.2.1

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 27 Nov 12:38
7d546a0
  • Minor change to resolve a CRAN check NOTE related to the declaration in Imports of the plyr
    package.

Version upgrade 0.1.0 to 0.2.0

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 17 Nov 19:29
c2ce14c

Main functionality corrections

  • Fixed incoherence between the sorting order of the list of explored models and their performance
    statistic, stored at the xm@log.success@sols and xm@log.success@fitness slots of the Xfgpm
    object delivered by fgpm_factory(). Now the models in xm@log.success@sols are 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 call fgpm_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 call fgpm_factory(sIn = sIn, sOut = sOut).

Minor display changes

  • Iproved display of progress bars for fgpm() and fgpm_factory()

  • Improved placing of the legend in plotX() to prevent hiding important information

Minor flow changes

  • format4pred() deprecated for get_active_in()

First CRAN release

Choose a tag to compare

@djbetancourt-gh djbetancourt-gh released this 26 Apr 18:28

funGp 0.1.0

  • This is the first release of funGp.