Skip to content

Commit

Permalink
release 0.6.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn authored Nov 3, 2020
1 parent 75eabff commit 6f88db6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Release Changelog
-----------------

0.6.0 (TBD)
~~~~~~~~~~~
0.6.0 (2020-11-02)
~~~~~~~~~~~~~~~~~~

* Removes zero args for dropping first sample vector value (breaking)
* Changes to diffusion process classes to align with common definitions (breaking)
* Refactor into processes and utils subpackages (breaking)
* Move base class checks into utils.validation and create abstract base classes for processes
* Provide RNG control and seeding functionality per instance and globally.
* Provide RNG control and seeding functionality per instance and globally
* Add Dirichlet process
* Add generalized Diffusion process

0.5.0 (2020-09-22)
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ line_length = 120

[tool.poetry]
name = "stochastic"
version = "0.5.0"
version = "0.6.0"
description = "Generate realizations of stochastic processes"
authors = ["Flynn <crf204@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion stochastic/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = "stochastic"
__description__ = "Stochastic process realizations."
__url__ = "https://github.com/crflynn/stochastic"
__version__ = "0.5.0"
__version__ = "0.6.0"
__author__ = "Christopher Flynn"
__author_email__ = "crf204@gmail.com"
__license__ = "MIT"
Expand Down

0 comments on commit 6f88db6

Please sign in to comment.