Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Dec 15, 2022
1 parent a4d7c59 commit ee033f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 21,9 @@
- Calculate irreps of crystallographic point groups
- Calculate physically irreducible representations (irreps over real numbers)
- Calculate irreducible spin representations
- Calculate irreducible co-representations
- Find symmetry-adapted basis forming given irreps
- Minimal dependencies (numpy and spglib)
- Minimal dependencies (numpy and [spglib](https://spglib.github.io/spglib/))

## Usage

Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 1,15 @@
# Change Log

## v0.3.1 (15 Dec. 2022)

- Add co-representation [[#47]](https://github.com/spglib/spgrep/pull/47)
- New functions to compute co-representations for spinor
- {func}`spgrep.get_spacegroup_spinor_irreps`
- {func}`spgrep.get_spacegroup_spinor_irreps_from_primitive_symmetry`
- {func}`spgrep.get_crystallographic_pointgroup_spinor_irreps_from_symmetry`
- Require a newer spglib as dependency: ``spglib>=2.0.2``


## v0.3.0 (17 Nov. 2022)
- Add spinor representation [[#41]](https://github.com/spglib/spgrep/pull/41)

Expand Down
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 40,7 @@
"sphinx.ext.viewcode",
"sphinx.ext.autosummary",
"sphinx.ext.mathjax",
"sphinx.ext.intersphinx",
"sphinxcontrib.bibtex",
"sphinxcontrib.mermaid",
"nbsphinx",
Expand Down Expand Up @@ -69,6 70,10 @@
# https://pypi.org/project/sphinxcontrib-bibtex/
bibtex_bibfiles = ["references.bib"]

intersphinx_mapping = {
"spglib": ("https://spglib.github.io/spglib/", None),
}

# MyST
myst_enable_extensions = [
"amsmath",
Expand Down

0 comments on commit ee033f6

Please sign in to comment.