Release 0.2.6 #69
atrabattoni
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 We are excited to announce the release of Xdas 0.2.6!
A big thank you to all contributors for the many new features, improvements, and fixes included in this release 🙌
Happy coding 💻
— The Xdas team
New features
xdas.openthat automatically infers whichxdas.open_*function to use (@atrabattoni, @yetinam).xdas.open_*function (@atrabattoni, @yetinam).pathlib.Pathsupport as input for all xdas file-related functions and methods (@atrabattoni).xdas.io.compressedthat compresses a specific dataset in an HDF5 file while preserving the rest of the file structure and metadata (@marbail).xdas.concat_coordsto merge coordinates. AlsoCoordinate.appendis nowCoordinate.concat(avoid in-place confusion) andxdas.concatenatehas now a preferred aliasxdas.concat(@atrabattoni).Improvements
to_netcdfmethods now have acreate_dirsargument to create intermediate directories if necessary (@aurelienfalco).DataArray.selhandle overlaps when slicing, andxdas.splitcan split on overlaps or gaps now (@atrabattoni).io.Enginebackend system to register different file formats (@atrabattoni).open_mfdataarrayraiseRuntimeErrorwhen opening all files fails (@asladen).component_strategyargument to thexdas.atoms.MLPickerto choose whether to use the same component on the 3 channels or to use one channel and set the others to 0 based (@marbail).DataArray.renamecapable of renamingdimsandcoords(@atrabattoni).parallelargument to mostopen*functions to let the user choose the file opening strategy (@atrabattoni).Bugs Fixed
xdas.processing(@atrabattoni).swapped_dims=Falsekwarg (@atrabattoni).annotate_batch_premodel's function to normalize inxdas.atoms.MLPicker(@marbail).open_mf*functions in scripts due to the use of multiprocessing by using the loky library (@atrabattoni)Beta Was this translation helpful? Give feedback.
All reactions