Navigation Menu

Skip to content

Releases: shlomif/primesieve-python

primesieve-python-2.3.0

25 Nov 07:40
f14d5c9
Compare
Choose a tag to compare

Add Python 3.9 support.

primesieve-python-2.2.0

05 Jan 00:13
b61f505
Compare
Choose a tag to compare

Update to Primesieve 7.5.

primesieve-python-2.1.0

21 Dec 15:08
Compare
Choose a tag to compare

The primesieve wheels (distribution packages) for Windows, macOS and Linux (for x86 and x64 CPUs) finally work! See the ChangeLog for more information.

primesieve-python-2.0.12

20 Dec 23:01
Compare
Choose a tag to compare
v2.0.12

Update ChangeLog

primesieve-python-2.0.5

19 Dec 08:22
Compare
Choose a tag to compare

See the ChangeLog for what's new.

primesieve-python-2.0.3

18 Dec 14:30
Compare
Choose a tag to compare

See the ChangeLog for what's new.

primesieve-python-2.0.2

17 Dec 14:30
Compare
Choose a tag to compare

See the ChangeLog for what's new.

primesieve-python-2.0.1

17 Dec 09:45
daa65b8
Compare
Choose a tag to compare

See the ChangeLog for what's new.

primesieve-python-2.0.0

23 Nov 14:39
Compare
Choose a tag to compare

In primesieve-python-2.0.0 the primesieve.primes(n) and primesieve.n_primes(n) functions have been sped up by 3x by using the array module under the hood (instead of python list). Many thanks to @shlomif and Brian Larsen for this feature! Also libprimesieve has been updated to the latest version which should provide significant speedups for many workloads e.g. multi-threading now also works on macOS and Windows.

The API of primesieve-python-2.0.0 is backwards compatible with the previous version. However support for Python 2.7 has been dropped since it is not possible to build a binary wheel for Python 2.7 on Windows using the latest libprimesieve.

primesieve-python-1.4.4

20 Aug 19:42
51632cc
Compare
Choose a tag to compare

See the ChangeLog for what's new.