Skip to content

Commit

Permalink
Prepare release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Aug 26, 2022
1 parent 5ea3d5b commit 5c3cd75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.15.0
- `epsilon` is added after multiplication of Cholesky-factors for better numerical stability (#22)

# v0.14.2
- fix device bug in analytical MoG sampling (#19).

Expand Down
2 changes: 1 addition & 1 deletion pyknos/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# pyknos is licensed under the Affero General Public License v3,
# see <https://www.gnu.org/licenses/>.

VERSION = (0, 14, 2)
VERSION = (0, 15, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 5c3cd75

Please sign in to comment.