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

(wip) Release utils [do not merge] #161

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

(wip) Release utils [do not merge] #161

wants to merge 4 commits into from

Conversation

mtazzari
Copy link
Owner

In galario.utils there are some general purpose functions that are useful. At the moment there is no way of calling them.
Here, I add them to the installed payload and I make them importable as

from galario import utils

or

from galario.utils import sweep_ref

This could be a framework to release future other Python-only functions.
It would allow, e.g., to distribute a Python version as a prototype of future CPU/GPU accelerated version.

@mtazzari mtazzari changed the title (wip) Release utils (wip) Release utils [do not merge] Nov 14, 2018
Some people (including me) are more confortable with more explicit names
that make it apparent the conversion, instead of relying on memory
to remember that all units are in radians, or cm.
@fredRos
Copy link
Collaborator

fredRos commented Feb 27, 2020

what about this PR? Merge or close?

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

2 participants