Releases: neutrons/finddata
Bug fix listing runs in proposal
The call to oncat for listing what runs are in a proposal was incorrect. This fixes that bug.
Example:
finddata NOM --listruns IPTS-28579
Version 0.7.0 - Proper rpm packaging
This version includes a hand-written spec file for creating rpms. This is the last version that will allow for creating RPMs of the python2 package.
Version 0.6.0 - Support HFIR instruments
v0.6.0 Version 0.6.0 - Support HFIR instruments
Version 0.5.0 - Better use of ONCAT
This version changes to doing only one call to ONCAT independent of how many files are requested.
Version 0.4.0 - Change to ONCAT
Move from using ICAT to ONCAT.
Version 0.3.1 - fix packaging
The source rpm generated was incomplete and would not build correctly in mock or copr. This patch fixes that issue.
Version 0.3.0 - publish_plot
This is part of an overall move towards making this a package that provides client code for various web services in NScD at ORNL. The current one is publish_plot
which can be found by
import finddata
help(finddata.publish_plot)
Additional features:
- Migrated to versioneer 0.17
- Using pythons built-in argcomplete which required moving to argparse
Version 0.2.3 - Versioneer support
Reworked packaging to use versioneer. Now the version for packages is automatically filled in using information from git.
Version 0.2.2 - New ICAT endpoint
The only change in this version is the port number for ICAT changed from 8080 to 2080.
Version 0.2.1 - Bugfix in bash completion
The only thing changed in this release is the way that bash completion is done.