From 8d3985134c16e0590663d6a30b07867b9334542d Mon Sep 17 00:00:00 2001 From: dylanljones Date: Tue, 29 Mar 2022 17:50:13 +0200 Subject: [PATCH] auto: generate CHANGELOG.md --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d6388..956faf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # What's New - -## [Unreleased] - + +## [0.7.1] - 2022-29-03 ### New Features +- add argument for setting periodic boundary conditions to the `finite_hypercubic` method. +- add method for computing minimum distances in a lattice with periodic boundary conditions - add `shape` keyword argument to Lattice constructor - add CSR/BSR sparse matrix format of indices and index-pointers to DataMap +### Code Refactoring +- rename `distance` variables to `distances_` to prevent same name as method + ## [0.7.0] - 2022-21-02 @@ -79,7 +83,7 @@ - add more docstrings - fix multiple bugs -[Unreleased]: https://github.com/dylanljones/lattpy/compare/0.7.0...HEAD +[0.7.0]: https://github.com/dylanljones/lattpy/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/dylanljones/lattpy/compare/0.6.7...0.7.0 [0.6.7]: https://github.com/dylanljones/lattpy/compare/0.6.6...0.6.7 [0.6.6]: https://github.com/dylanljones/lattpy/compare/0.6.5...0.6.6