Skip to content

v0.6.0 - 2026-01-28

Choose a tag to compare

@szemate szemate released this 28 Jan 17:17
· 11 commits to master since this release
e66a064

Release for Forecastathon Round 4.

Added

  • Add Python 3.14 support (#45)
  • Add Prediction Product schemas to afp.schemas module for product creation (#45)
  • Add Product.pin() method for extended metadata IPFS upload an pinning (#46)
  • Add Product.validate() and Product.validate_json() methods for importing and validating product specifications (#46)
  • Add Product.dump() and Product.dump_json() methods for exporting product specifications (#46)
  • Add Product.get() method for downloading product specifications from Autonity & IPFS (#46)

Changed

  • Update Product.register() method signature with the initial_builder_stake attribute (#45)
  • Update the AutEx exchange interface (#42)
  • Update contract bindings for the updated Clearing System interface (#42)
  • Update default contract addresses (5948faa)

Removed

  • Remove Python 3.11 support (#45)
  • Remove the Product.create() method (#45)
  • Remove deprecated methods Trading.open_orders(), Product.create_product(), Product.register_product() and Product.product_state() (#41)