Skip to content

Releases: instill-ai/instill-core

v0.1.3-alpha

24 Feb 19:17
c5b90ee
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

0.1.3-alpha (2022-02-24)

Bug Fixes

v0.1.2-alpha

21 Feb 00:44
91931e0
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

0.1.2-alpha (2022-02-21)

Project Updates

  • A full local development tooling with docker-compose
  • Preliminary model serving for multiple Deep Learning frameworks
  • Pipeline with sync mode to handle blocking data flow
  • Go example codes

Bug Fixes

  • add name in update model api (#41) (35b7e31)
  • docker-compose: change correct dependency for temporal (#60) (eb98049)
  • update model backend without specify version when creating model (#63) (f4cf161)
  • wrong type in sample model prediction (#39) (523d5f8)

v0.1.1-alpha

13 Feb 02:57
e71b2e9
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

0.1.1-alpha (2022-02-13)

Miscellaneous Chores

v0.1.0-alpha

11 Feb 19:43
1ce3669
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

0.1.0-alpha (2022-02-11)

Features

  • add provisioned visual-data-pipeline from docker-compose (0ec790b)
  • initial commit (2916d75)
  • refactor the name to visual data preparation and add model-backend into docker-compose (#7) (d24c0ef)
  • refactor to adopt koanf configuration management (51eba89)

Bug Fixes