This update moves to rubin_scheduler for scheduler interactions, instead of rubin_sim.
This is a major change; the real-time monitoring dashboard will not be able to unpickle scheduler snapshots created with rubin_sim <2.0 (instead of with rubin_scheduler), and a tag < v0.10 should be used for use-cases which require this functionality.
Other updates focus on the prenight dashboard. This tag adds support for loading opsim outputs for the prenight dashboard using lsst.resources, and removes dependency on the scheduler pickle for the pre-night briefing.
What's Changed
* PREOPS-4607 update dependencies to rubin-scheduler instead of rubin-sim by rhiannonlynne in https://github.com/lsst/schedview/pull/53
* tickets/PREOPS-4101: remove redundant airmass vs. time plot in prenight by ehneilsen in https://github.com/lsst/schedview/pull/56
* tickets/PREOPS-4643: remove dependency of prenight on scheduler pickle by ehneilsen in https://github.com/lsst/schedview/pull/57
* tickets/PREOPS-4647: update night in prenight when visits loaded, if needed by ehneilsen in https://github.com/lsst/schedview/pull/58
* tickets/PREOPS-4685: use lsst.resources for loading data in the prenight briefing by ehneilsen in https://github.com/lsst/schedview/pull/59
**Full Changelog**: https://github.com/lsst/schedview/compare/v0.9.2...v0.10.0