Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@rhiannonlynne rhiannonlynne released this 18 Jun 20:37
· 25 commits to main since this release
eaed822

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

New Contributors

Full Changelog: v2.0.0...v2.1.0