Skip to content

Releases: CRBS/ncmirtools

Another minor bug fix for windows

03 Apr 04:51

Choose a tag to compare

  • Another fix for Issue #18 where the path output to standard
    out had incorrect path delimiter output.

minor bug fix

02 Apr 22:43

Choose a tag to compare

  • Set delimiter for uploads to / to deal with problem uploading
    files from windows machine. Issue #18

prototype cilupload

28 Mar 20:00

Choose a tag to compare

  • Created prototype cilupload tool. Accessible via ncmirtool.py cilupload Issue #17

  • Created ncmirtool.py to prototype a single command line
    script entry point. Issue #13

  • Dropped support for Python 2.6

imagetokiosk added

28 Jun 22:33

Choose a tag to compare

  • Added imagetokiosk.py which transfers second youngest image
    file to remote server via scp. Issue #16

  • Fixed a couple minor issues so this tool will work on
    Windows. Issue #14

Added mpidinfo.py

13 Jan 22:56

Choose a tag to compare

  • Added mpidinfo.py script to provide information about
    Microscopy Product from database. Issue #6
  • Fixed bug in mpidinfo.py where passing id greater then 2^31 -1
    resulted in uncaught ProgrammingException Issue #9
  • Consolidated all _setup_logging() calls into one function in config.py.
    Issue #8
  • Modified NcmirToolsConfig to look for configuration file in /etc/ncmirtools.conf
    as well as the users home directory Issue #7

Addition of projectsearch.py and projectdir.py

08 Nov 20:16

Choose a tag to compare

  • Added projectdir.py script which finds directories for a given
    project id. Issue #3
  • Added projectsearch.py script which given a string will search
    a postgres database for projects with that string in the name
    or description.

FIrst release for pypi

14 Oct 18:50

Choose a tag to compare

0.1.1 (2016-10-14)

  • Minor improvements to README.rst for better presentation on pypi

Initial release

04 Oct 17:48

Choose a tag to compare

  • Initial release with single script mpidir.py