Skip to content

releasenotes__2 1 0

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

v2.1.0

It takes a couple steps to upgrade an existing conda installation from version 2017.nnnn to newer version 2.1.0

  • add a declaration of spec2nexus < 2000 in the conda-meta/pinned file in the conda environment
  • conda update -c prjemian spec2nexus (should change to 2.1.0)

It may still be necessary to uninstall and reinstall spec2nexus to effect an update:

conda uninstall -y spec2nexus
conda install -c prjemian spec2nexus

milestone: v2.1.0

section number
New Tags 4
Pull Requests 1
Issues 12
Commits 77

Tags

Pull Requests

  • #132 (merged) plugin support for #MD control lines (apstools.SpecWriterCallback)

Issues

  • #116 process data from spock
  • #117 #E int vs float
  • #118 transform README.rst to README.md
  • #119 spec2nexus does not read metadata properly for USAXS
  • #120 problem building html documentation
  • #125 fluorescence spectra in files for RSM3D
  • #128 ValueError: invalid literal for int() with base 10: '35.1'
  • #129 specplots not updating for USAXS
  • #130 update the conda packaging recipe
  • #131 plugin support for #MD control lines for USAXS instrument
  • #133 support user control line "#U " with plugin
  • #134 update copyright date

Commits