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

Add regular {op}over equivalent names #185

Merged
merged 1 commit into from May 27, 2016
Merged

Add regular {op}over equivalent names #185

merged 1 commit into from May 27, 2016

Conversation

devel-chm
Copy link
Member

The operations in Ufunc along a dimension are mostly named
something ending in -over like 'sumover', except for the
cases of routines with names including average, minimum, and
maximum. This was a cute but surprising set of special cases.
Adding this following equivalent routines:

average -> avgover
daverage -> davgover
maximum -> maxover
maximum_ind -> maxover_ind
maximum_n_ind -> maxover_n_ind
minmaximum -> minmaxover
minimum -> minover
minimum_ind -> minover_ind
minimum_n_ind -> minover_n_ind

The operations in Ufunc along a dimension are mostly named
something ending in -over like 'sumover', except for the
cases of routines with names including average, minimum, and
maximum.  This was a cute but surprising set of special cases.
Adding this following equivalent routines:

  average       -> avgover
  daverage      -> davgover
  maximum       -> maxover
  maximum_ind   -> maxover_ind
  maximum_n_ind -> maxover_n_ind
  minmaximum    -> minmaxover
  minimum       -> minover
  minimum_ind   -> minover_ind
  minimum_n_ind -> minover_n_ind
@coveralls
Copy link

Coverage Status

Coverage remained the same at 62.692% when pulling e726bfb on add-stat-overs into dcc862d on master.

@wchristian wchristian merged commit e726bfb into master May 27, 2016
@wchristian wchristian deleted the add-stat-overs branch May 27, 2016 00:00
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.

None yet

3 participants