Skip to content

Commit

Permalink
Merge pull request #34 from chrishavlin/release_prep_v0pt3pt0
Browse files Browse the repository at this point in the history
Release prep v0pt3pt0
  • Loading branch information
chrishavlin authored Sep 1, 2023
2 parents 5cc5aef + a3c7187 commit ca41da6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ which yields

**NOTE** that the validity of any interpolation will depend on the underlying VBR structure that you have built.

### Anistropy
### Isotropic Mixtures and Anistropy

The `pyVBRc` includes some limited functionality for calculating anistropic properties. See the Examples for
a description.
The `pyVBRc` includes some limited functionality for calculating properties of Isotropic mixture as well as
anistropic properties. See the Examples for a description.

### Examples

Expand Down
2 changes: 1 addition & 1 deletion pyVBRc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.3.0"
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.2.1"
version = "0.3.0"
authors = [
{ name="Chris Havlin", email="[email protected]" },
]
Expand Down
10 changes: 7 additions & 3 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# v0.2.1
# v0.3.0

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

## Bug Fixes
## 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


0 comments on commit ca41da6

Please sign in to comment.