Skip to content

Commit aea8444

Browse files
committed
Ready for v1.0.0
1 parent 8ff343d commit aea8444

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
History
22
-------
33

4+
v1.0.0 (2017-04-04)
5+
~~~~~~~~~~~~~~~~~~~~
6+
- ciw.create_network takes in kwargs, not dictionary.
7+
- Add Sequential distribution.
8+
- Add truncated Normal distribution.
9+
- Refactor inputs for custom PDF.
10+
- Refactor inputs for server schedules.
11+
- Transition matrix now optional for 1 node networks.
12+
- Overhaul of documentation.
13+
- Add CONTRIBUTING.rst.
14+
- Slight improvement of ciw.random_choice.
15+
416
v0.2.11 (2017-03-13)
517
~~~~~~~~~~~~~~~~~~~~
618
- Add ability to simulate until max number of customers have passed arrived/been accepted/passed through the system.

ciw/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.11"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)