Skip to content

0.1.0.post2

Pre-release
Pre-release
Compare
Choose a tag to compare
@stephendiadamo stephendiadamo released this 16 Jun 10:21
· 274 commits to master since this release
1a69ba5

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.