lincc-frameworks / tape

[Deprecated] Package for working with LSST time series data
https://tape.readthedocs.io
MIT License
12 stars 3 forks source link

LSDB v0.2.1 Compatibility #437

Closed dougbrn closed 4 months ago

dougbrn commented 4 months ago

LSDB v0.2.1 introduces support for dask versions >2024.3.0, but avoids using dask-expr in favor of using the lower level legacy interface (not via the config, but by importing the legacy classes directly). For TAPE, we need to modify our LSDB/hipscat bridge functions to handle this. The likely fix is to apply from_legacy_dataframe when loading LSDB catalog objects.