Releases: alibaba/pipcook
Releases · alibaba/pipcook
v1.3.0 Release
Bump version to 1.2.0
v1.2.0 Bump version to 1.2.0 (#551)
Bump version to 1.1.2
v1.1.2 Publish (#474)
Bump version to 1.1.1
v1.1.1_ Update release to commit before publish (#464)
Bump version to 1.1.1
v1.1.1 bump version to 1.1.1 (#463)
Release pipcook 1.0.5
Publish v1.0.5 (#387) - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected] - @pipcook/[email protected]
publish the pipcook v1.0.4
pipboard: fix the lint crash by eslint-plugin-react (#375) The [email protected] introduced a crash bug when linting a source with anonymous function with es module. This PR removes all related anonymous functions to hotfix the problem. See https://github.com/yannickcr/eslint-plugin-react/issues/2728
Release pipcook 1.0.3
v1.0.3 boa: fix compile error when path with space (#322)
Update costa version to 1.0.1
v1.0.1 bump costa version to 1.0.1
publish the pipcook v1.0.0
The following is what exactly we want Pipcook v1 looks like:
We will introduce a new and unified layer for end-user that's so-called "Pipcook ML App", its goal is to simplify the developing machine learning applications, for more details you can go #33.
Now Pipcook is to be runtime for building ML applications, rather than a Node.js library. So we also make original pipcook-core to be a Daemon Process, it's used to operate plugins, and manage Pipelines via a new declarative language Pipeline IR.
To make sure what every plugin could run in more safety and powerful, Pipcook v1 is also to add the Plugin Runtime, which should be a standalone process/thread (via configuration), and there are the followings for plugin developers:
- ML API: it's the low-level machine learning APIs.
- Builtin Tensorflow.js library.
- Python APIs via Node.js lets you call other Python functions in JavaScript seamlessly.