Release Notes - v1.0

User Notes

  • In this release, we present PySIMM for Python 3.x.
    Thus, the increment of the major version number (1 instead of 0) for simpler distinguish between Python 2.x and Python 3.x releases.
    As Python 2.x versions had met end of life we strongly recommend our users to migrate their projects to Python 3.x versions where it is possible.
  • The PySIMM documentation had been moved to the ReadTheDocs hosting service, which means that now you can easily have most up-to-date documentation for any version of the API and download it in a PDF format if needed.

Developer Notes

  • Further increase of the testing library. Tests now cover 80% of the most important System module. Tests run on 3.6.10 and 3.7.7 Python builds.
  • Support of a Docker build: necessary configuration files are added to ease the build of a Docker image with PySIMM.