Skip to content

Release 0.46.0

Compare
Choose a tag to compare
@flikka flikka released this 17 Dec 11:55
· 313 commits to master since this release
994a9f8

Breaking change

  • Make Machine a first class citizen (#794)

A major refactoring and renaming have taken place. Essentially the concept of Machine is more prominent.
For the users, the main difference is the paths to models.

For example:

from gordo_components.model.models import KerasAutoEncoder

is now

from gordo_components.machine.model.models import KerasAutoEncoder