-
Notifications
You must be signed in to change notification settings - Fork 189
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
Remove from __future__ in Python code #3004
Milestone
Comments
@jrfinkbeiner is looking at it |
bors bot
added a commit
that referenced
this issue
Jul 25, 2019
2939: Documentation of VV, NPT, Thermostats r=RudolfWeeber a=christophlohrmann Fixes #2680 Description of changes: - Added sphinx documentation for velocity verlet, NPT - Added/Updated sphinx documentation for Langevin, NPT, LB, DPD thermostat - Found some papers as reference PR Checklist ------------ - [ ] Tests? - [ ] Interface - [ ] Core - [x] Docs? 3006: Reduce usage of local cells r=fweik a=KaiSzuttor Fixes part of #2899 Description of changes: - replacement for #2991 3008: Removed from __future__ r=jngrad a=jrfinkbeiner Fixes #3004 3015: Update checkpointing docs r=jngrad a=RudolfWeeber Fixes #2808 Co-authored-by: Christoph Lohrmann <[email protected]> Co-authored-by: Jean-Noël Grad <[email protected]> Co-authored-by: Kai Szuttor <[email protected]> Co-authored-by: Alexander Reinauer <[email protected]> Co-authored-by: Jan Finkbeiner <[email protected]> Co-authored-by: Rudolf Weeber <[email protected]>
bors bot
added a commit
that referenced
this issue
Jul 25, 2019
3008: Removed from __future__ r=jngrad a=jrfinkbeiner Fixes #3004 3015: Update checkpointing docs r=jngrad a=RudolfWeeber Fixes #2808 Co-authored-by: Jan Finkbeiner <[email protected]> Co-authored-by: Rudolf Weeber <[email protected]> Co-authored-by: Jean-Noël Grad <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
since we require Py3 now.
The text was updated successfully, but these errors were encountered: