-
Notifications
You must be signed in to change notification settings - Fork 9
release notes 1.1.0
Pete R Jemian edited this page Apr 18, 2019
·
2 revisions
It takes a couple steps to upgrade a conda installation from version 2019.nnnn to newer version 1.1.0
- add a declaration of
apstools < 2000
in theconda-meta/pinned
file in the conda environment -
conda update -c aps-anl-tag -c aps-anl-dev apstools
(should change to 1.1.0)
It may still be necessary to uninstall and reinstall apstools to effect an update:
conda uninstall -y apstools
conda install -c aps-anl-tag -c aps-anl-dev apstools
milestone: milestone-1.1.0
section | number |
---|---|
New Tags | 2 |
Pull Requests | 0 |
Issues | 19 |
Commits | 64 |
- #76 configure & use custom conda enviro on RTD
- #90 avoid running blocking code during summarize_plan()
- #96 need a GUI to browse and display snapshots
- #103 create conda recipe
- #104 in sscanDevice, add signals for collected array
- #105 sscanDevice: add select_channels() method
- #106 need support for synApps saveData
- #108 plans.sscan_step_1D(): generalize
- #110 bluesky_snapshot_viewer : Exception in Tkinter callback
- #111 show software license in documentation
- #112 hangs while installing mono_shutter.pss_state suspender
- #114 make a plan to run batch of scans from a spreadsheet file
- #116 in ExcelDatabaseFileBase, ignore data outside of table boundaries
- #117 sscan exsc attribute renamed - .set() method needs to change with this
- #118 bluesky_snapshot_viewer GUI needs documentation
- #119 DOC: Describe how to format Excel spreadsheet
- #120 DOC: Describe which Excel support to use.
- #121 revise sample_example.xlsx spreadsheet
- #123 switch to semantic versioning
- 67f815a DOC: white space between lines
- 5e0fdad DOC: indentation
- 39f9f44 fixes #104
- cccd036 #105 WIP
- c870fe2 fixes #105
- dcd8500 #105
- 1885065 #105 WIP
- 35f4277 #105 more descriptive names
- 85231cc #105 support for saveData
- 234c269 #105 end with blank line
- eaf30aa #105 DOC
- 182674f WIP
- 82bd8ea #91 move here
- 3de4770 #91 #91 move here - WIP
- 4670659 #91 WIP
- 3275ae6 #91 should use a plan for simple 1D step sscan
- 315ab9d #91 phoenix (again)
- 9bf25f8 #91 working Flyer - still use a plan instead
- 14cb6de #61 WIP
- 0d1b343 #91 demo of working plan
- 77411a3 fixes #91
- b5cc57c #91 DOC
- 83ef4e9 #108 change plan name
- f119ee8 #108 setup working notebook
- e1bb7df #108 add kwarg: poll_delay_s
- ef66072 #108 added kwarg: device_settings_stream
- bfa26d9 #108 added kwarg: running_stream
- d6de309 #108 added kwarg: final_array_stream
- fe4c40f #108 adjust device_settings_stream
- 6876c0f fixes #108 added kwarg: phase_timeout_s
- ad4423f #91 relocate this developer code
- 4d87c56 #108 minor
- d457a77 #103 applying lessons learned from pyRestTable
- f39a7f3 #103
- b9f3d19 #103 DOC
- 29cacff badges
- a898bb6 tag v release conda package badges
- 06c54d6 fixes #111
- 441469d fixes #113
- d4c6b4a fix #110 use correct databroker search syntax
- aa9c8e9 column heads in words
- 39962ee #114 add example spreadsheet
- 161a7f1 #114 add example using a notebook
- ca86b34 fixes #114
- 2bbadba #114 stragglers ... always
- 7974578 #114
- f16c237 #114 DOC
- ebe4ca2 #114
- b8441cf #114 DOC
- 6fe9bbe #114 move metadata gethering point
- 485c648 fixes #117
- 49954d1 #114 DOC
- 0b810f7 #114 DOC SYNC
- 7f017bf #116 Excel spreadsheet for testing
- fcff17c #116 add feature
- 8a17419 fixes #116 add unit testing
- 6fd10e2 #116 disable excel unit test for now
- fa0c82e PKG more requirements
- 95383d8 #118 screenshot
- f06b974 fixes #118
- 8602238 fixes #121
- eb37185 DOC #123
- 54d1512 DOC fixes #120
- edc7486 DOC fixes #119