Skip to content

0.5.1

Latest
Compare
Choose a tag to compare
@ejolly ejolly released this 27 Mar 21:39
· 4 commits to master since this release

Dependency Updates

  • Update scipy.binom_test -> scipy.binomtest in code-base for compatibility with current scipy versions

Testing Updates

  • Fixed a testing issue on filepath checking on windows
  • Forced numpy random seed to 0 for all pytest fixtures that use numpy.random to generate test data (avoids random test failures due to random data)
  • Updated stock GA for setting up conda to v3
  • Added m1 macOS runners to grid as experimental (not currently working due to missing hdf5 install on OS)
  • Set python 3.11 on macOS runner as experimental due to upstream joblib and 3.11 issue
  • Set docs building to experimental until upstream issues are resolved (docs are outdated with respect to this release!)