Skip to content

Commit

Permalink
release prep, bump version, update history
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 26, 2023
1 parent 10fe773 commit d34ea04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyVBRc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.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.1.1"
version = "0.2.0"
authors = [
{ name="Chris Havlin", email="chris.havlin@gmail.com" },
]
Expand Down
6 changes: 0 additions & 6 deletions release_history.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# v0.1.2

maintenance release
* full switch to pyproject
* docs improvements

# v0.1.1

Initial release of pyVBRc, still experimental
Expand Down
6 changes: 5 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ Main change is adding support for unit-ful arrays via the unyt package.
## New Features

- units support: when loading a VBRc .mat file, arrays will be loaded as unyt arrays if possible (requires VBRc version >= 1.0.0)
- pyVBRc logger
- nicely formatted logging with the pyVBRc logger
- anisotropy calculations for aligned inclusions (experimental, consider in beta form)
- documentation updates (scripts are now notebooks in examples/)

## Bug Fixes

None

## Other changes
- code coverage reporting enabled for the repository
- style checks now done by precommit.ci bot
- switch to pyproject.toml build

0 comments on commit d34ea04

Please sign in to comment.