Releases: kleveross/ormb
v0.0.4
Changelog
f10964c chore: Disable CGO by default (#81)
45e5160 feat(initializer): Use subcommand to keep the real logic (#83)
9ecaf81 feat(makefile): Enable CGO (#84)
410f549 feat: Add CLI demo (#85)
4eb4eb6 feat: Remove useless logic (#78)
e6dbd64 fix(Makefile): enable race detection in tests only (#86)
ecb8e51 fix(link): error link (#79)
v0.0.3
Changelog
39861a8 feat(ci): Add Travis CI config (#60)
04e340c feat: Add more tests (#70)
3196332 chore(ci): Add coveralls (#65)
c723bbe feat(example): Add some example models (#69)
ed2c617 feat(pmml): Support PMML signature (#72)
eb3ae22 feat(test): Add basic test cases (#61)
5c58ccd feat: Add client test (#66)
72e666c feat: Add logo (#75)
c314986 feat: Add test for cache (#68)
dc0e472 feat: Add test for oras client (#64)
ab5ab8d feat: Add version subcommand (#71)
2cb1aa4 feat: Release python package in pypi (#52)
ddf93aa feat: Support signature in metadata data structure (#58)
1ddc73a feat: Update readme (#51)
dbd3a38 feat: Update spec's Tensor (#74)
324cc3a feat: Use docker.io in Makefile (#56)
16fdec9 fix(example): Update savedmodel example (#67)
beb0756 support python sdk for ormb (#45)
v0.0.2
v0.0.1
Changelog
df18cba Initial commit
cc915c7 feat(cmd): Support custom cache (#17)
b5be1d4 feat(cmd): Support remove cmd (#22)
d52e917 feat(cmd): support HTTP (#20)
734593e feat(docs): Add model config spec (#16)
40aef7e feat(docs): Add quick start (#15)
0a501a9 feat(examples): Add SavedModel (#19)
5a78f3e feat: Add usage in readme (#2)
3be00ad feat: Export metadata (#28)
e279873 feat: Implement the prototype (#1)
958a675 feat: Print format in stdout (#26)
340f2a7 feat: Refactor the directory sturcture of model bundle (#10)
62e3a28 fix(cmd): Remove panic logic (#21)