Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: release notes v2.18.0 (and v2.17.0 retroactively) #334

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
tangkong marked this conversation as resolved.
Show resolved Hide resolved
====================

Changes
-------
- Adds support for arrays of strings
tangkong marked this conversation as resolved.
Show resolved Hide resolved

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`.
tangkong marked this conversation as resolved.
Show resolved Hide resolved


v2.16.0 (2023-07-31)
====================

Expand Down