https://github.com/cran/bamlss
Raw File
Tip revision: ab76f359a7661df66c115ab294de9a54dc5dfd7f authored by Nikolaus Umlauf on 09 November 2022, 08:50:02 UTC
version 1.1-9
Tip revision: ab76f35
NEWS.md
# bamlss 1.1-8

* Small fix in C code.

# bamlss 1.1-8

* Removing akima and geoR dependencies.

* Fixed predict problems when using by variables.

# bamlss 1.1-7

* Full support for scaleable distributional regression models.

* Bug fixing/C code.

# bamlss 1.1-6

* JSS paper published <https://www.jstatsoft.org/article/view/v100i04>.

# bamlss 1.1-5

* Bug fixing.

# bamlss 1.1-4

* Improved batchwise backfitting algorithm. Data is not copied anymore.

* New setup for neural network model terms.

* Bug fixing.

# bamlss 1.1-3

* New naming convention for optimizer and sampling functions.
  Optimizer are now indicated with prefix opt_*, sampler
  functions with prefix sam_*. Old optimizer and sampler
  functions are still supported for reverse compatibility.

* New function engines(), which lists available optimizer and sampling
  functions for families.

* New function CRPS() for computing the continuous rank probability score.

* Bug fixing.

# bamlss 1.1-2

* Bug fixing.

* Removed bit package depends.

* More stable implementation of the batchwise backfitting optimizer.

# bamlss 1.1-1

* Bug fixing.

* Support new features for generating weights for neural networks.

# bamlss 1.1-0

* New features.

* Bug fixing.

* New paper introducing bamlss at <https://arxiv.org/abs/1909.11784>

* In addition, there is now a new website <http://www.bamlss.org/> with technical examples, textbook
  examples, as well as examples from publications. The website will be expanded in the future and
  will serve as the main source for presenting new features of the bamlss package.

* Adding a vignette to CRAN which links to the new website.


# bamlss 1.0-2

* Bug fixing.

* First neural network implementations, the `n()` constructor.

* Support for very large data sets using the ff and ffbase package.

* Experimental batchwise backfitting algorithm `bbfit()`.


# bamlss 1.0-1

* Bug fixing.

* More model fitting engines: `lasso()`, `stabsel()`


# bamlss 0.1-2

* Fixed some issues with `tx()` for BayesX.

* Added `tx3()` for BayesX.

* Fixed environment saving problem when using `light = TRUE` in `bamlss()`.

* Dropped some parts of the `jm.mode()` return value.

* Solved `PROTECT()` problems in the C code.

* Many other small edits ...
back to top