Skip to content

Conversation

@andrjohns
Copy link
Contributor

There are still some pieces of deprecated syntax in the rstanarm Stan models which will cause failures under 2.33:

  • Forward declarations of Stan functions
  • fabs deprecated in favour of abs
  • _cdf() functions without | notation
    • Bug in 2.26 parser does not accept cdf functions with the | notation, so I've changed these to use the respective _lcdf function for compatibility with both
Copy link
Member

@jgabry jgabry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andrjohns!

@jgabry jgabry merged commit ebd07d4 into master Sep 14, 2023
@jgabry jgabry deleted the dep-syntac branch September 14, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants