From 143dde4205f66e910fcf5dab3b0d5e7be7cdc455 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 10 Sep 2024 10:32:03 +0200 Subject: [PATCH] adding release notes Signed-off-by: Nick Papior --- docs/changelog/index.rst | 1 + docs/changelog/v0.15.1.rst | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 docs/changelog/v0.15.1.rst diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 050bc65c7..64c0ffd51 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -30,6 +30,7 @@ Changelogs .. toctree:: :maxdepth: 1 + v0.15.1 v0.15.0 v0.14.3 v0.14.2 diff --git a/docs/changelog/v0.15.1.rst b/docs/changelog/v0.15.1.rst new file mode 100644 index 000000000..0e13342d4 --- /dev/null +++ b/docs/changelog/v0.15.1.rst @@ -0,0 +1,34 @@ +****** +0.15.1 +****** + +Released 10 of September 2024. + +Contributors +============ + +A total of 2 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Nick Papior +* Pol Febrer + +Pull requests merged +==================== + +A total of 5 pull requests were merged for this release. + +* :pull:`#819 <819>`: Make sure wheels are uploaded to pypi +* :pull:`#822 <822>`: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 +* :pull:`#823 <823>`: Fix orbital values +* :pull:`#824 <824>`: Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 +* :pull:`#825 <825>`: Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 + +Added +^^^^^ +* enabled `lowdin` to return the Lowdin transformation matrix, and also + allow it to be calculated using SVD + +Fixed +^^^^^ +* bugfix for wrong call `Lattice.to.cuboid` which caused wrong densities, :pull:`#821 <821>`