-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General Improvements: C extension, Py2 Py3 compatibility, Performance #7
base: master
Are you sure you want to change the base?
Commits on Jan 27, 2017
-
- C extension (with fallback to python code)
- Rewrote python code to match C code more closely -- which doubled the performance (on my machine) - Python 2 and Python 3 compatible (except for the doctests, sorry).
tim committedJan 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 3ee1a52 - Browse repository at this point
Copy the full SHA 3ee1a52View commit details
Commits on Mar 10, 2017
-
Only build C-extension if not on Windows
... because this is easier than fixing the extension on Windows.
Configuration menu - View commit details
-
Copy full SHA for 00c9e32 - Browse repository at this point
Copy the full SHA 00c9e32View commit details -
Merge pull request #1 from sscherfke/patch-1
Only build C-extension if not on Windows
Configuration menu - View commit details
-
Copy full SHA for 35ac53c - Browse repository at this point
Copy the full SHA 35ac53cView commit details -
This enables us to do "pip install git+<repo-URI>".
Stefan Scherfke committedMar 10, 2017 Configuration menu - View commit details
-
Copy full SHA for bf6c34f - Browse repository at this point
Copy the full SHA bf6c34fView commit details -
Merge pull request #2 from sscherfke/general-improvement
Move setup.py to root level.
Configuration menu - View commit details
-
Copy full SHA for 20c5c12 - Browse repository at this point
Copy the full SHA 20c5c12View commit details -
Remove the / at the end of the paths in setup.py
Stefan Scherfke committedMar 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 6f39826 - Browse repository at this point
Copy the full SHA 6f39826View commit details -
Merge pull request #3 from sscherfke/general-improvement
Remove the / at the end of the paths in setup.py
Configuration menu - View commit details
-
Copy full SHA for fe3b74d - Browse repository at this point
Copy the full SHA fe3b74dView commit details
Commits on Jul 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e3e2a75 - Browse repository at this point
Copy the full SHA e3e2a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3dfcad - Browse repository at this point
Copy the full SHA a3dfcadView commit details