-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1295 from undingen/release051
docker: we are now using cython 0.24 + update readme for 0.5.1 release
- Loading branch information
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ docker run -it pyston/pyston-numpy | |
To install it yourself, one needs a modified Cython, as well as to install numpy from source in order to invoke our modified Cython. | ||
|
||
``` | ||
pip install https://github.com/dropbox/pyston/releases/download/v0.5.0/Cython-0.22.0-pyston.tar.gz | ||
pip install https://github.com/dropbox/pyston/releases/download/v0.5.1/Cython-0.24.0-pyston.tar.gz | ||
pip install git+git://github.com/numpy/[email protected] | ||
``` | ||
|
||
|
@@ -53,6 +53,11 @@ See [travis-ci.org/dropbox/pyston/builds](https://travis-ci.org/dropbox/pyston/b | |
|
||
##### v0.6: coming soon | ||
|
||
##### v0.5.1: [released 7/14/2016](https://blog.pyston.org/2016/07/14/pyston-0-5-1-released/) | ||
- misc baseline JIT and inline cache improvements | ||
- SciPy support | ||
- analysis passes now use vregs instead of names | ||
|
||
##### v0.5: [released 5/25/2016](https://blog.pyston.org/2016/05/25/pyston-0-5-released/) | ||
- Reference counting | ||
- Signals support, generator cleanup, more C API support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters