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

Removed from __future__ #3008

Merged
merged 3 commits into from
Jul 25, 2019
Merged

Removed from __future__ #3008

merged 3 commits into from
Jul 25, 2019

Conversation

jrfinkbeiner
Copy link
Contributor

Fixes #3004

@jngrad jngrad self-assigned this Jul 25, 2019
@jngrad
Copy link
Member

jngrad commented Jul 25, 2019

bors r+

@mkuron
Copy link
Member

mkuron commented Jul 25, 2019

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.

bors bot added a commit that referenced this pull request 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]>
@codecov
Copy link

codecov bot commented Jul 25, 2019

Codecov Report

Merging #3008 into python will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 958747c...57a5a75. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented Jul 25, 2019

Timed out (retrying...)

1 similar comment
@bors
Copy link
Contributor

bors bot commented Jul 25, 2019

Timed out (retrying...)

bors bot added a commit that referenced this pull request 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]>
@bors
Copy link
Contributor

bors bot commented Jul 25, 2019

Build succeeded

@bors bors bot merged commit 57a5a75 into espressomd:python Jul 25, 2019
@bors
Copy link
Contributor

bors bot commented Jul 25, 2019

Merge conflict (retrying...)

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.

Remove from __future__ in Python code
3 participants