Skip to content

Releases: ducktec/pydtnsim

Version 0.1.1

12 Jun 18:29
Compare
Choose a tag to compare

Changed

  • Added pipenv files to establish a well-defined development environment: In particular, the Pipfile describes the dependencies of the library (or rather, application for the sake of the development tasks) and the Pipfile.lock locks down the dependencies and subdependencies to specific versions. (#14)
  • Updated numerous security-related indirect dependencies in Pipfile.lock (#22)
  • Migrated from Travis CI to Github Actions (#23)

Fixed

  • Fixed bug where wrong item from an imported tvgutil contact plan would be interpreted as delay. (#15)

Version 0.1.0

11 Dec 16:33
Compare
Choose a tag to compare

Added

  • Added requirements.txt to allow for an easy dependency installation.

Changed

  • First public release version. Renamed project from simpy-dtn to pydtnsim.
  • Adapted changelog and readme
  • Switched to Travis CI .yml file (and removed gitlab CI file). The checks
    performed during the CI runs are the same.
  • Updated setup.py to load long description from README.md with common
    function call

Fixed

  • Corrected and cleaned up dependencies, deleted requirements.txt, added
    version value ranges for dependencies