Skip to content

Commit eeae052

Browse files
authored
Merge pull request #103 from jennmald/release-notes
Add release notes for new v0.7.3
2 parents c150ced + 673ee0f commit eeae052

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed
112 KB
Loading

docs/source/release-history.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
Release History
33
===============
44

5+
v0.7.3 (2025-03-04)
6+
-------------------
7+
What's Changed
8+
..............
9+
* Fix documentation CI error by `@jennmald <https://github.com/jennmald>`_ in https://github.com/NSLS-II/blop/pull/84
10+
* Fix fitness and constraint plots by `@jennmald <https://github.com/jennmald>`_ in https://github.com/NSLS-II/blop/pull/80
11+
* Refactor: Make agent default compatible with Bluesky Adaptive by `@maffettone <https://github.com/maffettone>`_ in https://github.com/NSLS-II/blop/pull/86
12+
* Ruff linter support; Removal of black, flake8, and isort by `@thomashopkins32 <https://github.com/thomashopkins32>`_ in https://github.com/NSLS-II/blop/pull/95
13+
* Add type hints by `@thomashopkins32 <https://github.com/thomashopkins32>`_ in https://github.com/NSLS-II/blop/pull/87
14+
* Remove Python 3.9 support by `@thomashopkins32 <https://github.com/thomashopkins32>`_ in https://github.com/NSLS-II/blop/pull/101
15+
* Add XRT demo to blop tutorials by `@jennmald <https://github.com/jennmald>`_ in https://github.com/NSLS-II/blop/pull/102
16+
17+
New Contributors
18+
................
19+
* `@jennmald <https://github.com/jennmald>`_ made their first contribution in https://github.com/NSLS-II/blop/pull/84
20+
* `@maffettone <https://github.com/maffettone>`_ made their first contribution in https://github.com/NSLS-II/blop/pull/86
21+
* `@thomashopkins32 <https://github.com/thomashopkins32>`_ made their first contribution in https://github.com/NSLS-II/blop/pull/95
22+
23+
**Full Changelog**: https://github.com/NSLS-II/blop/compare/v0.7.2...v0.7.3
24+
25+
v0.7.2 (2025-01-31)
26+
-------------------
27+
- Renamed package in PyPI to `blop <https://pypi.org/project/blop/>`_.
28+
- `bloptools <https://pypi.org/project/bloptools/>`_ is still avaliable on PyPI.
29+
530
v0.7.1 (2024-09-26)
631
-------------------
732
- Add simulated hardware.

docs/source/tutorials/xrt-blop-demo.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
"id": "1",
1414
"metadata": {},
1515
"source": [
16-
"For ophyd beamline setup see: https://github.com/NSLS-II/blop/blob/main/src/blop/sim/xrt_beamline.py and https://github.com/NSLS-II/blop/blob/main/src/blop/sim/xrt_kb_model.py"
16+
"For ophyd beamline setup see: \n",
17+
"- https://github.com/NSLS-II/blop/blob/main/src/blop/sim/xrt_beamline.py\n",
18+
"- https://github.com/NSLS-II/blop/blob/main/src/blop/sim/xrt_kb_model.py\n",
19+
"\n",
20+
"The picture below displays beam from geometric source propagating through a pair of toroidal mirrors focusing the beam on screen. Simulation of a KB setup.\n",
21+
"\n",
22+
"![xrt_blop_layout_w.jpg](../_static/xrt_blop_layout_w.jpg)"
1723
]
1824
},
1925
{

0 commit comments

Comments
 (0)