Conversation
Click here to view all benchmarks. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #627 +/- ##
==========================================
- Coverage 93.51% 93.50% -0.01%
==========================================
Files 50 51 +1
Lines 2450 2494 +44
==========================================
+ Hits 2291 2332 +41
- Misses 159 162 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b65bc53 to
2bb40a3
Compare
delucchi-cmu
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial implementation of #615 (not closing it yet).
Description
Adds
hats.io.summary_file.write_collection_summary_filemethod to create a catalog root "index" file with a catalog collection description. Currently it supportsfmt="markdown"only, but we also plan to add "html" (for HTTP storage, like data.lsdb.io/hats//index.html) and "json" (machine-readable, e.g., for data.lsdb.io generation) formats in the future.Currently, the generated
README.mdis very minimalistic and includes three parts only: optional Hugging Face metadata (to enable UniverseTBD/mmu-hdf-to-hats#30), title, and a very short description. This is to be extended in future PRs.New dependencies
Both are for the Hugging Face functionality
jinja2is added as a "main" dependency, which adds two packages to our dependency treepyyamlis added as a[dev]dependency, but it is actually already included withastropydatasetsis added torequirements.txtfor testing Hugging Face metadata. I tried to add it to[dev], but I cannot make it work with test-lowest-deps. Let me know if there is a better solution