-
Notifications
You must be signed in to change notification settings - Fork 9
release notes 1.6.9
Pete R Jemian edited this page Nov 30, 2022
·
1 revision
- date/time: 2022-11-30 11:36:44.778862
- release: 1.6.9
- documentation: https://bcda-aps.github.io/apstools/
- milestone: 1.6.9
section | quantity |
---|---|
New Tags | 2 |
Pull Requests | 15 |
Issues | 13 |
Commits | 112 |
tag | date | commit |
---|---|---|
1.6.9 | 2022-11-30 | 8cd4236 |
1.6.9rc1 | 2022-11-30 | debd5e9 |
pull request | date | state | title |
---|---|---|---|
#762 | 2022-11-30 | merged | update custom AD file name example for prepare_count() |
#761 | 2022-11-30 | merged | hoist peak analysis functions from training repo |
#760 | 2022-11-29 | merged | Compute statistics after ScalerMotorFlyer completes a scan |
#759 | 2022-11-10 | merged | support Py3.11 now |
#757 | 2022-11-10 | merged | Resolve CI error when installing blosc |
#755 | 2022-11-10 | merged | Add CodeQL workflow |
#754 | 2022-11-01 | merged | restorable_stage_sigs decorator |
#751 | 2022-10-28 | merged | hoist logging support code from bluesky training |
#749 | 2022-11-03 | merged | How to search for Bluesky data |
#747 | 2022-10-22 | merged | resolve problems uploading unit test coverage report to Coveralls |
#745 | 2022-10-21 | merged | Enable: from apstools.devices import AD_EpicsFileNameMixin |
#739 | 2022-10-19 | merged | resolve intermittent CI failures |
#737 | 2022-10-19 | merged | notebook example of ScalerMotorFlyer |
#735 | 2022-10-17 | merged | Package the aps_cycle_info.yml file |
#731 | 2022-10-18 | merged | continuous motion scan: scaler v. motor |
issue | date | label(s) | title |
---|---|---|---|
#741 | 2022-11-30 | documentation | example needs update |
#740 | 2022-11-30 | enhancement | hoist analyze_peak() function from bluesky_training repo |
#738 | 2022-11-29 | enhancement | Compute statistics after ScalerMotorFlyer completes a scan |
#758 | 2022-11-10 | enhancement | Add Py3.11 to CI testing and supported versions. |
#756 | 2022-11-10 | bug, urgent, testing | CI unit test workflow fails |
#674 | 2022-11-03 | documentation | howto: search for Bluesky data |
#753 | 2022-11-01 | enhancement | hoist new decorator from USAXS |
#750 | 2022-10-28 | enhancement | hoist logging support code from bluesky_training |
#746 | 2022-10-22 | bug | CI falls when uploading test code coverage report |
#743 | 2022-10-21 | bug, task | AD_EpicsFileNameMixin not importable from apstools.devices |
#696 | 2022-10-19 | bug | random CI failures, unidentified reason |
#736 | 2022-10-19 | documentation | Create example notebook showing how ScalerMotorFlyer is used. |
#646 | 2022-10-18 | enhancement | create Flyer for continuous motion scan: motor and scaler |
commit | date | message |
---|---|---|
8cd4236 | 2022-11-30 | DOC 1.6.9 release |
37a4788 | 2022-11-30 | py3.11 allowed now |
debd5e9 | 2022-11-30 | Merge pull request #762 from BCDA-APS/741-update-prepare_count |
e73376b | 2022-11-30 | MNT #741 |
e5fb136 | 2022-11-30 | Merge pull request #761 from BCDA-APS/740-analyze_peak |
e9e5c08 | 2022-11-30 | STY #740 flake8 |
92ab47c | 2022-11-30 | DOC #740 |
a433f49 | 2022-11-30 | ENH #740 |
c36b881 | 2022-11-29 | Merge pull request #760 from BCDA-APS/738-flyer-peak-stats |
74e1f4e | 2022-11-29 | PKG #738 add pysumreg here, too |
e67c785 | 2022-11-29 | Merge branch 'main' into 738-flyer-peak-stats |
180835e | 2022-11-29 | TST #738 |
5d51a07 | 2022-11-29 | DOC #738 |
b546a09 | 2022-11-29 | CI #738 swith to micromamba env |
bf1425f | 2022-11-29 | TST #738 per flake8 |
532a92a | 2022-11-29 | ENH #738 add PySumReg |
d7c897f | 2022-11-10 | Merge pull request #759 from BCDA-APS/758-Py3.11 |
5740036 | 2022-11-10 | DOC #758 |
9f4205d | 2022-11-10 | PKG #758 |
c7dda36 | 2022-11-10 | Merge pull request #757 from BCDA-APS/756-unit-test-workflow |
19bbdc7 | 2022-11-10 | CI #756 change Python action version number |
51d9f04 | 2022-11-10 | Merge pull request #755 from BCDA-APS/CodeQL |
5e7b57b | 2022-11-10 | Add workflow |
bf712d9 | 2022-11-03 | Merge pull request #749 from BCDA-APS/674-search |
4c16f5d | 2022-11-03 | DOC #674 |
7bf378f | 2022-11-03 | DOC #674 |
1008ad1 | 2022-11-03 | DOC #674 |
8426410 | 2022-11-03 | DOC #674 |
56d2296 | 2022-11-02 | Merge branch 'main' into 674-search |
260b229 | 2022-11-02 | DOC #674 still a couple TODO items for now |
97ba11b | 2022-11-02 | DOC #674 |
23cca58 | 2022-11-02 | DOC #674 more about searching |
a403969 | 2022-11-02 | DOC #674 not so much now |
acfdc00 | 2022-11-02 | MNT #674 pass query to ListRuns class |
af89e12 | 2022-11-01 | Merge pull request #754 from BCDA-APS/753-restorable_stage_sigs-decorator |
7691811 | 2022-11-01 | DOC #753 |
6ed948c | 2022-11-01 | DOC #753 |
1d0b2b8 | 2022-11-01 | TST #753 |
56913ac | 2022-11-01 | MNT #753 |
fbdd08b | 2022-11-01 | ENH #753 hoist the code |
f4232e6 | 2022-10-28 | TST #674 |
eee7dbb | 2022-10-28 | TST #674 |
f1a2c78 | 2022-10-28 | DOC #674 switch to rst |
171795f | 2022-10-28 | Merge branch 'main' into 674-search |
0935d81 | 2022-10-28 | Merge pull request #751 from BCDA-APS/750-hoist-logging-support-code-from-bluesky_training |
8fbed49 | 2022-10-28 | DOC #750 |
e73685a | 2022-10-28 | DOC #750 |
11b7175 | 2022-10-28 | TST #750 |
c026d1b | 2022-10-28 | MNT #750 add it to the package |
e1f80fd | 2022-10-28 | MNT #750 hoist the code |
38d2580 | 2022-10-22 | DOC #674 |
b5832ef | 2022-10-22 | DOC #674 |
851d520 | 2022-10-22 | DOC #674 catchup |
91278da | 2022-10-22 | Merge remote-tracking branch 'origin/main' into 674-search |
19d92bf | 2022-10-22 | Merge pull request #747 from BCDA-APS/746-CI-fails |
fdde82a | 2022-10-21 | CI #746 |
660a0e3 | 2022-10-21 | CI #746 possibility |
f036302 | 2022-10-21 | CI #746 debug mode |
c36ddaa | 2022-10-21 | TST #746 CI tests that fail randomly -> local only |
24af627 | 2022-10-21 | CI #746 disable test case |
3211136 | 2022-10-21 | CI #746 wip |
6a2ef14 | 2022-10-21 | CI #746 diagnostics |
5b2268a | 2022-10-21 | TST #746 w-i-p |
9d3fb53 | 2022-10-21 | Merge pull request #745 from BCDA-APS/743-AD_EpicsFileNameMixin |
f9edd58 | 2022-10-21 | TST #743 disable coveralls report now |
b779500 | 2022-10-21 | DOC #743 show inherited methods of flyer |
b4fe88c | 2022-10-21 | TST #743 split workflow job |
7ab460f | 2022-10-21 | TST #743 #744 basic import test |
3c0b6ca | 2022-10-21 | MNT #743 |
ecd8af8 | 2022-10-19 | DOC #674 initial |
a579674 | 2022-10-19 | DOC #674 re-run flyer notebook |
319c530 | 2022-10-19 | Merge pull request #739 from BCDA-APS/696-random-CI-failures |
f4a0298 | 2022-10-19 | TST #696 re-enable tests marked local |
b6d5a87 | 2022-10-19 | TST #696 |
cb6053b | 2022-10-19 | DOC #696 typo |
7c8b7fa | 2022-10-19 | TST #696 ensure new CA update before confirm |
6b93737 | 2022-10-19 | Merge pull request #737 from BCDA-APS/736-ScalerMotorFlyer-example-notebook |
c25fb45 | 2022-10-19 | DOC #736 pyplot as plt |
2a51675 | 2022-10-19 | DOC #736 finish the example |
35bf545 | 2022-10-19 | MNT #736 set motor velocity during fly mode |
0fb1df7 | 2022-10-18 | DOC #736 examples, needs prose |
7dc2feb | 2022-10-18 | Merge pull request #731 from BCDA-APS/646-continuous-motion-scan |
49cf9d2 | 2022-10-18 | TST #646 test the flyer |
f6fce0c | 2022-10-18 | DOC #646 document the flyer |
8a221c1 | 2022-10-18 | PKG #646 package the flyer |
9cc0de1 | 2022-10-18 | ENH #646 new flyer |
3a12163 | 2022-10-18 | STY #646 ignore development files |
5900e32 | 2022-10-18 | TST #646 silence warnings from upstream |
e606ea8 | 2022-10-18 | MNT #646 rename internal classes |
9c8aeb8 | 2022-10-18 | MNT #646 remove unnecessary imports |
93f137e | 2022-10-18 | MNT #646 new idea: progressive implementation |
b4d7136 | 2022-10-18 | MNT #646 remove this implementation |
3dbc130 | 2022-10-17 | TST #646 disable pending refactor |
ff7df3f | 2022-10-17 | Merge remote-tracking branch 'origin/main' into 646-continuous-motion-scan |
f64e866 | 2022-10-12 | STY #646 |
1428044 | 2022-10-12 | WIP #646 scaler .read() differences need work |
2a9eedd | 2022-10-12 | TST #646 |
1df3da5 | 2022-10-12 | MNT #646 working |
2b24c39 | 2022-10-12 | WIP #646 |
a6e15d6 | 2022-10-11 | STY #646 flake8 |
ee66631 | 2022-10-11 | MNT #646 start moving the motor |
6b92997 | 2022-10-11 | TST #646 |
07fe2c8 | 2022-10-11 | TST #646 |
d94f25a | 2022-10-11 | TST #646 |
9464943 | 2022-10-11 | TST #646 use status.wait() |
01b08ad | 2022-10-11 | STY #646 flake8 |
4f2070c | 2022-10-11 | MNT #646 start the fly scan infrastructure |
000b2d2 | 2022-10-11 | ENH #646 add the API |
34bee82 | 2022-10-11 | MNT #645 rename |
6be2f48 | 2022-10-11 | DOC #646 |
5eb7053 | 2022-10-11 | TST #646 test the backbone |
119bd53 | 2022-10-11 | MNT #646 flyer backbone |