Skip to content

Commit

Permalink
Update change-log and readme for v.0.1.0
Browse files Browse the repository at this point in the history
Former-commit-id: d3e47715e8be2b6e846a69c29bae4b0b30d7f5d7 [formerly 7ed0e6e]
Former-commit-id: ba02f630f586b1603041060aee5088240e5b8182
  • Loading branch information
calum-chamberlain committed Feb 24, 2016
1 parent 35a1e88 commit f71062a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
* Implimented tests for synthetic generation and match-filter functions
* Developed new tutorials that download from GeoNet and are much clearer
* Changed from PICK and EVENTINFO classes to obspy.core.event classes, note
this will break some previous scripts, however wrappers are included for this
this will break some previous scripts, however wrappers are included for this,
this ended up being the biggy, and is the reason for ceasing the 0.0.x line.
* Added synthetic seismogram generation, very basic seismograms, but they work
as templates for the detection of *some* seismicity.
* Added compatibility with Obspy v.1.0.0.
* All files now follow pep8.
* Removed parameter files completely, and redundant scripts.

## 0.0.9
* Working towards following pep8
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ If upgrading from a previous version, rather than running install --upgrade, I r

```pip install -U --no-deps EQcorrscan```

This will not try to upgrade your dependencies, which is not needed for 0.0.8.
This will not try to upgrade your dependencies, which is not needed. You may wish
to update your obspy version to 1.0.0 which was recently released. We have tested
this and support it, nevertheless, if you find any issues then let us know.

*You will likely need sudo permissions to run this command.*

If you have any issues installing please let me know. You will need to install openCV
seperately using (on Linux):
separately using (on Linux):

```apt-get install python-opencv```

Expand All @@ -32,7 +34,7 @@ Or, for Mac users, this is available on Macports or other similar package manage
If you want to be kept informed about releases, bug-tracking and enhancements
without having to keep looking on github, subscribe to our [google group](https://groups.google.com/forum/#!forum/eqcorrscan-users).

# Documenation
# Documentation

The full documentation for this package can be found here:
[Docs](http://eqcorrscan.readthedocs.org/en/latest/?badge=latest).
Expand Down Expand Up @@ -72,8 +74,8 @@ how to do the core matched-filter detection.

# Licence

This package is written by Calum Chamberlain of Victoria University of Wellington, and
is distributed under the LGPL GNU License, Copyright Calum Chamberlain 2015.
This package is written by Calum Chamberlain and Chet Hopp of Victoria University of Wellington, and
is distributed under the LGPL GNU License, Copyright Calum Chamberlain 2015, 2016.


# Contributing
Expand Down

0 comments on commit f71062a

Please sign in to comment.