0.1.0.post2
Pre-release
Pre-release
stephendiadamo
released this
16 Jun 10:21
·
274 commits
to master
since this release
In this release, we restructure the QuNetSim source files and modify how things are imported.
Earlier, imports were, for example, from components.host import Host
, now they are from qunetsim.components import Host
.
This restructure allows for easier integration with other libraries, so it's more clear where imports are coming from.