From d85b6e118419db994583ee7cbd33f24de83077db Mon Sep 17 00:00:00 2001 From: Brian G Date: Fri, 27 Apr 2018 01:49:00 -0500 Subject: [PATCH] Version to 1.0.1; update header comment --- feldman.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/feldman.py b/feldman.py index 1d930f1..d7e614d 100644 --- a/feldman.py +++ b/feldman.py @@ -1,8 +1,7 @@ ''' -April 14 2016 -Has become a repository for all kinds of useful conversion routines that all desperately -need to be generalized and modularized in an intelligent way, but for now we're under the -gun trying to get Towuti its data... +Logic and supporting f'ns to convert a section summary and sparse splice +to an affine and splice interval table (SIT), and to export measurement +data based on an affine and SIT. ''' from datetime import date, datetime @@ -24,7 +23,7 @@ from tabular.csvio import writeToCSV import tabular.pandasutils as PU -FeldmanVersion = "1.0.0" +FeldmanVersion = "1.0.1" OutputVocabulary = 'IODP'