Skip to content

Commit

Permalink
Merge branch 'main' into from_emcee-memoryspike
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored Feb 21, 2023
2 parents 695218b + 18fa157 commit 03e6552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## v0.x.x Unreleased

### New features

### Maintenance and fixes
- Fix memory usage and improve efficiency in `from_emcee`.
- Fix memory usage and improve efficiency in `from_emcee` ([2215](https://github.com/arviz-devs/arviz/pull/2215))

### Deprecation

### Documentation

## v0.15.0 (2023 Feb 19)

Expand Down
2 changes: 1 addition & 1 deletion arviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
"""ArviZ is a library for exploratory analysis of Bayesian models."""
__version__ = "0.15.0"
__version__ = "0.16.0.dev0"

import logging
import os
Expand Down

0 comments on commit 03e6552

Please sign in to comment.