YAXArrays.jl
YAXArrays.jl copied to clipboard
set deprecated warnings for all mapCube related operations
functionality using mapCube still works, however using xmap would be the way forward, hence setting some deprecation warnings for all related operations would be nice to have before removing them all!
Do we have examples on how to convert mapCube to xmap? I confess I have maybe 50+ mapCube functions, all over the place on different projects... 😁
Yes, check the mapCube docs section. Now there is an 'xmap' and 'mapcube' version 😬
ok! Somehow, I guess having a mapCube section and not a xmap section was confusing me. Perhaps a little section that explains the modifications by reusing the xmap and mapCube examples from the mapCube section? Switching back and forth between tabs is hard to compare.