lnccbrown / HSSM

Development of HSSM package
Other
76 stars 11 forks source link

release pymc version to newest and adjust git action accordingly #382

Closed AlexanderFengler closed 6 months ago

AlexanderFengler commented 6 months ago

This PR gets pymc version up to 5.12. There are a few improvements to pymc that are of direct benefit to us.

  1. The new var_names argument should allow us to drop deterministics where we don't want them
  2. The implicit update to pytensor, gets us a fix to dot function. This should erase a few errors when compiling complicated models.