Skip to content

PySkycoin 0.25.0

Compare
Choose a tag to compare
@olemis olemis released this 17 Jan 18:54
· 615 commits to master since this release
dcce7ce

Installing dependencies

Installation from source packages requires in advance

Installation

Install PySkycoin version 0.25.0 from PyPI

pip install PySkycoin==0.25.0.post1

Upgrading 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 build target to build PySkycoin C extension module
  • Add make help
  • Add Python-specific SWIG interface files
  • Add skycoin/skycoindev-python:develop Docker image including Python 3.4, 3.5, 3.6, and 3.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