Skip to content

Commit e99ea17

Browse files
authored
Merge pull request #6 from jpvantassel/dev
In preparation for v0.4.2
2 parents 8e8be89 + 7d63125 commit e99ea17

15 files changed

+15
-15
lines changed

hvsrpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Import modules into the hvsrpy namespace."""
1919

20-
__version__ = "0.4.1"
20+
__version__ = "0.4.2"
2121
from .hvsr import Hvsr
2222
from .hvsr_rotated import HvsrRotated
2323
from .sensor3c import Sensor3c

other/ex0.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN11.A2_C50.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),30

other/ex1.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN11.A2_C150.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),60

other/ex2.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN12.A2_C50.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),30

other/ex3.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN12.A2_C150.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),60

other/ex4.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),SESAME: Clear peak
33
# Window Length (s),60.0
44
# Total Number of Windows (),60

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='hvsrpy',
9-
version='0.4.1',
9+
version='0.4.2',
1010
description='A Python package for horizontal-to-vertical spectral ratio processing',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

test/data/output/example_output_geopsy.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# Number of windows = 46
33
# f0 from average 0.7651
44
# Number of windows for f0 = 46

test/data/output/example_output_hvsrpy.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN11.A2_C150.miniseed
33
# Method (),geometric-mean
44
# Azimuth (),None

test/data/output/example_output_hvsrpy_az.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN11.A2_C150.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows per Azimuth (),60

test/data/utils/ex0.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN11.A2_C50.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),30

test/data/utils/ex1.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN11.A2_C150.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),60

test/data/utils/ex2.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN12.A2_C50.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),30

test/data/utils/ex3.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),UT.STN12.A2_C150.miniseed
33
# Window Length (s),60.0
44
# Total Number of Windows (),60

test/data/utils/ex4.hv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hvsrpy output version 0.4.1
1+
# hvsrpy output version 0.4.2
22
# File Name (),SESAME: Clear peak
33
# Window Length (s),60.0
44
# Total Number of Windows (),60

0 commit comments

Comments
 (0)