File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ * ** Pyflex 0.1.4** * Sep 30th 2015*
5+ * Minor change to adapt tests to the latest ObsPy version.
6+ * Dropped official support for Python 2.6. It still works with it for now but I don't plan on further supporting it.
7+
48* ** Pyflex 0.1.3** * Dez 10th 2014*
59 * Rejecting windows with very early start or very late end times. Greatly speeds up the algorithm.
610 * New config parameter `` max_time_before_first_arrival `` .
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = '0.1'
6363# The full version, including alpha/beta/rc tags.
64- release = '0.1.3 '
64+ release = '0.1.4 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929
3030setup (
3131 name = "pyflex" ,
32- version = "0.1.3 " ,
32+ version = "0.1.4 " ,
3333 license = 'GNU General Public License, Version 3 (GPLv3)' ,
3434 description = "Python port of the FLEXWIN package" ,
3535 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class PyflexWarning(UserWarning):
3838Station = collections .namedtuple ("Station" , ["latitude" , "longitude" ])
3939
4040
41- __version__ = "0.1.3 "
41+ __version__ = "0.1.4 "
4242
4343
4444# Setup the logger.
You can’t perform that action at this time.
0 commit comments