Skip to content

Commit

Permalink
Merge pull request #41 from chrishavlin/release_prep_031
Browse files Browse the repository at this point in the history
release prep for 0.3.1
  • Loading branch information
chrishavlin authored Nov 13, 2023
2 parents c673a48 + ec8a4a7 commit 3cf6647
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyVBRc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyVBRc"
version = "0.3.0"
version = "0.3.1"
authors = [
{ name="Chris Havlin", email="[email protected]" },
]
Expand Down
11 changes: 11 additions & 0 deletions release_history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.3.0

This release adds some isotropic volume averaging via the new `IsotropicMixture` class

## New Features
- added `IsotropicMixture` class to do isotropic volume averaging, see examples.

## Other changes
- `anistotropic` module renamed to `materials`
- switch to pre-commit.ci for linting

# v0.2.0

Main change is adding support for unit-ful arrays via the unyt package.
Expand Down
12 changes: 4 additions & 8 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# v0.3.0
# v0.3.1

This release adds some isotropic volume averaging via the new `IsotropicMixture` class
This bugfix release pins unyt < 3.0

## New Features
- added `IsotropicMixture` class to do isotropic volume averaging, see examples.

## Other changes
- `anistotropic` module renamed to `materials`
- switch to pre-commit.ci for linting
## bug fixes
- unyt < 3.0


0 comments on commit 3cf6647

Please sign in to comment.