Skip to content

Commit

Permalink
updating changelog and version stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 12, 2024
1 parent 19a3f37 commit f6edfaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

v3.0.0 (2024-03-12)
-------------------

- `#171`_ New distribution modes for `StochasticMux`: `constant` and `binomial` (new default). The `rate`
parameter in `poisson` mode (old default) now has slightly reduced variance compared to pescador 2.x.
- `#170`_ Replaced JSON encoding for data headers with msgpack in `ZMQStreamer`.
- `#168`_ Improved exception tracing for maps.
- `#159`_, `#164`_, `#166`_, `#167`_ Modernized packaging and updated to support Python up to 3.12. Removed
support for python 2.
- `#162`_ Corrected documentation for streamer

v2.1.0 (2019-08-29)
-------------------
- `#156`_ Added support for python 3.7
Expand Down
2 changes: 1 addition & 1 deletion pescador/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""Version info"""

short_version = "3.0"
version = "3.0.0-dev"
version = "3.0.0"

0 comments on commit f6edfaf

Please sign in to comment.