Skip to content

release notes 1.6.4

Pete R Jemian edited this page Oct 3, 2022 · 1 revision

1.6.4

section quantity
New Tags 1
Pull Requests 11
Issues 13
Commits 71

Tags

tag date commit
1.6.4 2022-10-03 3c7fd99

Pull Requests

pull request date state title
#724 2022-10-01 merged accept greater variation in dict structures
#723 2022-10-01 merged create a Device from a dictionary
#721 2022-09-30 merged Imaging with AD hdf5 single mode
#719 2022-09-28 merged lineup(): user can control which peak parameter is used
#718 2022-09-27 merged remove diagnostic print() line
#717 2022-09-27 merged deprecate all snapshot support
#716 2022-09-27 merged reorganize the docs
#715 2022-09-27 merged publish docs on demand
#712 2022-09-27 merged Publish HTML with PyData theme
#711 2022-09-20 merged resolve random failures in the unit tests
#710 2022-09-20 merged refactor packaging per PEP-518, update copyright notices

Issues

issue date label(s) title
#645 2022-10-01 enhancement create a Device from a dictionary
#722 2022-09-30 bug, documentation conf.py needs to mock out some imports
#691 2022-09-30 enhancement AD: write HDF5 files using Single mode
#707 2022-09-28 enhancement users of lineup plan want to lineup on peak max position
#706 2022-09-27 task MNT: remove extra print
#704 2022-09-27 maintenance deprecate, then remove snapshot tool
#649 2022-09-27 documentation reorganize docs
#686 2022-09-27 enhancement, wontfix, testing Can EPICS docker images be cached? Optimization?
#714 2022-09-27 documentation Publish docs on demand
#708 2022-09-20 bug, documentation EpicsScanIdSignal not in documentation
#709 2022-09-20 documentation update copyright notice in each code file
#702 2022-09-20 task refactor packaging per PEP518
#638 2022-08-16 duplicate, enhancement, maintenance upgrade replay() to accept v2 runs

Commits

commit date message
3c7fd99 2022-10-03 DOC 1.6.4
44a69fa 2022-10-03 DOC 1.6.4
55788c8 2022-10-01 Merge pull request #724 from BCDA-APS/645-modification
476d499 2022-10-01 MNT #645
f07a0e1 2022-10-01 Merge pull request #723 from BCDA-APS/645-dict-as-Device
1d518a0 2022-10-01 MNT #645 update APS cycle data
945f962 2022-10-01 DOC #645
921b134 2022-10-01 MNT #645
f15a624 2022-09-30 Merge pull request #721 from BCDA-APS/691-AD-HDF5-Single-mode
1a2e453 2022-09-30 DOC #722
78fcc03 2022-09-30 DOC #691
3407c68 2022-09-30 DOC #691 working now
a85214d 2022-09-30 DOC #691 w-i-p
57b7065 2022-09-29 DOC #691 w-i-p
c5fcf18 2022-09-29 DOC #691
6731b01 2022-09-29 TST #707 mark as FIXME
70533b9 2022-09-29 TST #707 disable unused code
f3e7d65 2022-09-29 TST #707 improve test coverage
3516de8 2022-09-29 DOC #691 w-i-p
1e3c1d6 2022-09-29 DOC #691 change titles and order of appearance
baba18b 2022-09-29 DOC #691 w-i-p Single mode not yet configured
83d2b94 2022-09-28 DOC #691
c14a87b 2022-09-28 DOC #691 work-in-progress
b6cfcf4 2022-09-28 DOC #707
70ae1d9 2022-09-28 Merge pull request #719 from BCDA-APS/707-lineup-parameter
1033553 2022-09-28 TST #707 refactor common code
6d21bc4 2022-09-28 STY #707 flake8
64ba419 2022-09-28 DOC #707 remove unnecessary objects
14d54de 2022-09-28 TST #707
7dcc8bc 2022-09-28 MNT #707 allow multiple detectors
75acaa5 2022-09-28 TST #707
2314e26 2022-09-28 MNT #707
6d8fc59 2022-09-28 DOC #707 show with an example
ce9d4d5 2022-09-28 TST #707 lineup() unit tests
b5a2907 2022-09-28 MNT #707 method to change parms
b089068 2022-09-28 MNT #707 add feature, support unit testing
a655dde 2022-09-28 Merge branch 'main' of https://github.com/BCDA-APS/apstools into main
6341f08 2022-09-28 DOC #649 stragglers
398030b 2022-09-27 Merge pull request #718 from BCDA-APS/706-remove-extra-print
d975d24 2022-09-27 MNT #706 remove indicated line
381e630 2022-09-27 Merge pull request #717 from BCDA-APS/704-snapshot-tool
355c20c 2022-09-27 DOC #704 formatting
8c0a1f5 2022-09-27 Merge branch 'main' into 704-snapshot-tool
da0048f 2022-09-27 MNT #704 post deprecation notices, raise warnings
951353d 2022-09-27 Merge pull request #716 from BCDA-APS/649-reorg-the-docs
26be87d 2022-09-27 DOC #649
5cf4bea 2022-09-27 DOC #649 re-org
619c6fe 2022-09-27 DOC #649 docstrings needed
d376e53 2022-09-27 DOC #649 basic re-org
97c4af6 2022-09-27 DOC #714
4da3189 2022-09-27 Merge pull request #715 from BCDA-APS/714-publish-on-demand
baa9b0e 2022-09-27 CI #714 from NeXus CI workflow
3345d1d 2022-09-27 Merge pull request #712 from BCDA-APS/pydata-theme
8dfbf7f 2022-09-27 Merge branch 'main' into pydata-theme
8deef5f 2022-09-27 DOC ignore the checkpoints
bffcf54 2022-09-27 CI for local workflow runs
1cf377b 2022-09-27 DOC run example notebook
e4ac364 2022-09-27 DOC add missing link
4deb495 2022-09-27 DOC switch HTML theme from furo to PyData
164f97e 2022-09-20 Merge pull request #711 from BCDA-APS/696-random-CI-failures
5c407bd 2022-09-20 #696 TST remove assertion
8060c4c 2022-09-20 Merge pull request #710 from BCDA-APS/702-PEP518
67588d2 2022-09-20 DOC #702 install
9d704b0 2022-09-20 CI #702 another requirement
48ef2e2 2022-09-20 CI #702 disable anaconda publishing workflow
d593aed 2022-09-20 DOC #702 update sphinx configuration
22e53c2 2022-09-20 CI #702
a527fa7 2022-09-20 PKG #702 additional requirement
6f76087 2022-09-20 DOC #709 make copyright notices consistent
a467bc1 2022-09-20 PKG #702 PEP518
8980bca 2022-09-19 PKG #702 remove versioneer
Clone this wiki locally