Skip to content

Commit

Permalink
Add Version added
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallerb committed Mar 24, 2024
1 parent 316c4ae commit 4e669ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sparse_ir/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def evaluate(self, al, axis=None, *, points=None):
Points on which the results should be evaluated. Defaults
to the sampling points for which the sampling objects was
created.
.. versionadded:: 1.1
Return:
Expand Down Expand Up @@ -66,6 +67,7 @@ def fit(self, ax, axis=None, *, points=None):
points (vector):
Points on which the `ax` is given. Defaults to the sampling
points for which the sampling objects was created.
.. versionadded:: 1.1
Return:
Expand Down

0 comments on commit 4e669ca

Please sign in to comment.