Hats-import

Latest version: v0.5.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.5.0

What's Changed
* Pre-discover all leaf files for dataset creation. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/501
* Re-generate test data, and update expectations. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/502
* Remove SOAP pipeline by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/505
* Don't generate Norder/Dir/Npix columns at import. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/506


**Full Changelog**: https://github.com/astronomy-commons/hats-import/compare/v0.4.5...v0.5.0

0.4.5

What's Changed
* Patch verification by troyraen in https://github.com/astronomy-commons/hats-import/pull/480
* Expand margin generation explanation. Use anon references. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/485
* Update RTD links by OliviaLynn in https://github.com/astronomy-commons/hats-import/pull/490
* LSSTC to LSST Discovery Alliance by camposandro in https://github.com/astronomy-commons/hats-import/pull/499
* Replace pandas IO in margin generation by camposandro in https://github.com/astronomy-commons/hats-import/pull/500


**Full Changelog**: https://github.com/astronomy-commons/hats-import/compare/v0.4.4...v0.4.5

0.4.4

What's Changed
* Drop support for python 3.9 by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/455
* Perform extra tests against empty files. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/456
* Update to PPT 2.0.5 - fixes slack notifications by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/457
* Documentation improvements by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/462
* Avoid overwriting valid catalogs. by gitosaurus in https://github.com/astronomy-commons/hats-import/pull/464
* Add description for pypi by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/467
* Use a naive sparse histogram. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/463
* Move existing catalog check. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/466
* Address slow list operations in progress tracking. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/468
* Add verification tests by troyraen in https://github.com/astronomy-commons/hats-import/pull/428
* Update code snippet in sdss.rst by OliviaLynn in https://github.com/astronomy-commons/hats-import/pull/475
* Suggested changes from science homework. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/476
* Add more detail about available HATS properties on import. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/474
* Add verbosity option, convenience pass/fail, and user documentation by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/477
* Remove typing imports for List, Tuple, Union by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/478
* Require newer hats version by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/479

New Contributors
* OliviaLynn made their first contribution in https://github.com/astronomy-commons/hats-import/pull/475

**Full Changelog**: https://github.com/astronomy-commons/hats-import/compare/v0.4.3...v0.4.4

0.4.3

What's Changed
* Disable pylint import error. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/448
* Bump dawidd6/action-download-artifact from 6 to 7 by dependabot in https://github.com/astronomy-commons/hats-import/pull/445
* Bump codecov/codecov-action from 4 to 5 by dependabot in https://github.com/astronomy-commons/hats-import/pull/446
* Bump slackapi/slack-github-action from 1 to 2 by dependabot in https://github.com/astronomy-commons/hats-import/pull/447
* Bump pre-commit-ci/lite-action from 1.0.3 to 1.1.0 by dependabot in https://github.com/astronomy-commons/hats-import/pull/426
* Update PTT to 2.0.4 by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/450
* Remove benchmarking by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/451
* Test on Windows OS. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/454


**Full Changelog**: https://github.com/astronomy-commons/hats-import/compare/v0.4.2...v0.4.3

0.4.2

What's Changed
* Helper documentation for hipscat conversion by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/424
* Suppress pandas metadata on import. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/429
* Constrain Dask version by camposandro in https://github.com/astronomy-commons/hats-import/pull/430
* Remove extra testing for dask-on-ray. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/432
* Allow import of map types. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/437
* Remove margin fine filtering, and healpy dependency. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/442
* Remove margin fine filtering. (https://github.com/astronomy-commons/hats-import/pull/435)
* Use different methods for healpix manipulation. (https://github.com/astronomy-commons/hats-import/pull/436)
* Allow import of map types. (https://github.com/astronomy-commons/hats-import/pull/437)
* Use radec2pix for healpix pixel calculation. (https://github.com/astronomy-commons/hats-import/pull/438)
* Remove default healpy dependency. (https://github.com/astronomy-commons/hats-import/pull/440)
* Force re-creation of margin catalog. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/443
* Require new hats by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/444


**Full Changelog**: https://github.com/astronomy-commons/hats-import/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by dependabot in https://github.com/astronomy-commons/hats-import/pull/399
* Bump dawidd6/action-download-artifact from 3 to 6 by dependabot in https://github.com/astronomy-commons/hats-import/pull/398
* Move sparse histogram to hipscat by camposandro in https://github.com/astronomy-commons/hats-import/pull/405
* Run conversion from main pipeline script. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/414
* Remove pandas metadata in hipscat conversion by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/413
* Support reading a file to pyarrow table in catalog import by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/415
* Merge development branch by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/417
* Update copier by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/416
* Keep track of expected number of margin rows written. by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/418
* Fix calls to read_hats by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/420
* Update dependencies by delucchi-cmu in https://github.com/astronomy-commons/hats-import/pull/421


**Full Changelog**: https://github.com/astronomy-commons/hats-import/compare/v0.4.0...v0.4.1

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.