rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
271 stars 38 forks source link

bugfix stack changes #480

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

Fixes a few bugs I introduced with stack optimisation.

One from rebasing had removed a lot of the performance gains by actually running combinedims twice and always having to compile it - I think compile times should be better after this.

The other will help to fix https://github.com/rafaqz/Rasters.jl/issues/409