Announcing rubin_sim version 1.0

We are happy to announce the release of rubin_sim version 1.0. This was mostly a large refactor to get the code in better compliance with python style standards. As such, there were numerous name changes that will not be backwards compatible.

more release notes at:

Note that this is a breaking change to the API.

We recommend that you update your code to match the newer naming system (better standard compliance!) which for many users will mostly be substituting names and calls from things like “photUtils” to “phot_utils”, etc.
While this is the long-term approach, if you have short-term needs for the older interface, the 0.14.0 release uses the older API.