Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Releases: speckleworks/PySpeckle

v1.3.0

02 Aug 17:29
Compare
Choose a tag to compare

1.3.0 (2019-08-02)

Features

  • objects: add object schema factory (9141480)
  • objects: add object schema factory (9d49e7b)

Reverts

  • objects: remove schema factory commits (0a40374)

v1.2.0

02 Aug 14:34
f472035
Compare
Choose a tag to compare

1.2.0 (2019-08-02)

Features

  • database: add database creation (f472035)

v1.1.0

29 Jun 23:02
Compare
Choose a tag to compare

1.1.0 (2019-06-29)

Features

  • websockets: initial websockets implementation using websocket-client (0d3abed), closes #1

v1.0.0

28 Jun 18:47
Compare
Choose a tag to compare

1.0.0 (2019-06-28)

Bug Fixes

  • factory methods: fix errors that sprung up from tests (2d173d6)
  • travis: seperate install from pre_install (2c55285)

Code Refactoring

  • speckle client: make subclass of ClientBase (d3f3534)

Features

  • client: setup resource factory based client resources (e826a49)

Reverts

  • travis: remove docs build to gh pages (bab0178)

BREAKING CHANGES

  • speckle client: client is initialised with host and version (but defaults points to hestia server
    so shouldn't break too many things.