From d34ea04ef5c754256e835fbdd2baa730770b6a07 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Wed, 26 Jul 2023 14:53:43 -0500 Subject: [PATCH] release prep, bump version, update history --- pyVBRc/__init__.py | 2 +- pyproject.toml | 2 +- release_history.md | 6 ------ release_notes.md | 6 +++++- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pyVBRc/__init__.py b/pyVBRc/__init__.py index 485f44a..d3ec452 100644 --- a/pyVBRc/__init__.py +++ b/pyVBRc/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 517c0fc..179d4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] diff --git a/release_history.md b/release_history.md index cc401ea..080c74e 100644 --- a/release_history.md +++ b/release_history.md @@ -1,9 +1,3 @@ -# v0.1.2 - -maintenance release -* full switch to pyproject -* docs improvements - # v0.1.1 Initial release of pyVBRc, still experimental diff --git a/release_notes.md b/release_notes.md index 5ac96fa..8c0b49d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -5,7 +5,9 @@ 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 @@ -13,4 +15,6 @@ None ## Other changes - code coverage reporting enabled for the repository +- style checks now done by precommit.ci bot +- switch to pyproject.toml build