Skip to content

Commit

Permalink
Merge pull request #504 from pygae/consistent-ver
Browse files Browse the repository at this point in the history
Be clear and consistent about the supported Python and SymPy versions
  • Loading branch information
utensil committed Mar 30, 2024
2 parents e96f8d1 + bc41443 commit 66ee972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ Development Status
![PyPI - Status](https://img.shields.io/pypi/status/galgebra.svg)
![GitHub contributors](https://img.shields.io/github/contributors/pygae/galgebra.svg)
[![Codecov](https://img.shields.io/codecov/c/github/pygae/galgebra.svg)](https://codecov.io/gh/pygae/galgebra)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pygae/galgebra.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pygae/galgebra/context:python)
[![Maintainability](https://api.codeclimate.com/v1/badges/26d1c1b351d32d2b1097/maintainability)](https://codeclimate.com/github/pygae/galgebra/maintainability)

[brombo/galgebra](https://github.com/brombo/galgebra) was originally written by Alan Bromborsky, but was no longer actively maintained, and as of 2019-11-25 no longer exists.

[pygae/galgebra](https://github.com/pygae/galgebra) is a community fork, maintained by [Pythonic Geometric Algebra Enthusiasts](https://github.com/pygae).

The fork supports Python 3, increases test coverage, set up CI and linters, maintains releases to [PyPI](https://pypi.org/project/galgebra/#history), improves [docs](http://galgebra.readthedocs.io) and has many bug fixes, see [Changelog](https://galgebra.readthedocs.io/en/latest/changelog.html).
The fork supports Python 3, increases test coverage, sets up CI and linters, maintains releases to [PyPI](https://pypi.org/project/galgebra/#history), improves [docs](http://galgebra.readthedocs.io) and has many bug fixes, see [Changelog](https://galgebra.readthedocs.io/en/latest/changelog.html).

Features
--------------------
Expand Down Expand Up @@ -164,8 +163,12 @@ Installing GAlgebra
### Prerequisites

- Works on Linux, Windows, Mac OSX
- [Python](https://www.python.org/) >= 3.5 (0.4.x was the last supported release series for Python 2.7)
- [SymPy](https://www.sympy.org) >= 1.3
- [Python](https://www.python.org/) >= 3.8
- 0.5.0 was the last supported release for Python 3.5-3.7
- 0.4.x was the last supported release series for Python 2.7
- [SymPy](https://www.sympy.org) >= 1.3
- Only SymPy 1.12 is tested via CI, see `.github/workflows/ci.yml` for more details
- 0.5.0 was the last supported release for SymPy 1.7

### Installing GAlgebra From PyPI (Recommended for users)

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 66ee972

Please sign in to comment.