We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3269d commit 4b1afb9Copy full SHA for 4b1afb9
1 file changed
README.md
@@ -104,8 +104,20 @@ There are more command line features in test_arrow:
104
105
> python -m arrow.test.test_arrow --time
106
107
+More examples:
108
+
109
+ > python -m arrow.test.test_hang
110
111
+ > pytest -m arrow/test/test_arrow.py
112
113
+ > pytest -k flagella
114
115
## Changelog
116
117
+### Version 0.4.4
118
119
+* Can pickle StochasticSystem instances.
120
121
### Version 0.3.0
122
123
* Introduced backwards-incompatible API change for supplying rates at `evolve()` time rather than `__init__()` for `StochasticSystem`.
0 commit comments