Skip to content
Snippets Groups Projects
Commit 9e56832c authored by Javier Quinteros's avatar Javier Quinteros
Browse files

Update release to v0.9 and mark it as stable

parent be0c3d7b
No related branches found
No related tags found
No related merge requests found
Pipeline #65296 passed
__version__ = '0.9b2'
__version__ = '0.9'
......@@ -159,14 +159,14 @@ def main():
logs.error('Unknown input format.')
sys.exit(-2)
# First iterate through the files ('F')
dasobj = clsdas(args.filename, directory=args.directory, iterate='F', networkcode=args.network,
channelcode=args.channel, starttime=dtstart, endtime=dtend, decimate=args.decimate,
chstart=args.chstart, chstop=args.chstop, chstep=args.chstep,
loglevel='WARNING')
# Read metadata in advance
# Split the work in tasks
splt = splitdas(dasobj, args.outstruct, starttime=dtstart, endtime=dtend)
tasks = splt.getbatch()
# print('Tasks: %s' % tasks)
logs.debug('Tasks: %s' % tasks)
......@@ -216,7 +216,7 @@ def task(filename: str, directory: str, inputfmt: str, networkcode: str, channel
for data in dasobj:
# progress.set_postfix_str('(thrd: %d, sta:%s) %s' % (threadnum, data[1].station,
# data[1].starttime.isoformat()))
logging.debug(data[1])
# logging.debug(data[1])
if curstream != nslc(data[1]):
# Save the previous Stream completely
......
......@@ -24,7 +24,6 @@ not, see https://www.gnu.org/licenses/.
"""
import datetime
import logging
import os
import sys
from dastools.input.das import Das
from dastools.input.tdms import TDMS
......
......@@ -62,7 +62,7 @@ setup(
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Framework :: FastAPI',
'Intended Audience :: Science/Research',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment