Skip to content

Commit

Permalink
REL: release notes v2.18.0 (and v2.17.0 retroactively)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Dec 20, 2024
1 parent 626f312 commit 4e20042
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
====================

Expand Down

0 comments on commit 4e20042

Please sign in to comment.