Skip to content

Commit

Permalink
allow the user to disable amalgamation (#673)
Browse files Browse the repository at this point in the history
* kwarg for optional amalgmate

* allow the user to disable amalgamation

* issue xref

* punt kwarg checking to the methods that can deal with them

* update example

* relocate news entry

* add some tests

* mark it experimental in NEWS

* JuliaFormatter
  • Loading branch information
palday authored Aug 9, 2023
1 parent 5ade8c4 commit 2af0322
Show file tree
Hide file tree
Showing 9 changed files with 364 additions and 317 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* New kwarg `amalgamate` can be used to disable amalgation of random0effects terms sharing a single grouping variable. Generally, `amalgamate=false` will result in a slower fit, but may improve convergence in some pathological cases. Note that this feature is experimental and changes to it are **not** considered breakin. [#673]

MixedModels v4.16.0 Release Notes
==============================
* Support for check tolerances in deserialization. [#703]
Expand Down Expand Up @@ -439,6 +441,7 @@ Package dependencies
[#664]: https://github.com/JuliaStats/MixedModels.jl/issues/664
[#665]: https://github.com/JuliaStats/MixedModels.jl/issues/665
[#667]: https://github.com/JuliaStats/MixedModels.jl/issues/667
[#673]: https://github.com/JuliaStats/MixedModels.jl/issues/673
[#674]: https://github.com/JuliaStats/MixedModels.jl/issues/674
[#676]: https://github.com/JuliaStats/MixedModels.jl/issues/676
[#677]: https://github.com/JuliaStats/MixedModels.jl/issues/677
Expand Down
Loading

0 comments on commit 2af0322

Please sign in to comment.