Skip to content

release notes 1.1.0

Pete R Jemian edited this page Apr 18, 2019 · 2 revisions

milestone-1.1.0

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 the conda-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

Tags

Pull Requests

Issues

  • #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

Commits

Clone this wiki locally