From 4e20042991a4ed2e3113fa35d3faeabffb74e785 Mon Sep 17 00:00:00 2001 From: tangkong Date: Thu, 19 Dec 2024 16:16:53 -0800 Subject: [PATCH] REL: release notes v2.18.0 (and v2.17.0 retroactively) --- docs/source/release_notes.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 8707c07..bb4d86b 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,33 @@ Release History ================= +v2.17.0 (2024-12-19) +==================== + +Changes +------- +- Adds support for arrays of strings + +Maintenance +----------- +- Add `setuptools_scm` to conda recipe build section + + +v2.17.0 (2024-09-16) +==================== + +This version fixes an issue where there was no way for `ads-ioc` to enforce +read-only behavior on the `_RBV` variants. This led to confusing behavior +because the IOC will accept these writes and not respond to them in an +intuitive way. + +`pytmc` will now generate input/rbv records as having the `NO_WRITE` ASG. +This will affect all PVs that represent data read from the PLC code. It will not affect the setpoints. + +`ads-ioc` can now implement a `NO_WRITE` ASG and it will be applied to all of these PVs. +This is expected in `ads-ioc` at `R0.7.0`. + + v2.16.0 (2023-07-31) ====================