Skip to content

Commit

Permalink
Release 0.5.2 (#517)
Browse files Browse the repository at this point in the history
Add citation info, star history, contributors to README, and fix zenodo citation issue for `0.5.1`.
  • Loading branch information
utensil authored May 1, 2024
1 parent 4607cda commit d4d09bd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,26 @@ Note that in the [doc/books](https://github.com/pygae/galgebra/blob/master/doc/b

<!-- end: bundled-resources -->

Star History
-------------------

<a href="https://star-history.com/#pygae/galgebra&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=pygae/galgebra&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=pygae/galgebra&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=pygae/galgebra&type=Date" />
</picture>
</a>

Contributors
-------------------

<a href="https://github.com/pygae/galgebra/graphs/contributors">
<img src="https://contrib.rocks/image?repo=pygae/galgebra" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

Citing This Library
-------------------

Expand Down
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion galgebra/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d4d09bd

Please sign in to comment.