-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from adjtomo/devel
General improvements for better compatibilities w/ external packages
- Loading branch information
Showing
106 changed files
with
1,442,978 additions
and
2,514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- | ||
Thank your for contributing to Pyatoa. | ||
Please fill out the following before submitting your PR. | ||
--> | ||
|
||
### What does this PR do? | ||
|
||
### Why was it initiated? Any relevant Issues? | ||
|
||
### PR Checklist | ||
- [ ] `develop` base branch selected? | ||
- [ ] This PR is not directly related to an existing issue (which has no PR yet). | ||
- [ ] All tests still pass. | ||
- [ ] Any new features or fixed regressions covered by new tests. | ||
- [ ] Any new or changed features have been fully documented. | ||
- [ ] Significant changes have been added to `CHANGELOG.md`. | ||
- [ ] First time contributors have added your name to CONTRIBUTORS.txt . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
## Version 0.0.1 | ||
# Current (moving to v0.2.0) | ||
|
||
- Replaced Basemap mapping dependency with Cartopy due to Basemap EOL | ||
- Refactored Gatherer class to simplify code structure. API remains the same. | ||
- New Executive class takes care of standalone parallel processing | ||
- Pyaflowa per-station parallel processing using concurrent.futures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Chow, Bryant |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.