diff --git a/README.md b/README.md index 44b6ceaf..c0f0b088 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,26 @@ Note that in the [doc/books](https://github.com/pygae/galgebra/blob/master/doc/b +Star History +------------------- + + + + + + Star History Chart + + + +Contributors +------------------- + + + + + +Made with [contrib.rocks](https://contrib.rocks). + Citing This Library ------------------- diff --git a/doc/changelog.rst b/doc/changelog.rst index 59b5281a..489fed42 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :release:`0.5.2 <2024.05.01>` + +- :support:`517` Add citation info, star history, contributors to README, and fix zenodo citation issue for ``0.5.1``. + - :release:`0.5.1 <2024.03.31>` - :bug:`495` ``MatrixFunction`` is broken since SymPy 1.11, which is required by initializing :class:`~galgebra.ga.Ga` with ``gsym`` and ``coords``, this is now fixed with a workaround (:issue:`507`). diff --git a/galgebra/_version.py b/galgebra/_version.py index 726c6978..5aa7f5f3 100644 --- a/galgebra/_version.py +++ b/galgebra/_version.py @@ -5,4 +5,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module -__version__ = '0.5.1' +__version__ = '0.5.2'