Skip to content

Releases: s4w3d0ff/python-poloniex

python-poloniex v0.4.4

14 Jun 17:57
Compare
Choose a tag to compare

Change Log:

  • moved retry, added logic for new poloniex connection errors and to reduce nonce errors #127
  • default timeout is now None (it waits forever...) #127
  • removed polocalbox.py and getTrollboxMessages command (RIP trollbox 😢) #127
  • added pandas chart example #128
  • updated readme and other minor changes

python-poloniex v0.4.3

23 May 02:58
Compare
Choose a tag to compare

Change Log:

  • default timeout is now 80 sec
  • new getTrollboxMessages command (not in polo docs)

python-poloniex v0.4.2

02 May 21:53
Compare
Choose a tag to compare

Change Log:

  • fix key and secret variables so we can make private calls again...

python-poloniex v0.4.1 - BROKEN

02 May 17:19
Compare
Choose a tag to compare

Change Log:

  • #107 copied docs to doc strings (with edits) and changed arg names to match api param names

Arg Names:

Before -> After
Poloniex object:
Key, Secret -> key, secret
all methods:
coin -> currency
pair -> currencyPair
transferBalance:
fromac -> fromAccount
toac -> toAccount
createLoanOffer:
rate -> lendingRate

python-poloniex v0.3.7

02 May 17:04
Compare
Choose a tag to compare

Change Log:

  • #106 loanbot changes

python-poloniex v0.3.6

22 Apr 21:28
Compare
Choose a tag to compare

Change Log:

  • #99 fixed the move order 'amount' argument
  • #103 #102 #97 nonce updates
  • minor bug fix in examples

python-poloniex v0.3.5

19 Apr 00:40
Compare
Choose a tag to compare

Change Log:

  • #96 travis.yml
  • #97 fixed
  • #98 new loanbot
  • fancy badges in readme, such fancy

python-poloniex v0.3.4

13 Apr 07:33
Compare
Choose a tag to compare

Change Log:

  • #87 use semaphore coach as default
  • #88 add retry for requests exception
  • #92 cleaned up json parsing (internal)
  • #94 use new poloniex.PoloniexError exception for internal and poloniex.com errors
  • #95 unittests
  • minor bug fixes

TODO:

  • pypi

python-poloniex v0.3.3

30 Mar 00:51
Compare
Choose a tag to compare

v0.3.2 but with version bump, sorry...

python-poloniex v0.3.2

30 Mar 00:39
Compare
Choose a tag to compare

Change Log:

  • #80 #83 bugs in coach fixed and all 3 versions now included
  • #73 mongo ticker updated

TODO:

  • unittests
  • pypi