-
Notifications
You must be signed in to change notification settings - Fork 9
release notes 1.6.16
Pete R Jemian edited this page May 23, 2023
·
2 revisions
- date/time: 2023-05-23 17:34:34.932411
- release: 1.6.16
- documentation: https://bcda-aps.github.io/apstools/latest/
- milestone: 1.6.16
section | quantity |
---|---|
New Tags | 2 |
Pull Requests | 15 |
Issues | 13 |
Commits | 113 |
tag | date | commit |
---|---|---|
1.6.16 | 2023-05-23 | fe12e77 |
1.6.16rc1 | 2023-05-23 | 58a7d94 |
pull request | date | state | title |
---|---|---|---|
#865 | 2023-05-23 | merged | Add max_column_width kwarg to 'listdevice()' |
#864 | 2023-05-23 | merged | add unit tests for new code in listdevice()
|
#863 | 2023-05-20 | merged | apply black code style |
#862 | 2023-05-20 | merged | define common IOC prefixes in one place |
#861 | 2023-05-20 | merged | add 'ensure_AD_plugin_primed()' function |
#858 | 2023-05-20 | merged | resolve AD ERROR reports "capture not supported in Single mode" |
#857 | 2023-05-18 | merged | add shutter tests and make PSS shutter more flexible |
#856 | 2023-05-17 | merged | repair failing unit test |
#854 | 2023-05-08 | merged | Add dates for the APS-U dark year and first operating cycle after |
#850 | 2023-04-17 | merged | Focus on EPICS details (de-emphasize that docker is used) |
#848 | 2023-05-17 | merged | add support for fb epid database in optics |
#846 | 2023-05-23 | merged | Added try...except for unconnected components when using apstools.uti… |
#843 | 2023-04-11 | merged | HOWTO interrupt/stop/abort & return to safe settings |
#842 | 2023-04-10 | merged | Use kind attribute to add plugin to detector.read_attrs list |
#841 | 2023-04-07 | merged | update docker IOCs |
issue | date | label(s) | title |
---|---|---|---|
#675 | 2023-05-23 | question | suspender to stop RE? |
#639 | 2023-05-23 | enhancement | ENH: in listdevice(), can column width be wider? |
#845 | 2023-05-23 | enhancement | Make listdevice() more tolerant of unconnectable lazy signals |
#860 | 2023-05-20 | maintenance | apply black code styling |
#859 | 2023-05-20 | testing | TST - use common IOC prefixes when testing |
#837 | 2023-05-20 | enhancement | make function for AD prime plugin |
#823 | 2023-05-20 | bug | AD.HDF1 plugin reports: ERROR: capture not supported in Single mode |
#838 | 2023-05-18 | bug | Make PSS Shutter devices more flexible for different beamlines |
#855 | 2023-05-17 | bug | BUG new unit test failed |
#847 | 2023-05-17 | enhancement | Add support for optics fb_epid database |
#853 | 2023-05-08 | bug | BUG APS cycle info out of date |
#849 | 2023-04-17 | documentation | DOC: separate docker instructions |
#840 | 2023-04-07 | testing | CI can use new docker image |
commit | date | message |
---|---|---|
fe12e77 | 2023-05-23 | 1.6.16 |
58a7d94 | 2023-05-23 | DOC version |
614cf70 | 2023-05-23 | prune |
e5f5ea2 | 2023-05-23 | DOC rewrap |
9a4aef9 | 2023-05-23 | DOC convert md syntax to rst |
2930bb6 | 2023-05-23 | Merge pull request #865 from BCDA-APS/639-listdevice-column-width |
6564db6 | 2023-05-23 | STY #639 |
791fbb6 | 2023-05-23 | ENH #639 add max_column_width kwarg |
fcc68b1 | 2023-05-23 | TST #639 |
7ac769c | 2023-05-23 | Merge pull request #864 from BCDA-APS/846-testing |
adedb29 | 2023-05-23 | STY #846 |
5a68526 | 2023-05-23 | TST #846 |
3111b4b | 2023-05-23 | MNT #846 add unit tests |
99885a0 | 2023-05-23 | TST #846 shorter timeouts during testing |
e04e5bf | 2023-05-23 | DOC #846 add unit tests |
f499726 | 2023-05-23 | TST #846 add unit tests |
351cdb3 | 2023-05-23 | Merge pull request #846 from spc-group/lazy_listdevice |
a093770 | 2023-05-20 | PKG prepare for new versions |
691060f | 2023-05-20 | Merge pull request #863 from BCDA-APS/860-code-style-black |
7436a52 | 2023-05-20 | STY #860 |
588b68a | 2023-05-20 | CI #860 use official psf/black GHA |
77e3265 | 2023-05-20 | STY #860 |
7e9d846 | 2023-05-20 | CI #860 add black to CI suite |
f4021ca | 2023-05-20 | DOC #860 |
96ba9c5 | 2023-05-20 | STY #860 |
2841ce8 | 2023-05-20 | Merge pull request #862 from BCDA-APS/859-IOC-prefixes |
ccd3a02 | 2023-05-20 | DOC #859 |
aabc5ec | 2023-05-20 | TST #859 common GP IOC prefix |
71b5596 | 2023-05-20 | TST #859 common AD prefix |
76bce88 | 2023-05-20 | Merge pull request #861 from BCDA-APS/837-ensure-primed |
7352e7c | 2023-05-20 | DOC #837 |
82b8ec2 | 2023-05-20 | DOC #837 apply to notebooks |
1ec099f | 2023-05-20 | MNT #837 rename |
4d9a58e | 2023-05-20 | DOC #837 |
8fd7956 | 2023-05-20 | DOC #837 |
42e1970 | 2023-05-20 | ENH #837 add the function |
5a60a7f | 2023-05-20 | TST #837 |
09f57bd | 2023-05-20 | Merge pull request #858 from BCDA-APS/823-AD-HDF1-plugin-capture-not-in-Single-mode |
f0a9d31 | 2023-05-20 | DOC #823 |
5649075 | 2023-05-20 | TST #823 convert test |
64f64ad | 2023-05-20 | TST #823 reporting method |
b2141db | 2023-05-20 | MNT #823 apply upstream unreleased fix |
509f184 | 2023-05-20 | TST #823 shift to kwarg |
d3b96cf | 2023-05-19 | TST #823 needs a constructor |
47bf4f8 | 2023-05-18 | STY #823 |
3ca8eef | 2023-05-18 | TST #823 finish test_count_not_in_catalog |
2fe85fa | 2023-05-18 | MNT #823 raise if key known |
a55a8d5 | 2023-05-18 | MNT #823 remove comment |
adccf51 | 2023-05-18 | TST #823 configure & test adsingle |
88f79e5 | 2023-05-18 | TST #823 EpicsSignalBase.set_defaults at 1 place |
cdd10ff | 2023-05-18 | Merge branch 'main' into 823-AD-HDF1-plugin-capture-not-in-Single-mode |
6cc78b6 | 2023-05-18 | Merge pull request #857 from BCDA-APS/838-PSS-shutter |
5f9ff1e | 2023-05-18 | TST #823 remove unused |
866ea5e | 2023-05-18 | TST #823 refactor |
7968ab8 | 2023-05-18 | TST #823 continue generalizing |
7bb467e | 2023-05-18 | TST #823 generalize common code |
ba52136 | 2023-05-18 | TST #838 separate the test parameters (more tests) |
2590b2d | 2023-05-18 | TST #823 relocate |
aee1052 | 2023-05-17 | TST #823 add tests |
4cbc866 | 2023-05-17 | DOC #838 document API of each class |
00b004e | 2023-05-17 | TST #838 unknown state and OP's PV names |
a236af1 | 2023-05-17 | STY #838 black format |
ff3976d | 2023-05-17 | TST #838 assert not connected |
bb5b3ff | 2023-05-17 | DOC #838 |
bcc29e5 | 2023-05-17 | TST #838 test ApsPssShutter and WithStatus |
fb5e99d | 2023-05-17 | ENH #838 use FormattedComponent and kwargs |
aefe019 | 2023-05-17 | TST #838 assert state |
86a4fbe | 2023-05-17 | TST #838 refactor |
453e544 | 2023-05-17 | TST #838 use defined IOC prefix |
3199d0b | 2023-05-17 | DOC #838 wait for EPICS connection |
833c9fa | 2023-05-17 | TST #838 add unit tests for shutters |
199c178 | 2023-05-17 | Merge pull request #856 from BCDA-APS/855-unit-test |
27f96dc | 2023-05-17 | TST #855 add delay after EPICS put |
c3d0f94 | 2023-05-17 | Merge pull request #848 from BCDA-APS/847-fb_epid |
9ea6801 | 2023-05-17 | DOC #847 xref issue in synApps optics module |
644ffc6 | 2023-05-17 | TST #847 reduce number of tested items |
7a9c37b | 2023-05-16 | TST #847 remove unused arguments |
50109d4 | 2023-05-16 | TST #847 |
7806992 | 2023-05-16 | TST #847 add tests |
065d785 | 2023-05-16 | MNT #847 add setup & reset methods |
db0c2af | 2023-05-16 | TST #848 adjust tolerance |
6188c7b | 2023-05-16 | TST #848 replace with math.isclose |
54703f9 | 2023-05-16 | DOC #848 |
8eb23c9 | 2023-05-16 | STY #848 whitespace |
9769084 | 2023-05-16 | ENH #848 add atexit handler |
5d2057e | 2023-05-08 | Merge pull request #854 from BCDA-APS/853-aps-cycle |
b98390e | 2023-05-05 | DOC #853 typo |
4511017 | 2023-05-05 | TST #853 test the dark year |
e9aea0b | 2023-05-05 | TST #853 adjust the tests |
4868dc9 | 2023-05-05 | MNT #853 adjust the data file |
b5f5c2e | 2023-05-05 | DOC syntax |
d87ca07 | 2023-04-17 | Merge pull request #850 from BCDA-APS/849-doc |
d427aa6 | 2023-04-17 | DOC #849 |
d5156c6 | 2023-04-17 | DOC #847 |
bdd7b05 | 2023-04-17 | ENH #847 add fb_epid devices |
1882c77 | 2023-04-17 | Added try...except for unconnected components when using apstools.utils.listdevice(). |
c731ebc | 2023-04-11 | Merge pull request #843 from BCDA-APS/833-contingency |
757c0ec | 2023-04-11 | DOC #833 add execution timer to suspender example |
652723f | 2023-04-11 | DOC #833 |
3f454e0 | 2023-04-10 | DOC #833 suspenders & abort the RE |
ff73b73 | 2023-04-10 | DOC #833 show how to stop the plan and the RE |
4ec8a28 | 2023-04-10 | DOC #833 new HOWTO |
ca60af3 | 2023-04-10 | Merge pull request #842 from BCDA-APS/829-notebook |
d83928d | 2023-04-10 | DOC #829 note changes |
cfaa96f | 2023-04-10 | DOC #829 |
4be24d1 | 2023-04-07 | Merge pull request #841 from BCDA-APS/840-new-docker-image |
1459874 | 2023-04-07 | CI #840 diagnostic tests |
2cad853 | 2023-04-07 | CI #840 |
7032ef7 | 2023-04-07 | CI #840 insist on correct matrix Python version |
cb98245 | 2023-04-07 | CI #840 add PV gp:gp:float1 to confirmation tests |
38a2371 | 2023-04-07 | DOC #840 |
7f0db6a | 2023-04-07 | CI #840 update docker IOCs |
c8de7bb | 2023-03-26 | DOC new URL for notebook |