-
Notifications
You must be signed in to change notification settings - Fork 14
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
Roadmap 0.22.0 #145
Comments
Hi, I'm interested in contributing to tooling for making it easier to focus on what a researcher chooses to do when performing/designating an analysis and of what I've seen, I like FAST's approach. It looks like this team has tried to learn lessons from existing SwE problems. Since this roadmap post is the newest and a little out of date, is the slowdown from competing priorities or is it a technical matter? I've been recently getting into this and I'm wondering if there's an area I could sink some time into to better understand the complexity of these problems. Is this the right place to contribute, or is there something else you guys are working on now? P.S. I'm naively wanting to make a new implementation based on the Datalog or edn spec, but I think the YADL approach will provide enough flexibility, with tooling support while still constraining users to largely rely on the logical implementation of the analysis and like usual, another "better" spec never makes things more standardized, just more opinionated. |
Hi @YeungOnion, Thank you for your interest, and apologies for the delay in answering. Regarding the roadmap:
The longer version is that we can only fully leverage the Dask-added functionality provided by awkaward, hist, coffea if our core supports Dask as well - which would be a very hard bit of work for the existing code base. I've circulated the fictional docs to the biggest users of FAST-HEP tools, they are now available online: The goal here is to gather the use-cases and make sure we provide the minimally needed functionality within FAST-HEP, while making it also easier to include your own or 3rd party code. The implementation is currently quite bare and while the above docs talk about Apache Airflow, we are currently testing prefect, which seems a bit easier to integrate. If you are interested in contributing (feedback, docs, code), please head to https://github.com/FAST-HEP/fasthep-flow. |
With version 0.20.0 almost ready, it is time to plan the next release.
For 0.21.0, the biggest feature will be Multi-tree support (e.g. for CMS L1T and LuxZeplin).
A preview is available in #123.
The only changes from the user perspective are the dataset and processing configs:
→
nevents
has entries per tree andtree
allows for lists.Variables can then be addressed by
<tree name>.<directory>.<tree>.<branch>
:The text was updated successfully, but these errors were encountered: