Hipscat-import

Latest version: v0.3.5

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

Scan your dependencies

Page 3 of 4

0.2.0

What's Changed
* Fix test data for removing partition_info by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/166
* Add tests for more complex sorting scenarios. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/167
* Argument renaming by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/168
* Fix doc build error with dask client by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/173
* Read parquet lazily by hombit in https://github.com/astronomy-commons/hipscat-import/pull/170
* Remove the explicit task key. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/174
* Specify types for partitioning columns. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/171
* More text on temp. Split resume temp arg. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/176
* Scoot python versions forward by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/182
* Optionally write out all of the parquet files. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/181
* Pass storage options to read/write operations. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/178
* Add metadata files when creating datasets by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/189
* Add another test for creating index table. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/190
* Catalog import argument documentation. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/193
* Require hipscat v0.2 by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/194

New Contributors
* hombit made their first contribution in https://github.com/astronomy-commons/hipscat-import/pull/170

**Full Changelog**: https://github.com/astronomy-commons/hipscat-import/compare/v0.1.2...v0.2.0

0.1.2

What's Changed
* Invert default on resume check. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/123
* Use minimum stage name formatting. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/127
* Pin pandas version by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/130
* Merge recent changes by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/131
* Merge recent changes by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/132
* Run copier. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/129
* Add a tad more context for failure email. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/128
* unpin sphinx versions by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/134
* Verification pipeline boilerplate by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/126
* Check for valid catalog directories. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/136
* add the negative tree pixels to margin cache pipeline by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/138
* Resume file prefactor by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/143
* Update to PPT v1.4.3 by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/144
* Check for success artifacts after each stage. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/146
* Remove get_pixels calls by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/149
* pin fsspec by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/151
* Set lower default import order. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/153
* Macauff pipeline boilerplate by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/152
* Add a partition_info on SOAP results. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/157
* Initial commit of metadata file conversion by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/156
* Use existing hipscat_index for mapping pixel by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/159
* Add documentation for creating a parquet schema. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/162
* Copier update and better readme links by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/164
* Create output directory by camposandro in https://github.com/astronomy-commons/hipscat-import/pull/165

New Contributors
* camposandro made their first contribution in https://github.com/astronomy-commons/hipscat-import/pull/165

**Full Changelog**: https://github.com/astronomy-commons/hipscat-import/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* Expand guide with more public catalogs by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/100
* Mechanical autoformatting. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/101
* pin hipscat dependency to 0.1.0 to avoid compatibility changes by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/104
* Prefactor resume plan logic. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/105
* Add unit tests for dask-on-ray. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/106
* Consolidate logic to wait for dask futures. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/109
* Updated margin cache calculations by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/107
* Remove association pipeline. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/112
* Merge recent changes. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/114
* make numpy required dependency by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/113
* Initial implementation and tests for SOAP. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/108
* Refactor based on hipscat v0.1.2 by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/117


**Full Changelog**: https://github.com/astronomy-commons/hipscat-import/compare/v0.0.5...v0.1.1

0.1

What's Changed
* More argument help text. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/97
* Merge in changes to map stage callback. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/98
* Add some documentation by jeremykubica in https://github.com/astronomy-commons/hipscat-import/pull/99
* Pull resume logic into helper class. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/95

New Contributors
* jeremykubica made their first contribution in https://github.com/astronomy-commons/hipscat-import/pull/99

**Full Changelog**: https://github.com/astronomy-commons/hipscat-import/compare/v0.0.4...v0.1

0.0.5

What's Changed
* More argument help text. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/97
* Merge in changes to map stage callback. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/98
* Add some documentation by jeremykubica in https://github.com/astronomy-commons/hipscat-import/pull/99
* Pull resume logic into helper class. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/95

New Contributors
* jeremykubica made their first contribution in https://github.com/astronomy-commons/hipscat-import/pull/99

**Full Changelog**: https://github.com/astronomy-commons/hipscat-import/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* Move files for creation of new target catalogs. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/61
* Let users pass in kwargs to input reader. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/62
* Use pandas 2.0.0 arguments. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/63
* Updates to importer to support other table types. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/65
* Prefactor for alternate table import arguments. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/67
* Write final parquet with pandas metadata. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/68
* Add option to generate a catalog at a fixed order. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/73
* Initial implementation of association pipeline. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/69
* Require dask_client if not requested. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/76
* Initial commit of indexing pipeline. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/74
* Improve performance of long-running imports by further splitting into map and split stages. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/79
* Max/margin generation by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/82
* Use type-specific catalog info by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/84
* Remove command line arguments. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/87
* Consolidate pipeline logic by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/88
* Add unit test for example in documentation. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/92
* Checkpoint some quality-of-life fixes by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/90
* Margin cache generation reduce phase by maxwest-uw in https://github.com/astronomy-commons/hipscat-import/pull/94
* Fleshing out guide for importing catalogs by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/91


**Full Changelog**: https://github.com/astronomy-commons/hipscat-import/compare/v0.0.3...v0.0.4

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.