```
feat: add healpix support and unique healpix search functionality - change healpix parameter type from Optional[int] to Optional[List[int]] in find methods for both level1 and level2 modules - add new find_unique_healpix function to search for unique healpix values in level1 and level2 data records - rename find_by_brick_id to find_by_healpix for clarity - add comprehensive docstrings for new functions with parameter details - update typing imports order for consistency test: enable and update test cases for level0 and level2 modules - uncomment and update test cases in test_level0.py - update test_find_unique_healpix method in test_level1.py - comment out existing tests and add new test case in test_level2.py - add new test_request.py with test_update_prc_status_by_ids function chore: update version and configuration - bump version from 1.0.5-20260309 to 1.0.6-20260424 - disable auto commit, tag and push in setup.cfg bumpver config ```
Loading
Please sign in to comment