Skip to content

Commit

Permalink
Merge pull request yt-project#132 from chrishavlin/post_release_clean…
Browse files Browse the repository at this point in the history
…up_0p4p1

0.4.1 Release cleanup
  • Loading branch information
chrishavlin authored Jun 27, 2024
2 parents 9bc6d06 + 5630ee8 commit 53c5ec4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# History

## 0.4.1

Bug fix release to fix slicing issue, some test improvements.

### Changes
* add test for curves, fix traitlets deprecation warnings, update github action versions by @chrishavlin in https://github.com/yt-project/yt_idv/pull/128
* BUG: Fix slice rendering by @chrishavlin in https://github.com/yt-project/yt_idv/pull/131

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

## 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
### Changes

* 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
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.1
version = 0.4.2
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.1"
__version__ = "0.4.2"

import os

Expand Down

0 comments on commit 53c5ec4

Please sign in to comment.