Skip to content

Releases: oceanprotocol/pdr-backend

v0.4.0

29 Apr 20:02
9e87b23
Compare
Choose a tag to compare

What's Changed

New Features & Breaking Changes

Bug Fixes

Documentation and Other Refactors

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

13 Mar 12:45
61389d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Feb 18:34
50fa66c
Compare
Choose a tag to compare

What's Changed

Fixes a critical bug appeared in v0.3.0 predictoor agent. (#688)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

28 Feb 04:21
e4d4ca2
Compare
Choose a tag to compare

In this release, the main change is: prediction bots submit "up" and "down" predictions with a stake-weighted confidence on each, i.e. "two-sided prediction". This reduces epoch-to-epoch variance and increases profitability.

What's changed

  • Predictoor bots: Two-sided prediction #670. Easy deployment of >1 agents via Kubernetes + CLI; pm2 deprecated #570
  • Trader bots: live-mocking ability, enabling "ghost" trades.
  • Simulator: predictions are two-sided. Trades use model confidence. New plots like predictoor profit vs. time and a visual of model probability response surface. Live trading possible.
  • Data pipeline: better structure. Analytics are starting to get built on top.
  • UX: There is now proper Python-style logging. ppss.yaml tuned. Small CLI utilities added.
  • Core: The codebase is more robust, including greatly-expanded type-checking and several bug fixes. Predictoor and trader agents are refactored to be simpler. Technical debt is low -- no small feat.

Contributors: @trizin @calina-c @KatunaNorbert @kdetry @idiom-bytes @graceful-coder @trentmc

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Jan 16:58
3544c73
Compare
Choose a tag to compare

This release migrates existing main.py files to the pdr CLI. Agent configuration is now done in a YAML file, with the sole environment variable being for the private key. All agents are now operated from the pdr CLI.

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

15 Jan 15:17
e93c4be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Nov 10:02
8c0e023
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Nov 10:26
76a225e
Compare
Choose a tag to compare

What's Changed

  • issue376: accuracy rate issue by @kdetry in #377
  • Enforce newer ccxt and accomodate changes. by @calina-c in #386
  • Increase default subgraph timeout and retry count by @trizin in #390
  • #229 - Test trueval agent batch.py gets stuck in infinite loop by @trizin in #367

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Nov 15:07
8c5fedf
Compare
Choose a tag to compare

Initial Release

What's Changed

Read more