Skip to content

Upgrade lsdb to >=0.8#331

Open
jaladh-singhal wants to merge 2 commits into
Caltech-IPAC:mainfrom
jaladh-singhal:lsdb-upgrade
Open

Upgrade lsdb to >=0.8#331
jaladh-singhal wants to merge 2 commits into
Caltech-IPAC:mainfrom
jaladh-singhal:lsdb-upgrade

Conversation

@jaladh-singhal
Copy link
Copy Markdown
Member

@jaladh-singhal jaladh-singhal commented Jun 3, 2026

I chose 0.8.1 because that's what we're using in fornax-demo-notebooks and it was a hotfix for problems in 0.8.0 (https://github.com/astronomy-commons/lsdb/releases/tag/v0.8.1)

Closes #197

@jaladh-singhal jaladh-singhal self-assigned this Jun 3, 2026
@jaladh-singhal jaladh-singhal added maintenance General maintenance of the content and/or infrastructure infrastructure Infrastructure related issues/PRs. labels Jun 3, 2026
Copy link
Copy Markdown
Contributor

@troyraen troyraen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

irsa-hats-with-lsdb.md
ztf_lc_df = ztf_lc.compute()

memory_limit=None # to prevent it from running out of memory
) as client:
print(f"This may take more than a few minutes to complete. You can monitor progress in Dask dashboard at {client.dashboard_link}")
ztf_lcs_df = ztf_lcs.compute()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing circleci to run out of memory and fail. I'll try running it when I'm back at a computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Infrastructure related issues/PRs. maintenance General maintenance of the content and/or infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update notebooks for lsdb v0.8 crossmatch() changes

2 participants