Replies: 1 comment 5 replies
-
@Saransh-cpp and @henryiii, I think it would be good to do a 1.1.0 release of Vector now or soon. The two new features are:
Both of these require new minimal Numba and Awkward thresholds (and both are optional dependencies). Since the dependency thresholds have changed, I think that a new minor version would make more sense. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The last release was v1.0.0 in February.
Since then, there have been a lot of pre-commit, CI, etc. auto-updates, but one substantive change: #348, which updates the minimum Numba version. It would be better to not have conflicting versions of Numba.
Oh, actually, a new release should probably wait for @agoose77's #347, which adds another long-requested feature:
ak.sum
on vectors would sum properly in all coordinate systems (instead of giving the wrong result in old versions of Awkward and an exception in recent versions of Awkward).Soon after that, you might want to be thinking of version 1.1.0, since a dependency version threshold changed.
Beta Was this translation helpful? Give feedback.
All reactions