From 23160642f9bdd38db479799068b2ef9a6e36f007 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Sun, 21 Nov 2021 21:36:56 +0100 Subject: [PATCH] Added changelog --- CHANGELOG.md | 6 ++++++ MANIFEST.in | 1 + README.md | 5 ++--- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..64351997 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + +## Unreleased + +### Removed +* LLVM backend because it was not used much and not good integrated in pystencils. diff --git a/MANIFEST.in b/MANIFEST.in index 90981715..3d3c4785 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include README.md include COPYING.txt include AUTHORS.txt include CONTRIBUTING.md +CHANGELOG.md global-include *.pyx include versioneer.py include pystencils/_version.py diff --git a/README.md b/README.md index e3e54f55..0b09df94 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ All options: - `autodiff`: enable derivation of adjoint kernels and generation of Torch/Tensorflow operations - `doc`: packages to build documentation - `kerncraft`: use kerncraft for automatic performance analysis -- `llvm_jit`: llvmlite as additional CPU backend Options can be combined e.g. ```bash @@ -73,12 +72,12 @@ Documentation ------------- Read the docs [here](https://pycodegen.pages.i10git.cs.fau.de/pystencils) and -check out the Jupyter notebooks in `doc/notebooks`. +check out the Jupyter notebooks in `doc/notebooks`. The **Changelog** of pystencils can be found [here](https://i10git.cs.fau.de/pycodegen/pystencils/-/blob/master/CHANGELOG.md). Authors ------- -Many thanks go to the [contributors](AUTHORS.txt) of pystencils. +Many thanks go to the [contributors](https://i10git.cs.fau.de/pycodegen/pystencils/-/blob/master/AUTHORS.txt) of pystencils. ### Please cite us -- GitLab