Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@henryiii henryiii released this 16 Feb 17:12
· 224 commits to develop since this release
aad615e

User changes

  • PyPy 3.8 now supported with binary wheels. #677
  • The GIL is released a little more often now. #662
  • AxesTuple does not allow construction of non-axes. #680
  • KeyError is now thrown when accessing a non-existent item in a Category Axis #689
  • WeightedViews now support np.cumsum #699

Bug fixes

  • Fixed WeightedMean storages producing NaN for .variances() #695
  • Modify local include slightly to enable WebAssembly compilation in Pyodide #702

Developer changes

  • Use PyLint in CI to check for some style issues #690
  • Developer (CMake) installs no longer require toml #698