Skip to content

2.4

Compare
Choose a tag to compare
@brockho brockho released this 15 Dec 14:13
· 699 commits to master since this release
1ac43f8

New Features/Adjustments:

  • Installing of postprocessing via pip install cocopp possible (cocopp is finally on PyPI)
  • Default figure size significantly reduced; ACM-compliant figures still possible through new --include-fonts option
  • Added continuous integration tests in Python 3.7
  • Dropped Python 2 support (#1956)
  • Made so-called orange color less yellow in all figures
  • Submission of datasets possible through new issue templates
  • Naming of datasets more consistent (#1862)

Bug Fixes:

  • Changed long-time deprecated and now non-supported time.clock() into time.process_time() (#1950)
  • Corrected axes and ticks labels in scatter plot (addressing issues #1934, #1837, and #1824)
  • Reading in info-files with chars like é does not raise an error anymore.
  • problems with numpy's multithreading solved (#1919)
  • matplotlib 3.3.2 warning silenced (thanks @MLopez-Ibanez)
  • bug fix 4ceb72a simulated restart sample number

Additional Changes:

  • Refactoring of rungeneric.py, rungenericmany.py, and rungeneric1.py to reduce code duplication and to improve documentation (see #39 and #1595)
  • _data_folder attribute is now always without trailing path separator
  • Addressed/Reduced several warnings, for example #1958
  • New test (two calls of cocopp.main without quitting Python in between, #1965)
  • reverted aRT to ERT also in LaTeX templates