Skip to content

Commit

Permalink
Merge pull request #1295 from undingen/release051
Browse files Browse the repository at this point in the history
docker: we are now using cython 0.24 + update readme for 0.5.1 release
  • Loading branch information
undingen authored Jul 14, 2016
2 parents d375dfd + b9ab979 commit abb4b13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/pyston-numpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -x \

ENV PATH /pyston_env/bin/:$PATH

RUN pip install https://github.com/dropbox/pyston/releases/download/${PYSTON_TAG}/Cython-0.22-pyston.tar.gz
RUN pip install https://github.com/dropbox/pyston/releases/download/${PYSTON_TAG}/Cython-0.24-pyston.tar.gz

RUN echo "source /pyston_env/bin/activate" >> /root/.bashrc

Expand Down
2 changes: 1 addition & 1 deletion docker/pyston/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -x \

ENV PATH /pyston_env/bin/:$PATH

RUN pip install https://github.com/dropbox/pyston/releases/download/${PYSTON_TAG}/Cython-0.22-pyston.tar.gz
RUN pip install https://github.com/dropbox/pyston/releases/download/${PYSTON_TAG}/Cython-0.24-pyston.tar.gz

RUN echo "source /pyston_env/bin/activate" >> /root/.bashrc

Expand Down

0 comments on commit abb4b13

Please sign in to comment.