Skip to content

0.6.5

Compare
Choose a tag to compare
@max-sixty max-sixty released this 04 Dec 18:51
· 83 commits to main since this release
1c58238

0.6.5 works around a rare but serious bug — when a labels array with int8 type is used in a group function, numbagg can return an incorrect result. The bug requires the array to be a specific size. The currently implemented solution is a workaround rather than an understanding of the underlying issue. Check out #211 for more details.