Skip to content

Commit

Permalink
Add version indicator, first try
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallerb committed Mar 24, 2024
1 parent c36284e commit 316c4ae
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:
Array where the `n`-th item along `axis` corresponds to the
Expand Down Expand Up @@ -65,6 +66,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:
Array where the `l`-th item along `axis` corresponds to the
Expand Down

0 comments on commit 316c4ae

Please sign in to comment.