Skip to content

Commit 0fbb12d

Browse files
mrakitinCopilot
andcommitted
DOC: update release history with v0.11.2–v0.11.9; propose v0.11.10 changes
Add missing release entries for v0.11.2, v0.11.4, v0.11.5, v0.11.6, v0.11.7, v0.11.8, and v0.11.9 to docs/source/release-history.rst. Also add a proposed v0.11.10 section covering commits merged since v0.11.9: - ENH: --version/-V flag for sync-experiment CLI (NSLS2#256) - FIX: correct numpy dtype specification (NSLS2#254) - Add find_proposals_by_pi function (NSLS2#249) - Switch packaging to pyproject.toml + hatchling (NSLS2#263) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7ea0b3a commit 0fbb12d

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

docs/source/release-history.rst

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,108 @@
22
Release History
33
***************
44

5+
v0.11.10 (upcoming)
6+
====================
7+
What's Changed
8+
..............
9+
* ENH: Add ``--version``/``-V`` argument to ``sync-experiment`` CLI by `@mrakitin <https://github.com/mrakitin>`_ in https://github.com/NSLS2/nslsii/pull/256
10+
* FIX: Use the correct way of specifying numpy dtypes by `@tacaswell <https://github.com/tacaswell>`_ in https://github.com/NSLS2/nslsii/pull/254
11+
* Added function that searches for proposals by PI name by `@jmaruland <https://github.com/jmaruland>`_ in https://github.com/NSLS2/nslsii/pull/249
12+
* Update packaging to pyproject.toml + hatchling; Fix ophyd-async errors in tests by `@thopkins32 <https://github.com/thopkins32>`_ in https://github.com/NSLS2/nslsii/pull/263
13+
14+
**New Contributors**
15+
16+
* `@jmaruland <https://github.com/jmaruland>`_ made their first contribution in https://github.com/NSLS2/nslsii/pull/249
17+
18+
**Full Changelog**: https://github.com/NSLS2/nslsii/compare/v0.11.9...HEAD
19+
20+
21+
v0.11.9 (2026-05-04)
22+
====================
23+
What's Changed
24+
..............
25+
* Thread through a tla suffix by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS2/nslsii/pull/246
26+
* Remove Redis backed RE metadata dict, superseded by external package ``redis_json_dict`` by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS2/nslsii/pull/248
27+
* Greatly simplify the ophyd-async providers by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS2/nslsii/pull/247
28+
* DOC: update urls due to moving repo by `@tacaswell <https://github.com/tacaswell>`_ in https://github.com/NSLS2/nslsii/pull/251
29+
* Disambiguate dual use of Redis prefix; Add ``redis_db`` option by `@thopkins32 <https://github.com/thopkins32>`_ in https://github.com/NSLS2/nslsii/pull/253
30+
31+
**Breaking Changes**
32+
33+
* ``sync_experiment()`` function argument changed from ``prefix`` to ``endstation`` in https://github.com/NSLS2/nslsii/pull/253 (CLI version is unchanged and always used ``--endstation``)
34+
35+
**Full Changelog**: https://github.com/NSLS2/nslsii/compare/v0.11.8...v0.11.9
36+
37+
38+
v0.11.8 (2026-02-11)
39+
====================
40+
What's Changed
41+
..............
42+
* Fix issues with ``sync-experiment`` where the beamline name needed to be normalized (Redis) and denormalized (PASS) in different places for beamlines with multiple endstations (SST1, SST2, OPLS) by `@Kezzsim <https://github.com/Kezzsim>`_ in https://github.com/NSLS2/nslsii/pull/244
43+
44+
**Full Changelog**: https://github.com/NSLS2/nslsii/compare/v0.11.7...v0.11.8
45+
46+
47+
v0.11.7 (2026-01-30)
48+
====================
49+
What's Changed
50+
..............
51+
* Added Redis connection info on verbose by `@RobertSchaffer1 <https://github.com/RobertSchaffer1>`_ in https://github.com/NSLS-II/nslsii/pull/240
52+
* Fixes bug at opls by `@RobertSchaffer1 <https://github.com/RobertSchaffer1>`_ in https://github.com/NSLS-II/nslsii/pull/241
53+
* Add bitnami kafka legacy to fix CI by `@jennmald <https://github.com/jennmald>`_ in https://github.com/NSLS-II/nslsii/pull/242
54+
55+
**Full Changelog**: https://github.com/NSLS-II/nslsii/compare/v0.11.6...v0.11.7
56+
57+
58+
v0.11.6 (2026-01-26)
59+
====================
60+
What's Changed
61+
..............
62+
* Handling passwords through file, and location to new redis locations by `@RobertSchaffer1 <https://github.com/RobertSchaffer1>`_ in https://github.com/NSLS-II/nslsii/pull/239
63+
64+
**Full Changelog**: https://github.com/NSLS-II/nslsii/compare/v0.11.5...v0.11.6
65+
66+
67+
v0.11.5 (2026-01-13)
68+
====================
69+
What's Changed
70+
..............
71+
* FIX: Ensure ``tiled_access_tags`` is list by `@genematx <https://github.com/genematx>`_ in https://github.com/NSLS-II/nslsii/pull/232
72+
* Update Redis by `@thopkins32 <https://github.com/thopkins32>`_ in https://github.com/NSLS-II/nslsii/pull/236
73+
* Configure Redis without SSL by default; Better selection for SSL and password usage by `@thopkins32 <https://github.com/thopkins32>`_ in https://github.com/NSLS-II/nslsii/pull/237
74+
* Fix ``verbose`` mode in ``sync_experiment`` by `@Kezzsim <https://github.com/Kezzsim>`_ in https://github.com/NSLS-II/nslsii/pull/238
75+
76+
**New Contributors**
77+
78+
* `@thopkins32 <https://github.com/thopkins32>`_ made their first contribution in https://github.com/NSLS-II/nslsii/pull/236
79+
80+
**Full Changelog**: https://github.com/NSLS-II/nslsii/compare/v0.11.4...v0.11.5
81+
82+
83+
v0.11.4 (2025-09-04)
84+
====================
85+
What's Changed
86+
..............
87+
* Replace dispatch method with ``generate_datum`` by `@RobertSchaffer1 <https://github.com/RobertSchaffer1>`_ in https://github.com/NSLS2/nslsii/pull/229
88+
* MNT: remove OSX files by `@tacaswell <https://github.com/tacaswell>`_ in https://github.com/NSLS2/nslsii/pull/230
89+
90+
**Full Changelog**: https://github.com/NSLS2/nslsii/compare/v0.11.2...v0.11.4
91+
92+
93+
v0.11.2 (2025-05-27)
94+
====================
95+
What's Changed
96+
..............
97+
* Add support for the new Tiled Data Access controls to Sync Experiment by `@Kezzsim <https://github.com/Kezzsim>`_ in https://github.com/NSLS-II/nslsii/pull/225
98+
* Always update the cycle information in Redis when running Sync Experiment by `@Kezzsim <https://github.com/Kezzsim>`_ in https://github.com/NSLS-II/nslsii/pull/225
99+
* Add RBD9103 to Ophyd Async devices by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS-II/nslsii/pull/224
100+
* Update pre-commit configuration by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS-II/nslsii/pull/221
101+
* Add helpful RunEngine debug subscriptions by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS-II/nslsii/pull/218
102+
* Remove broken import in conftest by `@jwlodek <https://github.com/jwlodek>`_ in https://github.com/NSLS-II/nslsii/pull/217
103+
104+
**Full Changelog**: https://github.com/NSLS-II/nslsii/compare/v0.11.1...v0.11.2
105+
106+
5107
v0.11.1 (2025-03-27)
6108
====================
7109
What's Changed

0 commit comments

Comments
 (0)