-
Notifications
You must be signed in to change notification settings - Fork 1
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
Packages #3
Comments
A first version of Python is implemented. However, it might not be the best way yet. What is definitely still missing:
|
A first version of a Julia package is implemented. A few remaining steps are needed (and beyond my current know-how):
|
It might be helpful to add some metadata to the packages. E.g., in Python, something like
This would make it easy to programmatically check what it returns, and if it can be used for a given use case. E.g.
or similar. Or add dicts, similar to the caching, with
The issue is that not all filters have all attributes. But then, not all filters are good for a given application. Anyhow, a code must be able to fail gracefully for filters which do not work at all because they have missing values. Once we start using |
Yeah, I agree that having the metadata like function returns would be useful, especially for external testing and other automated functions. Otherwise such codes would have to parse a docstring to see know the contents of a returned tuple. |
In the Python package, the filter functions have now an attribute
|
Packages
The library contains all the filters as plain text files. However, we want to add CI-scripts (in
/packages/language-name/
) which create deployable packages for different programming languages.Planned so far:
The text was updated successfully, but these errors were encountered: