-
Notifications
You must be signed in to change notification settings - Fork 102
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
Release v2.3.0 #604
Release v2.3.0 #604
Conversation
Sync with master
build: added python3.11 to github actions
BlendingContinuous matvec/rmatvec used * and .H * for some internal calls to operators, which does not allow running this operator with pylops solvers as they disable ndarray_multiplication. Changing this to matvec/rmatvec calls followed by reshape enables the use of this operator with pylops solvers.
fix: change BlendingContinuous to work with pylops solvers
fix: ensure sliding ops work with fp32
Adding dev-install_conda_arm in Makefile to create environment on M-series MacOs (without icc_rt)
fix: force dtype for shift operator inputs
feature: vz deghosting
doc: adding info about decorator in new operator doc
* adding initial check * adding check_module_enabled func * silly typo "module" instead of module * switch all optionals to check_module_enabled * changing to c/longdouble for tests * cleaning up old code and adding noqa * Revert "changing to c/longdouble for tests" This reverts commit 06534b1. * numpydoc style docstring * adding cupy/cusignal import tests and how enables are set * adding message to be optional * fixing logic in cupy/cusignal_enabled * cleaning up old code snippets and typos * small format changes * more formatting changes * changing import to import_module for pylint * minor: restyling deps.py * minor: added alex-rakowski to contributors --------- Co-authored-by: mrava87 <matteoravasi@gmail.com>
minor: added typing to metrics
fix: better handling of nttot in BlendingContinuous
feature: remove cusignal dependency
feat: added exponent to cosinetaper
feat: added DTCWT 1d operator
doc: add dtcwt to doc api
* Uses positional arguments instead of `n` as int | tuple, which is the correct usage with `np.random.randn` * Corrects input/output types
Feature: migrate to numpy v2.0.0
Feature: jax integration
doc: added jax to installation.rst
bug: move _CustomSource to private file
doc:fixed cupy minimum version
Prepare for v2.3.0
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Merge pull request #604 from PyLops/dev
No description provided.