Skip to content

Commit 2348b1e

Browse files
Fix broken links in NEWS.md, and add more attribution for LightCrafter
1 parent a35077e commit 2348b1e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

NEWS.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,41 @@ This release includes four new device drivers, two bugfixes to device drivers, o
44
enhancement to a device driver, and one new feature for the `labscript_devices` module
55
itself.
66

7-
- Support for the LightCrafter DMD. Contributed by Shaun Johnstone.
8-
([PR #43](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/43))
7+
- Support for the LightCrafter DMD. Contributed by Shaun Johnstone, with fixes and
8+
enhancements from Michael Doris, Ian Spielman, Francisco Salces and Chris Billington.
9+
([PR #43](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/43))
910

1011
- Support for Tektronix oscilloscopes. Contributed by Russell Anderson.
11-
([PR #61](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/61))
12+
([PR #61](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/61))
1213

1314
- Support for Basler cameras using the free Pylons API (as opposed to the IMAQdx API).
1415
Contributed by David Meyer.
15-
(PRs [#69](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/69)
16-
and [#74](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/74))
16+
(PRs [#69](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/69)
17+
and [#74](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/74))
1718

1819
- Support for FLIR cameras using the free PyCapture2 API (as opposed to the IMAQdx API).
1920
Contributed by David Meyer and Dan Barker.
20-
([PR #71](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/71))
21+
([PR #71](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/71))
2122

2223
- Bugfixes to RFBlaster support for Python 3. Contributed by Lincoln Turner.
23-
([PR #75](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/75))
24+
([PR #75](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/75))
2425

2526
- IMAQdxCamera bugfixes: fix a deadlock upon tab restarting, fix a possible freeze when
2627
acquiring in manual mode at high frame rates, correctly interpret a series of images
2728
when `snap()` returns a 3D array, workaround a memory leak in the `pynivision`
2829
library. Contributed by Chris Billington.
29-
(PRs [#70](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/70),
30-
[#77](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/77),
31-
[#79](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/79),
32-
and [#83](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/83))
30+
(PRs [#70](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/70),
31+
[#77](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/77),
32+
[#79](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/79),
33+
and [#83](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/83))
3334

3435
- Implement smart programming of camera attributes for cameras inheriting from
3536
IMAQdxCamera, and allow use of attributes with more complex datatypes. Contributed by
3637
Chris Billington.
37-
(PRs [#72](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/72)
38-
and [#73](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/73))
38+
(PRs [#72](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/72)
39+
and [#73](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/73))
3940

4041
- Have `labscript_devices` search an additional user-configurable location for device
4142
classes, settable by its import path as `[DEFAULT]/user_devices` in labconfig.
4243
Contributed by Chris Billington.
43-
([PR #81](https://bitucket.org/labscript_suite/labscript_devices/pull_requests/81))
44+
([PR #81](https://bitbucket.org/labscript_suite/labscript_devices/pull-requests/81))

0 commit comments

Comments
 (0)