Skip to content

Release 0.9.1 rc2 (testing deployment)

Pre-release
Pre-release
Compare
Choose a tag to compare
@orbeckst orbeckst released this 19 Sep 01:38
· 5 commits to main since this release

What's Changed

  • fix "DeprecationWarning: invalid escape sequence '\s'" by @orbeckst in #286
  • use importlib.resources instead of pkg_resources by @orbeckst in #284
  • replaced numpy.NAN,INF with numpy.nan,inf by @orbeckst in #292
  • configure codecov by @orbeckst in #293
  • some more regex string fixes; and: use numpy.nan instead of numpy.NAN by @hsk17 in #288
  • add automated deployment workflow by @orbeckst in #296

New Contributors

Full Changelog: release-0.9.0...release-0.9.1-rc2