Releases: LSSTDESC/skyCatalogs
v2.4.0
- Fix the normalization of SEDs for Trilegal objects.
- Streamline
TrilegalSedFactory, eliminating duplicate code - Update skyCatalogs files used by CI
What's Changed
- U/jrbogart/trilegal sed batch update by @JoanneBogart in #149
Full Changelog: v2.3.0...v2.4.0
v2.3.0
Extract all code needed exclusively for catalog creation into new repo skyCatalogs_creator. Remove some now-superfluous dependencies.
What's Changed
- U/jrbogart/api only by @JoanneBogart in #146
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Support for trilegal source type. Includes generating new catalog files from the AstroLab database and API for access for, e.g., simulation programs.
What's Changed
- Update installation page by @JoanneBogart in #144
- U/jrbogart/trilegal rebase by @JoanneBogart in #145
Full Changelog: v.2.1.1...v2.2.0
v.2.1.1
What's Changed
- Track code coverage by @arunkannawadi in #138
- Allow Gaia stars to be simulated without the LSST stack by @arunkannawadi in #139
Full Changelog: v2.1.0...v.2.1.1
v2.1.0
What's Changed
- external catalog support by @jchiang87 in #130
- Add support for Roman prism and grism bands by @arunkannawadi in #104
- Fix a bug involving Angle units by @arunkannawadi in #135
- Minimize LSST stack dependency by @arunkannawadi in #134
- Prepare for release v2.1.0 by @arunkannawadi in #136
New Contributors
- @arunkannawadi made their first contribution in #104
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Incorporates a bug fix for code determining which sources are within a region.
v2.0.0
Significant changes and improvements include:
- Refactor of region handling
- Refactor of catalog creation code
- Many improvements to SSO handling
- Including provenance information when creating parquet catalog files
- Refactor of config file creation. Use internal code for yaml !INCLUDE directive handling
- Publishing documentation to https://lsstdesc.org/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.