Skip to content

Releases: B4rtware/morpho

v1.0.0a3 - (10.06.2020)

10 Jun 12:55
54c4063

Choose a tag to compare

Pre-release

🔨 Fixed

  • fixed: worker signature allowing optional BaseModel (de07dde)
  • fixed: supressed error which was raised by not converting the options dict to the options BaseModel (309e20e)
  • fixed: is_byte64_encoded variable still being used and caused crashes (d4498f3)

v1.0.0a2 - (07.06.2020)

07 Jun 14:02
b5ba84a

Choose a tag to compare

Pre-release

💌 Added

  • added: changelog

♻️ Changed

  • changed: temporarily remove grpcio depencdency until it is fully integrated
  • changed(examples): remove client examples which where based on grpcio

🔨 Fixed

  • fixed(client): pydantic conversion functions not being used
  • fixed(models): wrong type for options property

v1.0.0a1 - (03.06.2020)

02 Jun 23:15
0189195

Choose a tag to compare

Pre-release

Initial Release