55 Commits

Author SHA1 Message Date
Sergey B Kirpichev b62c4173d1 Support CPython v3.15 2026-06-20 09:10:21 +03:00
Sergey B Kirpichev fcb99d97a4 Make CONTRIBUTING.rst more visible 2026-06-02 10:18:37 +03:00
Sergey B Kirpichev db21709e9a Amend README.rst with 1.4.1 release 2026-05-26 08:18:30 +03:00
Sergey B Kirpichev 2f6a5d52f3 Drop support for CPython 3.9
(Following https://github.com/sympy/sympy/pull/28816)
2026-03-04 07:14:17 +03:00
Sergey B Kirpichev 951a7303db And update Release history 2026-02-22 08:42:21 +03:00
Sergey B Kirpichev 4a1475d7ec Amend 85fb02ab
test / tests (false, false, 3.13t) (push) Has been skipped
test / docs (push) Failing after 0s
test / linter (push) Failing after 0s
test / coverage (push) Failing after 0s
test / tests (false, false, 3.10) (push) Has been skipped
test / tests (false, false, 3.11) (push) Has been skipped
test / tests (false, false, 3.12) (push) Has been skipped
test / tests (false, false, 3.13) (push) Has been skipped
test / tests (true, 3.14) (push) Has been skipped
test / tests (false, false, 3.14) (push) Has been skipped
test / tests (false, false, 3.9) (push) Has been skipped
test / tests (true, pypy3.11) (push) Has been skipped
test / tests (false, false, 3.14t) (push) Has been skipped
Publish on PyPI / Publish distributions to PyPI (push) Has been cancelled
Publish on PyPI / Build distributions (push) Has been cancelled
2025-10-13 08:38:31 +03:00
Sergey B Kirpichev 6215098fda Update credits 2025-10-12 11:09:14 +03:00
Sergey B Kirpichev 85fb02ab25 Remove broken codecov integration (see mpmath/mpmath#709) 2025-10-12 11:00:39 +03:00
Sergey B Kirpichev f5b3e07ce4 Drop pypy3.10 from testing matrix (not supported by upstream) 2025-08-06 07:31:42 +03:00
Sergey B Kirpichev 5c719770ae Drop support for CPython 3.8
Closes #910
2025-01-29 10:35:48 +03:00
Sergey B Kirpichev 15238878b8 Remove remnants of fnzero 2024-09-16 07:01:09 +03:00
Sergey B Kirpichev 83b32f84fc Drop testing on PyPy 3.9
It seems, there will be no bugfix releases anymore,
see https://github.com/pypy/pypy/issues/5028#issuecomment-2337104585
2024-09-09 10:00:58 +03:00
Sergey B Kirpichev 41846b992a Claim support for CPython 3.13 and 3.14 2024-08-29 18:10:23 +03:00
Sergey B Kirpichev 6d2767de8b Point to https://mpmath.readthedocs.io/ for recent docs 2024-08-02 06:25:45 +03:00
Sergey B Kirpichev 2e6a1a6ff1 Test against PyPy nightly builds
This also drops testing against PyPy 3.8 (it's unmaintained).

Closes #762
2024-03-31 16:33:48 +03:00
Aharoni b6bbeb5413 Update README.rst (#771)
Added the mailing list Google group link
2024-03-30 16:24:19 +03:00
Aharoni b4c1e67fe8 Update README.rst
Contributor email ending missed the letter "o" in .com
2024-03-30 08:32:33 -04:00
Sergey B Kirpichev 319a2ac20c Enable testing on CPython 3.12-dev 2023-05-31 05:57:24 +03:00
Sergey B Kirpichev 035d9e33b1 Fix README.rst (mention GA instead of Travis CI) 2023-04-30 08:53:44 +03:00
Sergey B Kirpichev 057479e2ca Drop support for Python versions < 3.8
Closes #663
2023-03-30 06:00:33 +03:00
Sergey B Kirpichev 598627488d Merge branch 'master' into fix-584-setup-and-docs 2023-03-30 04:53:15 +03:00
Fangchen Li dfc289289d Drop py2 support (#629)
* remove xrange compat shim
* remove str compat shim
* remove exec compat shim
* remove object from class defination
* remove misc workarounds for python versions <3.5
* remove __future__ imports
* update readme
* Update setup.cfg

Closes #594

Co-authored-by: Fredrik Johansson <fredrik.johansson@gmail.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Colin B. Macdonald <cbm@m.fsf.org>
2023-03-30 04:50:18 +03:00
Sergey B Kirpichev 3ab0f5b42a Update README.rst
Closes #584
2023-03-27 06:08:14 +03:00
Sergey B Kirpichev 5a4dc36c33 Fix rest of links to the repo 2023-03-25 12:37:36 +03:00
Sergey B Kirpichev f530d5ed20 Point README.rst badges to the new repo 2023-03-25 07:41:36 +03:00
Fredrik Johansson b5c04506ef version 1.3.0
test / build (2.7) (push) Has been cancelled
test / build (3.10) (push) Has been cancelled
test / build (3.11) (push) Has been cancelled
test / build (3.5) (push) Has been cancelled
test / build (3.6) (push) Has been cancelled
test / build (3.7) (push) Has been cancelled
test / build (3.8) (push) Has been cancelled
test / build (3.9) (push) Has been cancelled
test / build (pypy2.7) (push) Has been cancelled
test / build (pypy3.9) (push) Has been cancelled
2023-03-07 17:43:16 +01:00
Nike Dattani b8ab8c84bd Added Version 1.2.0 (February 2021) to README.rst 2022-08-22 18:59:13 -04:00
Sergey B Kirpichev 25700e23b4 Drop support for CPython 3.4
Reason: test failure for the master.  GA has no such version
support anymore, e.g.:
https://github.com/fredrik-johansson/mpmath/runs/2005546465
2021-03-02 17:55:09 +03:00
fredrik d806af3a63 version 1.2.0
test / build (2.7) (push) Has been cancelled
test / build (3.10-dev) (push) Has been cancelled
test / build (3.4) (push) Has been cancelled
test / build (3.5) (push) Has been cancelled
test / build (3.6) (push) Has been cancelled
test / build (3.7) (push) Has been cancelled
test / build (3.8) (push) Has been cancelled
test / build (3.9) (push) Has been cancelled
test / build (pypy2) (push) Has been cancelled
test / build (pypy3) (push) Has been cancelled
2021-02-01 22:26:49 +01:00
Sergey B Kirpichev 7775622f37 Enable testing with the Github Actions
Closes #553
2021-01-20 15:30:23 +03:00
Tom Minka 6ef6ac44a9 Fixed broken link in README
Added pytest.ini
2020-05-20 12:37:36 +01:00
Sergey B Kirpichev 770275998f Revert "Drop support of CPython 3.4"
This reverts commit 5e3654757d.
2019-02-04 23:38:53 +03:00
Sergey B Kirpichev 5e3654757d Drop support of CPython 3.4 2019-02-03 21:15:01 +03:00
Sergey B Kirpichev 03b7514510 Drop dependency on six and implement exec() function for py2
We use "imports from future" to get print() function.
2019-02-03 15:00:19 +03:00
Sergey B Kirpichev b746b504f5 Add codecov badge 2018-12-23 19:09:04 +03:00
Sergey B Kirpichev bcafa7f6ff Correct python runtime requirements 2018-12-23 18:14:30 +03:00
Fredrik Johansson 1e0743086a Fix statement about supported Python versions 2018-12-11 17:08:24 +01:00
fredrik 475527a7b5 version 1.1.0 2018-12-11 16:18:06 +01:00
Fredrik Johansson 3f1e91ab5c pypi, travis, zenodo badges on top of readme 2018-11-02 12:50:34 +01:00
Sergey B Kirpichev 657d175a5e Announce dropping support for CPython 2.6 and 3.2 2018-08-18 18:16:03 +03:00
Fredrik Johansson 8e21a63872 version 1.0.0 2017-09-27 16:59:02 +02:00
Sergey B Kirpichev 2e310c73db Add instructions on how to install Mpmath with pip 2015-01-01 17:20:32 +03:00
Fredrik Johansson 0ce89254e0 update docs and call this 0.19 2014-06-10 16:27:36 +02:00
Fredrik Johansson 26c98b05a1 update urls 2014-04-29 00:55:12 +02:00
Sergey B Kirpichev e43bc402bc Move issues: change issue tracker URI 2014-04-20 21:24:30 +04:00
Fredrik Johansson 2fcac5cbe0 credit skirpichev 2014-04-16 17:38:39 +02:00
Fredrik Johansson 35379e92ba Update a couple of URLs in README.rst 2014-04-15 12:25:11 +02:00
Sergey B Kirpichev 3abbc7e484 Add travis banner in the README.rst 2014-04-10 18:49:20 +04:00
Fredrik Johansson 4ce0b0d1db call this 0.18 2013-12-31 19:41:53 +01:00
Fredrik Johansson cf24b399a4 update changelog 2013-12-28 17:30:43 +01:00