This includes two major updates:
- bulk read failures will no longer bring the IOC into unpredictable states at boot time (instead, we will quit/restart if there is a problem) implemented by @janeliu-slac
- _RBV readback values will no longer be writable (which had unintuitive consequences for people writing to them) by @KaushikMalapati
In order to actually get the _RBV change, you'll need to build with pytmc
at v2.17.0
, which is available in pcds_conda
starting at pcds-5.9.1
.
What's Changed
- ENH: run afs migration modify script on already migrated repo by @ZLLentz in #102
- Adding NO_WRITE ASG by @KaushikMalapati in #103
- BLD: bump ads module version for bulk read workaround by @ZLLentz in #104
New Contributors
- @KaushikMalapati made their first contribution in #103
Full Changelog: R0.6.2...R0.7.0