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 May 10, 2022
1 parent f8bdd7f commit 6d0a616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{{- if not (eq .Tag.Name "0.6.0" "0.6.1" "0.6.2" "0.6.3" "0.6.4" "0.6.5" "0.6.6") }}
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-02-01" .Tag.Date }}

{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@

<a name="0.7.3"></a>
## [0.7.3] - 2022-06-05

### Improvements/Bug Fixes
- `adjacency_matrix` is now vectorized and returns a `csr_matrix`
- passing a False boolean as axis to `set_periodic` now removes the periodic boundaries


<a name="0.7.2"></a>
## [0.7.2] - 2022-04-05

### New Features
- add prefabs for the hexagonal (triangular) and honeycomb lattice.
- add methods for building sparse matrices to `DataMap` class
Expand All @@ -30,6 +32,7 @@

<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
Expand All @@ -42,6 +45,7 @@

<a name="0.7.0"></a>
## [0.7.0] - 2022-21-02

### New Features
- Add method for computing the adjacency matrix of the lattice graph
- Split the lattice structure into separate object ``LatticeStructure`` and use it as base class for ``Lattice``
Expand All @@ -60,6 +64,7 @@

<a name="0.6.7"></a>
## [0.6.7] - 2022-16-02

### New Features
- add method for hiding the box and axis of a plot
- Add ``finite_hypercubic`` lattice prefab
Expand Down

0 comments on commit 6d0a616

Please sign in to comment.