Skip to content

Commit

Permalink
auto: generate CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Mar 29, 2022
1 parent 225fd98 commit 8d39851
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# What's New

<a name="unreleased"></a>
## [Unreleased]

<a name="0.7.1"></a>
## [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


<a name="0.7.0"></a>
## [0.7.0] - 2022-21-02
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d39851

Please sign in to comment.