-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from chrishavlin/release_prep_031
release prep for 0.3.1
- Loading branch information
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.3.0" | ||
__version__ = "0.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|