Skip to content

Releases: neutrons/finddata

Bug fix listing runs in proposal

18 Jan 20:31
Compare
Choose a tag to compare

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

22 Apr 19:42
Compare
Choose a tag to compare

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

20 Nov 19:13
Compare
Choose a tag to compare
v0.6.0

Version 0.6.0 - Support HFIR instruments

Version 0.5.0 - Better use of ONCAT

07 Nov 18:34
Compare
Choose a tag to compare

This version changes to doing only one call to ONCAT independent of how many files are requested.

Version 0.4.0 - Change to ONCAT

01 Nov 16:05
Compare
Choose a tag to compare

Move from using ICAT to ONCAT.

Version 0.3.1 - fix packaging

16 Dec 16:50
Compare
Choose a tag to compare

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

09 Dec 16:18
Compare
Choose a tag to compare

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:

Version 0.2.3 - Versioneer support

23 Mar 15:09
Compare
Choose a tag to compare

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

20 Jul 12:37
Compare
Choose a tag to compare

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

12 Mar 15:03
Compare
Choose a tag to compare

The only thing changed in this release is the way that bash completion is done.