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

Change signature of functions sum, mean, ... #41

Closed
alixdamman opened this issue Jan 18, 2017 · 2 comments
Closed

Change signature of functions sum, mean, ... #41

alixdamman opened this issue Jan 18, 2017 · 2 comments

Comments

@alixdamman
Copy link
Collaborator

Replace *args and **kwargs by equivalent arguments of Numpy functions.

@alixdamman alixdamman self-assigned this Jan 18, 2017
@alixdamman
Copy link
Collaborator Author

Doc should be enough (see #43).

@gdementen
Copy link
Contributor

The point was partially to make PyCharm's Ctrl-P work, and PR #43 currently does not solve this.

@gdementen gdementen reopened this Jan 24, 2017
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 13, 2017
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 19, 2017
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 20, 2017
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 20, 2017
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 24, 2017
… docstrings.

fix larray-project#189 : keyword arguments of aggregation methods are now correctly taken into account.

fix larray-project#190 : ddof=1 by default in var() and std() methods.
gdementen pushed a commit that referenced this issue Aug 31, 2018
fix #189 : keyword arguments of aggregation methods are now correctly taken into account.

fix #190 : ddof=1 by default in var() and std() methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants