Skip to content

Commit

Permalink
update history, bump active version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jun 27, 2024
1 parent 27a6047 commit aee9690
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# History

## 0.4.0
This release provides full support for numpy 2 and a number of other changes related to deprecations and maintenance.

### Changes in this release

* update readthedocs config by @chrishavlin in https://github.com/yt-project/yt_idv/pull/99
* Update dependency organization, build-test action by @chrishavlin in https://github.com/yt-project/yt_idv/pull/98
* add 3.10,3.11 to CI, drop 3.8 test by @chrishavlin in https://github.com/yt-project/yt_idv/pull/97
* fix some warnings by @chrishavlin in https://github.com/yt-project/yt_idv/pull/100
* Don't use deprecated matplotlib.cm.get_cmap. by @anntzer in https://github.com/yt-project/yt_idv/pull/118
* Updates for np 2 and more by @chrishavlin in https://github.com/yt-project/yt_idv/pull/123
* Fix docs build by @chrishavlin in https://github.com/yt-project/yt_idv/pull/124

### New Contributors
* @anntzer made their first contribution in https://github.com/yt-project/yt_idv/pull/118

**Full Changelog**: https://github.com/yt-project/yt_idv/compare/v0.3.1...v0.4.0

## 0.3.1

* add a display_name attribute by @chrishavlin in [62](https://github.com/yt-project/yt_idv/pull/62)
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_idv
version = 0.4.0
version = 0.4.1
description = Interactive Volume Rendering for yt
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion yt_idv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Matthew Turk"""
__email__ = "[email protected]"
__version__ = "0.4.0"
__version__ = "0.4.1"

import os

Expand Down

0 comments on commit aee9690

Please sign in to comment.