JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
99 stars 16 forks source link

`renameaxis!` is not inplace anymore #283

Open felixcremer opened 1 year ago

felixcremer commented 1 year ago

Since the switch to DimensionalData the renameaxis! function is not inplace anymore and you need to reassign the cube to keep the changes. We can either get rid of the bang and update the docstring or we can try to make it actually replace the dimension again. I think, changing the docs is fine and maybe we should deprecate that function for funtionality from DimensionalData anyway.