Skip to content

Commit

Permalink
Version to 1.0.1; update header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Apr 27, 2018
1 parent 3710e5e commit d85b6e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions feldman.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,7 +23,7 @@
from tabular.csvio import writeToCSV
import tabular.pandasutils as PU

FeldmanVersion = "1.0.0"
FeldmanVersion = "1.0.1"

OutputVocabulary = 'IODP'

Expand Down

0 comments on commit d85b6e1

Please sign in to comment.