Skip to content

Commit d4d09bd

Browse files
authored
Release 0.5.2 (#517)
Add citation info, star history, contributors to README, and fix zenodo citation issue for `0.5.1`.
1 parent 4607cda commit d4d09bd

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,26 @@ Note that in the [doc/books](https://github.com/pygae/galgebra/blob/master/doc/b
252252

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

255+
Star History
256+
-------------------
257+
258+
<a href="https://star-history.com/#pygae/galgebra&Date">
259+
<picture>
260+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=pygae/galgebra&type=Date&theme=dark" />
261+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=pygae/galgebra&type=Date" />
262+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=pygae/galgebra&type=Date" />
263+
</picture>
264+
</a>
265+
266+
Contributors
267+
-------------------
268+
269+
<a href="https://github.com/pygae/galgebra/graphs/contributors">
270+
<img src="https://contrib.rocks/image?repo=pygae/galgebra" />
271+
</a>
272+
273+
Made with [contrib.rocks](https://contrib.rocks).
274+
255275
Citing This Library
256276
-------------------
257277

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
- :release:`0.5.2 <2024.05.01>`
6+
7+
- :support:`517` Add citation info, star history, contributors to README, and fix zenodo citation issue for ``0.5.1``.
8+
59
- :release:`0.5.1 <2024.03.31>`
610

711
- :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`).

galgebra/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 1) we don't load dependencies by storing it in __init__.py
66
# 2) we can import it in setup.py for the same reason
77
# 3) we can import it into your module
8-
__version__ = '0.5.1'
8+
__version__ = '0.5.2'

0 commit comments

Comments
 (0)