-
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
Removed from __future__ #3008
Removed from __future__ #3008
Conversation
bors r+ |
There is some more Py2-specific code, mainly the use of the six module, the unicode C string wrapper and the Cython 2/3 flags in CMake. That should be removed too. |
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]>
Codecov Report
@@ Coverage Diff @@
## python #3008 +/- ##
======================================
Coverage 82% 82%
======================================
Files 525 525
Lines 26740 26740
======================================
Hits 22014 22014
Misses 4726 4726 Continue to review full report at Codecov.
|
Timed out (retrying...) |
1 similar comment
Timed out (retrying...) |
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]>
Build succeeded |
Merge conflict (retrying...) |
Fixes #3004