All Versions
10
Latest Version
2.0
Avg Release Cycle
267 days
Latest Release
1274 days ago

Changelog History

  • v2.0 Changes

    October 28, 2020

    http://blog.pyston.org/?p=895

    ๐Ÿ“ฆ We are providing Ubuntu amd64 packages for 18.04 and 20.04 please download the corresponding package.
    After installing via sudo apt install ./pyston_2.0*.deb you can run pyston via pyston or pip-pyston.

    ๐Ÿ“ฆ We recommend setting up virtual environments using pyston -m venv since the Ubuntu-provided virtualenv package is fairly old.

    For more information and known issues have a look at our wiki https://github.com/pyston/pyston/wiki

  • v1.0

    October 28, 2020
  • v0.6.1 Changes

    January 31, 2017

    ๐Ÿš€ See our blog post for more details.
    ๐Ÿณ Also try out our new docker images:

    docker run -it pyston/pyston:0.6.1
    

    or with NumPy included:

    docker run -it pyston/pyston-numpy:0.6.1
    
  • v0.6 Changes

    November 21, 2016

    ๐Ÿš€ See our blog post for more details.
    ๐Ÿณ Also try out our new docker images:

    docker run -it pyston/pyston:0.6.0
    

    or with NumPy included:

    docker run -it pyston/pyston-numpy:0.6.0
    
  • v0.5.1 Changes

    July 14, 2016

    ๐Ÿš€ See our blog post for more details.
    ๐Ÿณ Also try out our new docker images:

    docker run -it pyston/pyston:0.5.1
    

    or with NumPy included:

    docker run -it pyston/pyston-numpy:0.5.1
    
  • v0.5.0 Changes

    May 25, 2016

    ๐Ÿš€ https://blog.pyston.org/2016/05/25/pyston-0-5-released/

    ๐Ÿณ Also try out our new docker images:

    docker run -it pyston/pyston:0.5.0
    
  • v0.4 Changes

    October 31, 2015

    ๐Ÿ‘€ See our blog post for more details.

    You may need to install some libraries to be able to run the pre-built binary. On an ubuntu 14.04 system, the following should be enough:

    sudo apt-get install libsqlite3-0 libgmp10 libatomic1
    
  • v0.3 Changes

    February 24, 2015

    ๐Ÿ‘€ See our blog post for more details.

  • v0.2

    September 11, 2014
  • v0.1

    April 03, 2014