Hipscat-import

Latest version: v0.3.5

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

Scan your dependencies

Page 1 of 4

0.3.5

What's Changed
* Bump actions/add-to-project from 1.0.1 to 1.0.2 by dependabot in https://github.com/astronomy-commons/hipscat-import/pull/340
* Use list of names, instead of pandas index. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/343
* Enable python 3.12 in CI by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/329
* Use hipscat for healpix dependency. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/346
* Check the total number of rows throughout the catalog import pipeline by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/345
* Use consistent pandas file io method. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/349
* Read parquet files with arrow schema by camposandro in https://github.com/astronomy-commons/hipscat-import/pull/348
* Fix CSV reader from recent changes in hipscat library by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/359
* Add schema to source data in SOAP pipeline by camposandro in https://github.com/astronomy-commons/hipscat-import/pull/360
* Provide `drop_empty_siblings` argument by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/357
* Margin generation improvements. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/356
* Use total returned from write_parquet_metadata by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/365
* Change default margin order by hombit in https://github.com/astronomy-commons/hipscat-import/pull/366
* Distinguish error message for empty list vs None. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/367
* Require recent hipscat by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/368


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

0.3.4

What's Changed
* Update arguments.rst by hombit in https://github.com/astronomy-commons/hipscat-import/pull/326
* Pickle instead of scatter. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/328
* Update margin cache catalog info parameters by camposandro in https://github.com/astronomy-commons/hipscat-import/pull/332
* Use pathlib for pytest fixtures. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/333
* Enable "index file" reads for catalog import by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/334
* Enable std tqdm bar, refactor for re-use. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/330
* Only specify the astropy table columns once. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/336
* Require recent hipscat by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/337


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

0.3.3

What's Changed
* Assorted small doc fixes by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/310
* User arguments to retain intermediate files by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/311
* Apply `read_columns` kwarg in parquet reader by troyraen in https://github.com/astronomy-commons/hipscat-import/pull/315
* Get all file_reader provenance info programmatically by troyraen in https://github.com/astronomy-commons/hipscat-import/pull/316
* Spruce up the way we check for original input files. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/314
* Fail fast on reduce stage failures. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/317
* Print file name for mapping/splitting failures. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/318
* Explicitly depend on scipy by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/320
* Redact storage options, as this may include user keys. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/322
* Resume functionality for margin cache pipeline. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/321
* Tidy up some resume functionality by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/324
* Use the original catalog schema in more reads/writes. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/325
* Use a subset of pixels when creating a margin cache. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/323


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

0.3.2

What's Changed
* Update python and hipscat version pins. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/287
* Fits str columns to utf8 by Schwarzam in https://github.com/astronomy-commons/hipscat-import/pull/285
* Bump actions/add-to-project from 1.0.0 to 1.0.1 by dependabot in https://github.com/astronomy-commons/hipscat-import/pull/289
* Use preferred string format for globbing. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/291
* Print tracebacks for nested errors. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/290
* Add ECSV reader by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/288
* Use scipy.sparse for histogram storage. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/294
* Quick fixes (no warning, allow . in catalog name). by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/307
* Fix issue 305. Gracefully handle empty input files. by troyraen in https://github.com/astronomy-commons/hipscat-import/pull/309

New Contributors
* Schwarzam made their first contribution in https://github.com/astronomy-commons/hipscat-import/pull/285
* troyraen made their first contribution in https://github.com/astronomy-commons/hipscat-import/pull/309

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

0.3.1

What's Changed
* Update to latest dask to mitigate smoke test failures by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/286


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

0.3.0

What's Changed
* Pin python 3.11 version in CI by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/276
* copier update by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/272
* Change readthedocs URLs to stable by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/277
* Cross-link the hipscat docs by camposandro in https://github.com/astronomy-commons/hipscat-import/pull/278
* Docs: margin_threshold in margin_cache.rst by hombit in https://github.com/astronomy-commons/hipscat-import/pull/263
* Direct to tutorials for public catalogs. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/279
* Resume import with a different HEALPix order by camposandro in https://github.com/astronomy-commons/hipscat-import/pull/280
* Unpin pandas and numpy versions. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/284
* Update acknowledgment text. by delucchi-cmu in https://github.com/astronomy-commons/hipscat-import/pull/283


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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.