Skip to content

Commit

Permalink
REL: bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 17, 2022
1 parent 3a9bc92 commit 979bd1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ version 0.12.0 brings experimental *native* support for streched grids, which is
active development upstream, in yt itself.

Slices should now work seamlessly even with older versions of yt, however
yt 4.1 (to be released) will be required to perform projections correctly.
yt 4.1 will be required to perform projections correctly.

In the meantime, I recommend installing yt from source. At the time of writing,
the branch attached to the following pull request is required for projections with
stretched grids:
**update**: yt_idefix 0.13.3 is the last release allowing yt 4.0.x, yt_idefix 0.14.0 requires yt 4.1

https://github.com/yt-project/yt/pull/2998

### yt_idefix 0.11 and older (deprecated)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = yt_idefix
version = 0.13.4
version = 0.14.0
description = An extension module for yt, adding a frontend for Idefix
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion yt_idefix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# immediately after `import yt.extensions.idefix`
from yt_idefix.api import *

__version__ = "0.13.4"
__version__ = "0.14.0"

0 comments on commit 979bd1e

Please sign in to comment.