Skip to content

Commit 83a8150

Browse files
committed
toward first pip package
1 parent 2b6720c commit 83a8150

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
OBStools is a package containing Python tools for processing broadband
77
ocean-bottom seismic (OBS) data. Current functionalities include removing
8-
vertical component noise from tilt and compliance effects. The code uses
8+
vertical component noise from tilt and compliance effects, and calculating
9+
seafloor compliance. The code uses
910
the ``StDb`` package for querying and building a station database and
1011
can be used through command-line scripts.
1112

@@ -24,7 +25,7 @@ If you use `OBStools` in your work, please cite the
2425
-->
2526
#### Contributing
2627

27-
All constructive contributions are welcome, e.g. bug reports, discussions or suggestions for new features. You can either [open an issue on GitHub](https://github.com/nfsi-canada/OBStools/issues) or make a pull request with your proposed changes. Before making a pull request, check if there is a corresponding issue opened and reference it in the pull request. If there isn't one, it is recommended to open one with your rationale for the change. New functionality or significant changes to the code that alter its behavior should come with corresponding tests and documentation. If you are new to contributing, you can open a work-in-progress pull request and have it iteratively reviewed.
28+
All constructive contributions are welcome, e.g. bug reports, discussions or suggestions for new features. You can either [open an issue on GitHub](https://github.com/nfsi-canada/OBStools/issues) or make a pull request with your proposed changes. Before making a pull request, check if there is a corresponding issue opened and reference it in the pull request. If there isn't one, it is recommended to open one with your rationale for the change. New functionality or significant changes to the code that alter its behavior should come with corresponding tests and documentation. If you are new to contributing, you can open a work-in-progress pull request and have it iteratively reviewed.
2829

2930
Examples of contributions include notebooks that describe published examples of OBS data
3031
processing. Suggestions for improvements (speed, accuracy, etc.) are also welcome.

Diff for: obstools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
105105
"""
106106

107-
__version__ = '0.0.1'
107+
__version__ = '0.1.0'
108108

109109
__author__ = 'Pascal Audet & Helen Janiszewski'
110110

0 commit comments

Comments
 (0)