-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge for new release #557
Merged
Merged
Conversation
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
Fix segmentation fault with distance decluster int32 limit
Bump obspy version for NCEDC tests
* Update test_conda_env.yml * Bump min version tested * Update setup.py * pin obspy * Update test_conda_env.yml * Update runtest.yml * Try removing pinning * Remove all pinning * Update actions * Update runtest.yml * Update test_conda_env.yml * Update runtest.yml * Update test_conda_env_macOS.yml * Update runtest.yml * Pin clang version. clang 14 was generating issue with omp * Reduce deps to see if something works. * Add in clangdev * Update h5py pinning * Add more libs * Update test_conda_env_macOS.yml * Update test_conda_env_macOS.yml * Ignore compilers - use system? * Try with mkl * llvm openmp and do not mix channels * libclang * libcxx * Meh? * libcxx * Try to match conda build env
…ream (#530) * hypodd-prep: take proper care of fence post problem when slicing; throw away first sample when trace too long * adjust hypodd-prep-test for trace length extract_len * samp_rate * add changelog entry Co-authored-by: Calum Chamberlain <[email protected]>
* speedup select detections for each template with dict lookup and quick prepick adding * changelog entry * remove commented lines Co-authored-by: Calum Chamberlain <[email protected]>
* apply the quickest trace-selection by ID where it matters most * add changelog entry and remove commented lines Co-authored-by: Calum Chamberlain <[email protected]>
Speedup 07: 5x speedup with parallel parallel median / MAD calculation
* fix merge conflict * use list of tuples for making unique template groups * add changelog entry * Stickler * Stickler * Use eqcorscan func rather than robustraqn. * Add tests for grouping and remove copy test * add _processing_parameters as function / attribute for Template * simplify same_processing function, do not include pre_pick in _processing_parameters Co-authored-by: Calum Chamberlain <[email protected]>
…er` (#527) * speed up unique detection list making * add changelog, remove commented lines * pycodestyle * revert change for uniq() with set() that should not work because detection should be unhashable * fix reversion to set Co-authored-by: Calum Chamberlain <[email protected]>
…y and trace-selection (#525) * speed up prep_data_for_correlation with custom copy and trace-selection * add changelog, remove unused imports * quicker to define empty starttimes with ns=0; need to copy nan-numpy array * slightly more optimization for quick trace copy * add deepcopy option and documentation to quick copy functions * use quick stream copy function for continuous data and templates * remove stream_quick_select from this PR * 5 % more speedup with quicker .ns - retrieval * properly set stats-dict for nan-channels Co-authored-by: Calum Chamberlain <[email protected]>
* let user choose allowed vertical can horizontal chans in template_gen * add all_vert option * add options to pick on all vertical/horizontal channels * add changelog entries * consistently add channel 3 to default horizontal channels * add test with OBS data for all vertical channels-options * hanning window now only accesible as hann in scipy * limit scipy version until obspy is updated * make sure all horizontal chan defaults exclude channel '3' * adjust edge case with horizontal channels named '3' Co-authored-by: Calum Chamberlain <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Merge updates from develop into master ready for a new release.