Releases: skycoin/pyskycoin
Releases · skycoin/pyskycoin
Release list
Pyskycoin 0.26.0
PySkycoin 0.25.1
Added
- Add
skyapi, a wrapper for Skycoin node REST API at version 0.25.1 - Export functions in Skycoin 0.25.1 core API's
skyapiclient for Skycoin node REST API- Support for building ARM 32 / 64 bits architectures.
Fixed
- Virtual envs now work for every Python version of interest
Removed
- Delete function
SKY_base58_String2Hex
PySkycoin 0.25.0
Installing dependencies
Installation from source packages requires in advance
- the
gobuild toolchain installed by either downloading the Go distribution or using gimme - a
Ccompiler, e.g.gcc - SWIG 3.0.12 installed
Installation
Install PySkycoin version 0.25.0 from PyPI
pip install PySkycoin==0.25.0.post1Upgrading packages
If a previous version is already installed in your system then it is possible to upgrade to PySkycoin version 0.25.0 from PyPI.
pip install --upgrade PySkycoin
Download files
PySkycoin 0.25.0 source and binary releases are available from PyPI . Look for the right file for your platform. If you're not sure of which one to choose, learn more about installing packages.
Changelog [0.25.0] - 2019/01/01
Added
- Feature compatible with Skycoin
v0.25.0 - Add
make buildtarget to build PySkycoin C extension module - Add
make help - Add Python-specific SWIG interface files
- Add
skycoin/skycoindev-python:developDocker image including Python3.4,3.5,3.6, and3.7 - Support for Skycoin
api,cipher,cli,coin,params,util,wallet,wallet_option.
Fixed
- Fix #73 - Wrong number or type of arguments for overloaded function
SKY_cipher_GenerateDeterministicKeyPairs
Changed
- Generate error codes from SWIG interface files
- Define PySkycoin
__version__in a single place