Skip to content

v0.4

Compare
Choose a tag to compare
@shoyer shoyer released this 03 Mar 18:18
· 4715 commits to main since this release

This is a major release that includes a number of new features and bug fixes, including several changes from existing behavior.

Highlights include:

  • Automatic alignment of index labels in arithmetic and when combining arrays or datasets.
  • Aggregations like mean now skip missing values by default.
  • Relaxed equality rules in concat and merge for variables with equal value(s) but different shapes.
  • New drop method for dropping variables or index labels.
  • Support for reindexing with a fill method like pandas.

For more details, see the release notes.