Skip to content
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

Merged
merged 145 commits into from
Aug 16, 2024
Merged

Release v2.3.0 #604

merged 145 commits into from
Aug 16, 2024

Conversation

mrava87
Copy link
Collaborator

@mrava87 mrava87 commented Aug 16, 2024

No description provided.

mrava87 and others added 30 commits November 11, 2023 21:28
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
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
cako and others added 27 commits August 4, 2024 18:42
* 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
doc: added jax to installation.rst
bug: move _CustomSource to private file
doc:fixed cupy minimum version
Copy link

codacy-production bot commented Aug 16, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.17% 84.80%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (98dc07f) 17771 14906 83.88%
Head commit (c204095) 9931 (-7840) 8313 (-6593) 83.71% (-0.17%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#604) 1638 1389 84.80%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@mrava87 mrava87 merged commit 3868bca into master Aug 16, 2024
22 of 23 checks passed
mrava87 added a commit that referenced this pull request Aug 17, 2024
Merge pull request #604 from PyLops/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants