JuliaData / SplitApplyCombine.jl

Split-apply-combine strategies for Julia
Other
144 stars 15 forks source link

setindex! for combinedimsview #52

Closed aplavin closed 2 years ago

aplavin commented 2 years ago

I've had this change for some time already, almost forgot to make a PR! setindex! happens to be useful from time to time.

andyferris commented 2 years ago

Feel free to merge @aplavin. Also, do you know how to prepare a release?

aplavin commented 2 years ago

@andyferris my guess for a release would be: create a PR with Project.toml update, and after merging tag Registrator. Not sure if that's correct? See #53 if so.

andyferris commented 2 years ago

Yes that’s right!