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

Extend Expressions: Stats funcs #4368

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

lizdulac
Copy link
Collaborator

Includes basic statistics functions such as min, max, sum, mean, variance, standard deviation.

These functions return a single value

@lizdulac lizdulac requested a review from anagainaru October 17, 2024 14:46
@lizdulac lizdulac added this to the v2.10.2 milestone Oct 22, 2024
@eisenhauer
Copy link
Member

msan run timed out. I'm refreshing this to the latest master so it can be merged. But am I misremembering, weren't derived variables turned off by default in the 2.10 release because they're not an advertised feature yet? If so, then does this need to be backported to the 2.10.2 release branch? Or did I miss that someone is asking for this?

@anagainaru
Copy link
Contributor

anagainaru commented Oct 23, 2024

This is still work in progress, I'll look at it this week but I think it still needs to add MPI support. I don't think we need to back port, we can just add it in the 2.11 release.

@eisenhauer
Copy link
Member

OK, I've taken the backport label off of it so that it doesn't stand in the way of the 2.10.2 release.

@anagainaru anagainaru modified the milestones: v2.10.2, v2.11.0 Oct 24, 2024
@pnorbert
Copy link
Contributor

pnorbert commented Jan 7, 2025

These values should be written as LocalValue variable, so the reader will auto-create a 1D global array of those values.

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.

4 participants