We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9afa2 commit a2b7eebCopy full SHA for a2b7eeb
CHANGES.rst
@@ -1,6 +1,11 @@
1
History
2
-------
3
4
+v1.1.0 (2017-04-26)
5
+~~~~~~~~~~~~~~~~~~~
6
+- Replace kwargs with actual keyword arguments in ciw.create_network.
7
+- Refactor server schedule inputs (schedules placed inside Number_of_servers instead of as their own keyword).
8
+
9
v1.0.0 (2017-04-04)
10
~~~~~~~~~~~~~~~~~~~~
11
- ciw.create_network takes in kwargs, not dictionary.
ciw/version.py
@@ -1 +1 @@
-__version__ = "1.0.0"
+__version__ = "1.1.0"
0 commit comments