Skip to content

Tags: rmcelreath/rethinking

Tags

v2.2.1

Toggle v2.2.1's commit message
README update to mention slim version

2.13

Toggle 2.13's commit message
2.13 - maintenance

- rgampois2 to match Stan's neg_binom_2()
- ulam() with cmdstan=TRUE should not return unwanted variables anymore
- ulam() with cmstan=TRUE should support warmup argument correctly now

2.12

Toggle 2.12's commit message
Update README.md

2.11

Toggle 2.11's commit message
v2.11 - update for cmdstanr v0.0.0.9006

-fixes deprecated stuff in latest cmdstanr. this breaks my old exe caching code, so will need to figure out a new way to accomplish that.

2.0.1

Toggle 2.0.1's commit message
Compatibility release for R 4.0.0

Version 2.01 fixes problems introduced when R 4.0.0 was released. There should not be any functionality changes.

2.0.0

Toggle 2.0.0's commit message
Merge branch 'master' into Experimental

1.95

Toggle 1.95's commit message
ensemble fix - release prep

- fixed ensemble to work with new methods
- various pre-release housekeeping

1.93

Toggle 1.93's commit message
ERRATA prep for 2nd edition

1.59

Toggle 1.59's commit message
v1.59 - patch for rstan 2.10.1

- Brings map2stan up to date with syntax changes in rstan 2.10.1. Now
requires rstan 2.10.0 or greater. See changes to R/map2stan-templates.r
if curious about internal syntax changes. Older Stan code will still
function, but will throw deprecation warnings.
- A book errata file is now included: ERRATA.md
- A few documentation fixes
- Adjusted namespace and added manually constructed generics
(R/aa_generics.r) to hopefully fix the odd issues with plot methods
that some people have had. I still can’t repeat the issue myself, so
flying blind. Sorry.
- fixed an unusual variable name bug with glimmer()
- fixed an issue with negative bounds in uniform densities and map2stan.

1.58

Toggle 1.58's commit message
1.58 - Book release drum beat

Various tuning adjustments, and one feature addition in this version.

Feature:
- coerce_index now works with multiple columns. See ?coerce_index for
details.

Tuning:
- simplehist much more efficient now
- add stancode method for stanfit objects
- map2stan uses rstan's own multicore code now, instead of my
implementation. Should be equivalent, but produces less Terminal spam
now.
- Various documentation edits.