Skip to content

Releases: jxz12/s_gd2

Python 3.10, 3.11 support

01 Nov 22:07
c4f99e9
Compare
Choose a tag to compare

Added new wheels with support for Python 3.10 and 3.11.

Python 3.8, 3.9 support

22 Jan 19:28
88a4605
Compare
Choose a tag to compare

Added new wheels with support for Python 3.8 and 3.9.

v1.8

16 Aug 16:40
b5ee2c1
Compare
Choose a tag to compare

Removes the requirement to have numpy installed before installation of s_gd2.

v1.7

08 Dec 12:32
b42d94e
Compare
Choose a tag to compare
  • Code now runs 20% faster due to a better random number generator.
  • Conda-forge should not complain due to visual c++ 2008 python2.7 compilation on Windows

v1.6

06 Dec 16:27
435032b
Compare
Choose a tag to compare
  • Removed all c++11 features to satisfy conda-forge
  • Fixed random seeding bug
  • Removed forced dependence on matplotlib

v1.5

04 Dec 20:12
f8fd8a9
Compare
Choose a tag to compare

First release with CI to automatically build wheels and upload to PyPI