Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@rhiannonlynne rhiannonlynne released this 29 Nov 03:17
· 124 commits to main since this release

This release is a major update, as portions of this package have now been moved to rubin_scheduler. In particular:

  • imports from rubin_sim.scheduler now become rubin_scheduler.scheduler
  • imports from rubin_sim.utils now become rubin_scheduler.utils
  • imports from rubin_sim.skybrightness_pre now become rubin_scheduler.skybrightness_pre
  • imports from rubin_sim.data now mostly become imports from rubin_scheduler.data -- with the caveat that "rs_download_data" and the dictionary of data files relevant to only rubin_sim still are held in rubin_sim.data.

Downloads of data should now include
scheduler_download_data as well as rs_download_data -- these two separate steps will download the necessary data for rubin_sim.

rubin_sim is maintained by @yoachim, @rhiannonlynne, @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

  • tickets/PREOPS-4124 Support restricting the scheduler reward summary stats to a region of interest by @ehneilsen in #376
  • Address future Warning by @rhiannonlynne in #379
  • tickets/PREOPS-4503: replace nans in sky brightness array before IntRounded is applied by @ehneilsen in #378
  • tickets/PREOPS-4501: Do not delete old SkyModelPre attributes until we know if new ones are valid by @ehneilsen in #377
  • Use the same code for basis function & reward area by @ehneilsen in #380
  • lingering camel-snake-pep8 updates by @yoachim in #381
  • Tickets/opsim 1093 (split rubin_sim and rubin_scheduler) by @yoachim in #382

Full Changelog: 1.3.3...v2.0.0