Releases: LSSTDESC/skyCatalogs
Releases · LSSTDESC/skyCatalogs
v1.7.0rc4
What's Changed
- allow gaia data_dir to be absolute path by @JoanneBogart in #97
- magnorm fix by @jchiang87 in #98
- U/jrbogart/rotate galaxies by @JoanneBogart in #96
- bump version for tag by @JoanneBogart in #99
Full Changelog: v1.7.0rc3...v1.7.0rc4
v1.7.0rc3
Among the more visible enhancements to the API since the last release:
New (additional) source types
- SNANA supernovae
- Diffsky galaxies
- Solar system objects
Can provide Roman as well as LSST fluxes (if supported by environment and input catalogs)
What's Changed
- U/jrbogart/reorg for pip install by @JoanneBogart in #55
- cast all object ids as strings by @jchiang87 in #56
- Internally keep ids as strings everywhere by @JoanneBogart in #57
- Ensure resulting orderings for fixed inputs are consistent by @JoanneBogart in #58
- Adjust wavelength arrays for SEDs and MW extinction curves by @jchiang87 in #59
- Add --file option for create_sc by @JoanneBogart in #60
- use linear interpolant for galaxy SEDs by @jchiang87 in #61
- Mirror the new imsim.RubinBandpass truncation/trim behavior by @rmjarvis in #65
- U/jrbogart/nsides by @JoanneBogart in #63
- use linear interpolant for Gaia SEDs by @jchiang87 in #67
- add decorator to suppress irrelevant warnings from erfa code by @jchiang87 in #69
- add ci.yml by @jchiang87 in #66
- Correct calculation for star extinction by @JoanneBogart in #71
- U/jrbogart/snana support by @JoanneBogart in #70
- U/jrbogart/flake by @JoanneBogart in #73
- work around for object types that don't have files for healpixels that have files for other object types by @jchiang87 in #75
- U/jrbogart/config include by @JoanneBogart in #78
- Improvements in SNe handling by @JoanneBogart in #74
- remove redshift property from BaseObject interface by @JoanneBogart in #80
- U/troxel/diffsky by @JoanneBogart in #81
- U/jrbogart/parquet star2 by @JoanneBogart in #82
- U/jrbogart/diffsky integrate2 by @JoanneBogart in #83
- polygonal region selection fix by @jchiang87 in #84
- Sso initial by @JoanneBogart in #86
- add 'and no_mjd_return' condition for sso's by @jchiang87 in #88
- Eliminate dependence on pyyaml-include by adapting Butler loader by @JoanneBogart in #89
- find UW star files avoiding hard-coded names by @jchiang87 in #91
- U/jrbogart/gaia bypass by @JoanneBogart in #90
- U/jrbogart/gaia slice by @JoanneBogart in #95
New Contributors
Full Changelog: v1.6.0rc2...v1.7.0rc3
v1.6.0rc2
The primary goal was to fix the build procedure so that pip install would work correctly.
Partly to help in achieving that goal and also for its own sake, the overall file organization in the repo was changed significantly without any substantive change in content and none in functionality.
v1.50rc2
Fix to a test program so it can be run from pip install
v1.5.0rc1
Intended for use with upcoming imSim release.
Includes support for Gaia stars.
v1.4.0rc5
Pick up commit inadvertently omitted from v1.4.0rc4 pip build
v1.4.0rc4
Changes since v1.4.0rc1 are
- add sncosmo as dependency
- change method of handling version number
v1.4.0rc1
- Support for SNe as a new object type "sn"
- Improved provenance information in config, including code version
v1.3.0
There are two upgrades from v1.2.0:
- This release fixes a bug in row group handling when creating a catalog.
- This release uses pyproject.toml to control build processing