v2.1.0
In this update, significant new metrics have been added:
- a photometric calibration metric (contributed by @erykoff)
- an incremental template metric (contributed by @ebellm, building on prior work by the MAF team)
- color-slope metrics were added to capture short timescale visit timings
- updates to the DDF metrics, including coadded depths per night
- Stackers that provide T_eff and dayobs values have been added, and the corresponding T_eff metrics updated
Significant changes occurred in the plotting methods:
- plotters now return the matplotlib Figure objects, instead of just the "fig.num" integer values
- a new set of plotters has been added that uses skyproj instead of healpy to create plots (this is in support of
schedview
, but is useful for projections beyond those provided by healpy)
Code maintenance and updates:
- Use of palpy has now been replaced by astropy - rubin-sim now drops its dependency on palpy.
- Several pandas and numpy deprecation warnings have been addressed
- Default verbosity levels have been reduced
- "get_baseline" should now be called from rubin-sim, not rubin-scheduler, and the sim_baseline is downloaded with
rs_download_data
from rubin-sim.
Significant documentation updates have been achieved - please see rubin-sim.lsst.io for the latest version.
rubin_sim is maintained by @rhiannonlynne, @yoachim, and @ehneilsen of the Rubin Survey Scheduling Team.
rubin_sim is an open-software project and we are grateful for the many contributions from our community.
What's Changed
- update import by @yoachim in #384
- reduce default verbosity and fix deprecation warnings by @yoachim in #385
- Switched interp2d to RectBivariateSpline by @rjassef in #386
- Add rubin-scheduler to all_req.txt by @ebellm in #388
- update rubin_sim.utils to rubin_scheduler by @yoachim in #390
- Incremental template metric by @ebellm in #389
- swap astropy for palpy by @yoachim in #391
- Tickets/opsim 1122 by @yoachim in #392
- OPSIM-1107 Documentation restructure by @rhiannonlynne in #387
- OPSIM 1132 - fix CI by @rhiannonlynne in #393
- Proper name of download testing data script by @rhiannonlynne in #394
- OPSIM-1141: Plotters return Figure objects, not fig.number by @rhiannonlynne in #400
- fix pandas dep warnings by @yoachim in #401
- PREOPS-4949: Add stackers useful for schedview (Teff and dayobs related) by @ehneilsen in #399
- Bugfix/opsim 1141 by @rhiannonlynne in #402
- tickets/PREOPS-5023: implement sky maps with skyproj in maf by @ehneilsen in #403
- Tickets/opsim 1144 by @yoachim in #404
- color and slope metrics by @yoachim in #406
- catch when astroplan sends a masked array by @yoachim in #407
- OPSIM-1149: bugfix to add cols_req to new stackers by @rhiannonlynne in #409
- OPSIM-1155: Update DDF metrics / metric_subsets by @rhiannonlynne in #411
- U/erykoff/uniformity metrics by @rhiannonlynne in #414
New Contributors
Full Changelog: v2.0.0...v2.1.0