-
Notifications
You must be signed in to change notification settings - Fork 127
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
General Tasks #19
Comments
Hi @iakovts, Those are some great ideas!
|
Hey @flaport,
|
Hey @iakovts,
|
Hey @flaport, So I've started working on the refactoring of boundaries, and as an example I've made some changes to periodic boundaries. These changes are purely "cosmetic", just made to avoid some repetitions of similar classes etc. I would also like to avoid setting Also, in a completely unrelated note, is |
thanks @iakovts, this looks good! I think there should be a way around setting For numpy arrays |
Hey @flaport, sorry for the late response. |
Hello again @flaport,
I 've been reading through the code, and I have suggestions (that I could also possibly implement):
Automate tests through github Actions. (I ve actually already implemented a PoC on my fork - will open a PR). In the future Actions can also be used for publishing docs and the package itself on pypi.
Some (minor?) code refactoring, hopefully without having to change the current API at all. An example of what I have in mind is changing this to a class factory and generally some clarity changes.
[edit] I would also suggest using another branch for active development/merges were changes are frequent (
dev
/staging
?) and usingmaster
as a definitive branch for releases.Looking forward to your thoughts on the above and more :)
The text was updated successfully, but these errors were encountered: