Skip to content

Latest commit

 

History

History
739 lines (508 loc) · 59.6 KB

CHANGELOG.md

File metadata and controls

739 lines (508 loc) · 59.6 KB

Change Logs

Jina is released on every Friday evening. The PyPi package and Docker Image will be updated, the changes of the release will be tracked by this file.

Release Note (0.0.4)

Release time: 2020-03-31 10:03:38

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, 🙇

🐞 Bug fixes

  • [aecc7fcf] - release script logic (Han Xiao)

Release Note (0.0.5)

Release time: 2020-04-10 15:59:20

🙇 We'd like to thank all contributors for this new release! In particular, Nan Wang, Han Xiao, Xiong Ma, hanxiao, jina-bot, Jina Dev Bot, 🙇

🆕 New Features

  • [063152d4] - indexer: clean up indexers (Nan Wang)
  • [4b130f29] - indexer: add LevelDb indexer (Nan Wang)
  • [b184c0e2] - crafter: add docs (Nan Wang)
  • [8349c33e] - crafter: add Sentencizer (Nan Wang)
  • [d54e1ed4] - crafter: fix the line width (Nan Wang)
  • [1a13e90b] - crafter: adapt the ChunkCrafterDriver (Nan Wang)
  • [20bd5277] - crafter: fix unittests (Nan Wang)
  • [834760f1] - fix sse endpoint for dashboard (Han Xiao)
  • [e48331b8] - add prefetch to gateway (Han Xiao)
  • [7f0fc881] - crafter: add test arrays (Nan Wang)
  • [d2db40e6] - crafter: add sliding window (Nan Wang)
  • [fd6a2e65] - crafter: add resize crafters (Nan Wang)
  • [ac30e1bd] - add flow cli (Han Xiao)
  • [e929ecc4] - crafter: add cropers (Nan Wang)
  • [09bc3c10] - crafter: add ImageReader (Nan Wang)
  • [db1234c9] - pod: add load balancing as one scheduler (Han Xiao)
  • [964aa7d3] - proto: update proto (Han Xiao)
  • [84ff5b84] - add load balancing to pods (Han Xiao)
  • [2cf9a9d3] - add SPTAG indexer, fix #170 (Han Xiao)
  • [58c3d705] - add NMSLIB indexer, fix #169 (Han Xiao)
  • [a2e26e48] - encoder: remove the PCAEncoder (Nan Wang)
  • [62b0d840] - encoder: fix codes in response to the reviews (Nan Wang)
  • [4448ff58] - encoder: fix the unittests (Nan Wang)
  • [db2a4ea5] - encoder: fix the extra-requirements (Nan Wang)
  • [6feb20fb] - encoder: add the PCAEncoder and refactoring unittests (Nan Wang)
  • [196e6907] - encoder: clean up useless args (Nan Wang)
  • [bf110817] - encoder: add the IncrementalPCAEncoder (Nan Wang)
  • [e0f31e4f] - add release script (Han Xiao)

🐞 Bug fixes

  • [7fd419a8] - cli: add cli to load directly from yaml (Han Xiao)
  • [7df4f715] - logserver and log_sse (Han Xiao)
  • [0da3ed9e] - yaml dump for enum (Han Xiao)
  • [56ce1d76] - pea: fix timeout_ready in peas (Xiong Ma)
  • [46796d35] - change cli underscore to dash (Han Xiao)
  • [8a9a58ae] - executor: fix bert cls output (Xiong Ma)
  • [38a77a94] - add some feedback when post_init (Han Xiao)
  • [f7c6491b] - pea: gracefully exit thread and process (Han Xiao)
  • [85bc8c31] - handle dry_run like data request (Han Xiao)
  • [28197c6b] - crafter: fix the import issue (Nan Wang)
  • [f6ca1828] - encoder: add batching mode (Nan Wang)
  • [32b032ee] - image name and internal executor path (Han Xiao)
  • [479009be] - encoder: fix unittests for containers (Nan Wang)
  • [4e8f784e] - encoder: refactoring ernie encoders (Nan Wang)
  • [8b2d87d5] - encoder: refactoring transformer encoders (Nan Wang)
  • [05ddd5c9] - cd and release logic (Han Xiao)
  • [cd5f2ae7] - bind socket error except handle (Han Xiao)
  • [7fc5eef6] - executor: delete some useless codes (Xiong Ma)
  • [78048e57] - executor: add pytorch at first (Xiong Ma)
  • [be1a4ecf] - executor: add tf/pytorch detect in transformertextencoder (Xiong Ma)
  • [ee290c14] - sse logger threading exception (Han Xiao)
  • [6ca5b494] - release docker (Han Xiao)
  • [67df4913] - release script logic (Han Xiao)

🚧 Code Refactoring

  • [dd43f001] - log server config (Han Xiao)
  • [154b4b97] - refactoring unittests (Nan Wang)
  • [38bac321] - encoder: add more transformer encoders (Nan Wang)
  • [01a830b2] - encoder: refactoring torch encoders (Nan Wang)
  • [a73690e9] - encoder: refactoring the paddlehub encoder for nlp (Nan Wang)
  • [7a68b837] - encoder: rename cv to image (Nan Wang)
  • [9eac5997] - encoder: add the channel_axis argument (Nan Wang)
  • [76b7fe7d] - encoder: refactoring paddlehub encoders (Nan Wang)
  • [8a954328] - encoder: refactoring paddlehub encoders for the cv and video part (Nan Wang)
  • [aeef4534] - executor: separate TransformerEncoder class (Xiong Ma)
  • [7d4e7146] - remove send_to rename recv_from to needs (Han Xiao)
  • [ab405ea0] - indexer: add BaseVectorIndexer, BaseKVIndexer rename old (Han Xiao)

📗 Documentation

  • [c57ca842] - update TOC (hanxiao)
  • [9d7588b3] - add release cycle explain (Han Xiao)
  • [7c1f0f6b] - contributing: fix typo (Xiong Ma)
  • [97c240d9] - add toc for to page generator (Han Xiao)
  • [e2bb0428] - update CONTRIBUTING guideline and readme (Han Xiao)

🏁 Unit Test and CICD

  • [c3b80680] - fix logic and filters (Han Xiao)
  • [c24a92fc] - fix flow test deadlock (Han Xiao)

🍹 Other Improvements

  • [705ee269] - version: bumping version to 0.0.5 (Jina Dev Bot)
  • [0e8ca53e] - version: bumping version to 0.0.3 (Jina Dev Bot)

Release Note (0.0.6)

Release time: 2020-04-12 10:05:50

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, 🙇

🍹 Other Improvements

  • [533f71e3] - update readme (Han Xiao)
  • [fba9d762] - update social links in readme (Han Xiao)

Release Note (0.0.7)

Release time: 2020-04-17 15:58:15

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, 🙇

🆕 New Features

  • [2e72242f] - add level-specific driver shortcut (Han Xiao)
  • [9f9e9564] - add profile endpoint (Han Xiao)
  • [4d7518b1] - add reducing-yaml-path to pod cli (Han Xiao)
  • [f7ecf473] - add backend to npindexer (Han Xiao)
  • [640ca7c8] - add description to cli for sphinx (Han Xiao)
  • [e6227c07] - ranker: fix the idf (Nan Wang)
  • [e1c6b904] - ranker: add BM25 ranker (Nan Wang)
  • [51d34d20] - ranker: add tfidf ranker (Nan Wang)
  • [f6f6375a] - ranker: add unittest for BiMatchRanker (Nan Wang)

🐞 Bug fixes

  • [8388f4df] - flush on every write safer but slower (Han Xiao)
  • [f3609cfe] - ranker: fix missing query chunk and float32 (Nan Wang)
  • [f14b3134] - fix replica_id behavior (Han Xiao)
  • [a357e25f] - fix broken protoidx for #234 (Han Xiao)
  • [e4f58e97] - indexer: fix leveldb indexer (Nan Wang)
  • [c3d1eef4] - indexer: add test for loading exec (Nan Wang)
  • [599cf14b] - prune driver pruned fields (Han Xiao)
  • [ed42519e] - driver: fix the top_k for docs (Nan Wang)
  • [c705f5c9] - driver: fix the comments (Nan Wang)
  • [4750555f] - float32 matchidx overflow (Han Xiao)
  • [6cd26fc0] - float32 match_idx overflow (Han Xiao)
  • [8dc37ddf] - sse logger shutdown problem (Han Xiao)

🚧 Code Refactoring

  • [cb60046c] - update test and default yaml (Han Xiao)
  • [705c7ac0] - make compoundindexer as standarad pattern (Han Xiao)
  • [fb65b5c2] - remove .with.method default value (Han Xiao)
  • [1005f484] - add base driver for each executor (Han Xiao)
  • [197e6bbc] - tests: rename the indexer (Nan Wang)

📗 Documentation

  • [534a8da7] - trigger doc update again (Han Xiao)
  • [f5935310] - add dashboard (Han Xiao)

🍹 Other Improvements

  • [e2fffafd] - update gif (Han Xiao)
  • [11d86b4c] - test banner image (Han Xiao)
  • [db295af0] - update readme (Han Xiao)
  • [9600b1b3] - version: bumping version to 0.0.7 (Jina Dev Bot)

Release Note (0.0.8)

Release time: 2020-04-24 15:58:34

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, hanxiao, nan-wang, Jina Dev Bot, 🙇

🆕 New Features

  • [2a0a5072] - crafters: add an option to save raw_bytes (Nan Wang)
  • [6235b100] - add logserver option in helloworld (Han Xiao)
  • [59cbba2a] - add cli args to hello world (Han Xiao)
  • [022e508f] - add hello world yaml (Han Xiao)
  • [22eb415f] - add hello world for jina (Han Xiao)
  • [9f9e9564] - add profile endpoint (Han Xiao)
  • [4d7518b1] - add reducing-yaml-path to pod cli (Han Xiao)
  • [f7ecf473] - add backend to npindexer (Han Xiao)
  • [640ca7c8] - add description to cli for sphinx (Han Xiao)

🐞 Bug fixes

  • [b135e889] - crafters: fix the color channel bug (Nan Wang)
  • [3df6ced3] - profile stream of the logger (Han Xiao)
  • [fa1a4495] - undo the changes (Nan Wang)
  • [b1b2c411] - drivers: add handling for blob (Nan Wang)
  • [cd6a3a49] - rankers: fix the tfidfRanker (Nan Wang)
  • [f5609f4f] - crafters: fix the split (Nan Wang)
  • [8a3fe375] - indexers: clean up imports (Nan Wang)
  • [1e3d3b76] - indexers: fix leveldb (Nan Wang)
  • [866f3cfd] - fix typos (Nan Wang)
  • [16cc8753] - devel docker build (Han Xiao)
  • [e411e4eb] - remove requests dep (Han Xiao)
  • [c026e200] - tests: refactoring flair (Nan Wang)
  • [51fbcced] - tests: refactoring nlp tests (Nan Wang)
  • [5be32322] - tests: refactoring numeric tests (Nan Wang)
  • [b3b8e93f] - tests: refactoring video tests (Nan Wang)
  • [ead2d485] - tests: refactoring image tests (Nan Wang)
  • [ff970fd0] - tests: refactoring tests (Nan Wang)
  • [8388f4df] - flush on every write safer but slower (Han Xiao)
  • [f3609cfe] - ranker: fix missing query chunk and float32 (Nan Wang)
  • [f14b3134] - fix replica_id behavior (Han Xiao)
  • [a357e25f] - fix broken protoidx for #234 (Han Xiao)
  • [e4f58e97] - indexer: fix leveldb indexer (Nan Wang)
  • [c3d1eef4] - indexer: add test for loading exec (Nan Wang)
  • [ed42519e] - driver: fix the top_k for docs (Nan Wang)
  • [c705f5c9] - driver: fix the comments (Nan Wang)

🚧 Code Refactoring

  • [ac74b640] - remove build from docstring and tests (Han Xiao)
  • [0c185cc6] - add gateway in build not in init (Han Xiao)
  • [fb65b5c2] - remove .with.method default value (Han Xiao)

📗 Documentation

  • [f0e08e41] - fix license readme (Han Xiao)
  • [b9a4a769] - add x as service docs (Han Xiao)
  • [8f2ba32b] - fix doc link in readme (Han Xiao)
  • [42895bb8] - add extend doc (Han Xiao)
  • [7a12a0a2] - add link to readme (Han Xiao)
  • [2642e049] - add flow API overview (Han Xiao)
  • [b3bcdab1] - add list of executors and drivers (Han Xiao)
  • [243e7a53] - add expandable btn (Han Xiao)
  • [4a2bfaea] - fix styling (Han Xiao)
  • [fb7a96bb] - update doc toc (Han Xiao)
  • [986f2b9f] - add hello world to docs (Han Xiao)
  • [5c895c25] - fix layout in readme (Han Xiao)
  • [546d68e6] - fix cli docs (Han Xiao)
  • [534a8da7] - trigger doc update again (Han Xiao)
  • [f5935310] - add dashboard (Han Xiao)

🏁 Unit Test and CICD

  • [e447b7ef] - fix devel-x.x.x to x.x.x-devel (Han Xiao)

🍹 Other Improvements

  • [bb70df7a] - fix typo (Han Xiao)
  • [fc90a5ee] - fix link (Han Xiao)
  • [51486bb8] - update links (Han Xiao)
  • [b295868d] - fix links in readme (Han Xiao)
  • [4eaf8dee] - update link in readme (Han Xiao)
  • [7101fb23] - docs: update TOC (hanxiao)
  • [2bb38b89] - Update README.md (Han Xiao)
  • [97dd6507] - update intro (Han Xiao)
  • [5c6ccdf3] - update image (Han Xiao)
  • [25ecdafd] - update readme structure (Han Xiao)
  • [fa197fd6] - fix readme typo (Han Xiao)
  • [d03aff85] - update layout (Han Xiao)
  • [8c6e1bb1] - update jina 101 and theme (Han Xiao)
  • [7a2f4969] - update copyright (Han Xiao)
  • [f3ab3764] - update 101 layout (Han Xiao)
  • [6e42b8d8] - test 101 doc (Han Xiao)
  • [9d9db74f] - update 101 (Han Xiao)
  • [925600fe] - update language order (Han Xiao)
  • [3d272587] - fix layout (Han Xiao)
  • [ae4e9db8] - fix layout 101 (Han Xiao)
  • [0b0599bf] - fix 101 layout (Han Xiao)
  • [b987eafe] - update jina 101 (Han Xiao)
  • [1be114be] - update flow chart (Han Xiao)
  • [177b89b5] - fix image size (Han Xiao)
  • [fd0479a4] - update gif (Han Xiao)
  • [d3f18732] - update gif for hello-world (Han Xiao)
  • [d1203a36] - version: bumping version to 0.0.8 (Jina Dev Bot)

Release Note (0.0.9)

Release time: 2020-04-27 22:15:31

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, BingHo1013, xiong-ma, hanxiao, 🙇

🆕 New Features

  • [bc68a74b] - add api for pod args (Han Xiao)
  • [0964dc6f] - add cli autocomplete (Han Xiao)
  • [7b3a75a8] - ranker: refactoring bimatch (Nan Wang)
  • [84622a51] - ranker: refactoring rankers (Nan Wang)
  • [ed6f0e08] - ranker: add min/max ranker (Nan Wang)
  • [0c6c05a6] - crafter: add jieba requirement (xiong-ma)
  • [37fba5e1] - crafter: add jieba crafter (xiong-ma)
  • [1ace3334] - improve ver-full info (Han Xiao)

🐞 Bug fixes

  • [9a4c9951] - add ga to docs (Han Xiao)
  • [54de20f3] - rankers: add the warnings (Nan Wang)
  • [bce9beef] - rankers: fix MinRanker (Nan Wang)
  • [54f9909b] - container hanging on tail (Han Xiao)
  • [38baed54] - clean up (Nan Wang)
  • [699c3c02] - fix host name for tail peas (Nan Wang)
  • [cb94b4d7] - update parser link (Han Xiao)
  • [39bad3f3] - disable log profiling by default (Han Xiao)
  • [a3ad2e5c] - enable profiling by default (Han Xiao)
  • [8c77ec2c] - slow pulling warning (Han Xiao)
  • [9676ec15] - add num_req to profile api (Han Xiao)
  • [1286db0e] - docs add meta tags (Han Xiao)
  • [fa04366c] - crafter: change class name (xiong-ma)
  • [c63b4cd0] - crafter: change code style (xiong-ma)
  • [a32b999d] - fix copyright bot (Han Xiao)
  • [2878389c] - add catch for atexit (Han Xiao)
  • [5ef91464] - cname in doc gen (Han Xiao)
  • [3df6ced3] - profile stream of the logger (Han Xiao)
  • [fa1a4495] - undo the changes (Nan Wang)
  • [b1b2c411] - drivers: add handling for blob (Nan Wang)
  • [cd6a3a49] - rankers: fix the tfidfRanker (Nan Wang)
  • [f5609f4f] - crafters: fix the split (Nan Wang)
  • [8a3fe375] - indexers: clean up imports (Nan Wang)
  • [1e3d3b76] - indexers: fix leveldb (Nan Wang)

🚧 Code Refactoring

  • [0c185cc6] - add gateway in build not in init (Han Xiao)

📗 Documentation

  • [e9a2b1f1] - fix img broken links (Han Xiao)
  • [c898660e] - fix broken links in docs (Han Xiao)
  • [27adc35c] - add multi-lang for 101 (Han Xiao)
  • [85fc7218] - optimize readme for mt (Han Xiao)
  • [010c6333] - fix multi-lang (Han Xiao)
  • [e92bd7ed] - fix toc generate (Han Xiao)
  • [e3af1e00] - fix issue template (Han Xiao)
  • [87d0ed48] - fix contributing guide (Han Xiao)
  • [fec881f6] - fix issue templates typo (Han Xiao)
  • [e91ca4f7] - fix typos in translations (Nan Wang)
  • [85f695f8] - fix typos (Nan Wang)
  • [96941c0c] - fix links (Nan Wang)
  • [3fb4088f] - add translations (Nan Wang)
  • [048aba40] - add internal exec explain (Han Xiao)
  • [7a12a0a2] - add link to readme (Han Xiao)
  • [2642e049] - add flow API overview (Han Xiao)
  • [b3bcdab1] - add list of executors and drivers (Han Xiao)
  • [243e7a53] - add expandable btn (Han Xiao)
  • [4a2bfaea] - fix styling (Han Xiao)
  • [fb7a96bb] - update doc toc (Han Xiao)
  • [986f2b9f] - add hello world to docs (Han Xiao)

🏁 Unit Test and CICD

  • [2bd1537b] - trigger release script (Han Xiao)
  • [5135ce60] - turn on docker readme (Han Xiao)
  • [01a3a9a0] - fix version line number (Han Xiao)
  • [4148d5c2] - add copyright bot (Han Xiao)
  • [e447b7ef] - fix devel-x.x.x to x.x.x-devel (Han Xiao)

🍹 Other Improvements

  • [62832d90] - update copyright header (Jina Dev Bot)
  • [63957e7b] - fix zh 101 format (Han Xiao)
  • [d0a56dd7] - Update README.md (Han Xiao)
  • [63de277b] - fix 101 link (Han Xiao)
  • [ade1c6db] - docs: update TOC (Jina Dev Bot)
  • [ed605818] - fix readme typo (BingHo1013)
  • [165e21ac] - fix setup script (Han Xiao)
  • [494ff42f] - update install section (Han Xiao)
  • [f36b5f0b] - @policeme has signed the CLA from Pull Request 313 (Jina Dev Bot)
  • [e22a94a8] - replace urbandict with southpark (Nan Wang)
  • [4fa9ff16] - creating file for storing CLA Signatures (Jina Dev Bot)
  • [b43dcd4d] - update issue bot (Han Xiao)
  • [01021844] - add cla bot (Han Xiao)
  • [bfef77ad] - fix typo in 101 (BingHo1013)
  • [21e95a17] - add issue bot (Han Xiao)
  • [6c17dd22] - update issue template (Han Xiao)
  • [13400438] - add issue template (Han Xiao)
  • [a66884ae] - update links (Han Xiao)
  • [14110d39] - version: bumping version to 0.0.9 (Jina Dev Bot)
  • [4eaf8dee] - update link in readme (Han Xiao)
  • [97dd6507] - update intro (Han Xiao)
  • [5c6ccdf3] - update image (Han Xiao)
  • [25ecdafd] - update readme structure (Han Xiao)
  • [d03aff85] - update layout (Han Xiao)
  • [8c6e1bb1] - update jina 101 and theme (Han Xiao)
  • [7a2f4969] - update copyright (Han Xiao)
  • [f3ab3764] - update 101 layout (Han Xiao)
  • [6e42b8d8] - test 101 doc (Han Xiao)
  • [9d9db74f] - update 101 (Han Xiao)
  • [925600fe] - update language order (Han Xiao)
  • [3d272587] - fix layout (Han Xiao)
  • [ae4e9db8] - fix layout 101 (Han Xiao)

Release Note (0.1.0)

Release time: 2020-04-27 22:52:04

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🐞 Bug fixes

🏁 Unit Test and CICD

  • [530bbd09] - revert force tag (Han Xiao)
  • [1687a058] - remove force tag (Han Xiao)

🍹 Other Improvements

  • [80a51403] - docs: update TOC (Jina Dev Bot)
  • [7ee1c3e0] - version: bumping version to 0.0.10 (Jina Dev Bot)

Release Note (0.1.1)

Release time: 2020-04-28 09:43:18

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🐞 Bug fixes

  • [e7cc2079] - hello world template (Han Xiao)
  • [61a0fd43] - badge links (Han Xiao)

🏁 Unit Test and CICD

  • [71581a9e] - trigger first release (Han Xiao)

🍹 Other Improvements

  • [0e9fb9df] - docs: update TOC (Jina Dev Bot)
  • [9ce86752] - version: bumping version to 0.1.1 (Jina Dev Bot)

Release Note (0.1.2)

Release time: 2020-04-28 14:21:31

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🐞 Bug fixes

📗 Documentation

  • [f6dc0231] - update sphinx 101 (Han Xiao)

🍹 Other Improvements

  • [a947ca45] - hotfix cli 3 (Han Xiao)
  • [281b90a9] - hotfix cli 2 (Han Xiao)
  • [b7b80f0a] - hotfix cli (Han Xiao)
  • [5c9d6f33] - fix typo in readme (Han Xiao)
  • [9157e1a9] - docs: update TOC (Jina Dev Bot)
  • [cad622ef] - revert back to friday release (Han Xiao)
  • [f7b6adb5] - fix pypi link (Han Xiao)
  • [2122b3c2] - version: bumping version to 0.1.2 (Jina Dev Bot)

Release Note (0.1.3)

Release time: 2020-05-01 15:57:27

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Jina Dev Bot, 🙇

🐞 Bug fixes

  • [8279bdc6] - optimize helloworld network load (Han Xiao)
  • [a76cdece] - docs: minor fix (Nan Wang)
  • [9a21b91f] - docs: update cmd in README (Nan Wang)

📗 Documentation

  • [41dfa4b9] - add io function explain (Han Xiao)
  • [79cc8825] - fix pip install instruction (Han Xiao)
  • [6e8d2d9e] - fix link 101 to github (Han Xiao)

🏁 Unit Test and CICD

  • [eaa43dfd] - add unit test for quantization (Han Xiao)

🍹 Other Improvements

  • [6a880a1b] - update issue template (Han Xiao)
  • [3b9c3f5b] - fix twitter link (Han Xiao)
  • [13d44e96] - docs: update TOC (Jina Dev Bot)
  • [a66136c9] - version: bumping version to 0.1.3 (Jina Dev Bot)

Release Note (0.1.4)

Release time: 2020-05-01 18:51:49

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🐞 Bug fixes

  • [c037c72f] - resource usage in setup #343 (Han Xiao)
  • [c1f84a75] - setup version warning (Han Xiao)

🚧 Code Refactoring

  • [77e49eb6] - rename flow io args (Han Xiao)

🍹 Other Improvements

  • [65fa39a9] - hotfix setup.py (Han Xiao)
  • [389f6081] - docs: update TOC (Jina Dev Bot)
  • [14abbbfe] - version: bumping version to 0.1.4 (Jina Dev Bot)

Release Note (0.1.5)

Release time: 2020-05-02 21:47:39

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🆕 New Features

  • [df2c1551] - cli: export api to json and yaml files (Han Xiao)
  • [4160994d] - add compression as an option to peapod (Han Xiao)

🐞 Bug fixes

  • [5f4bffd3] - cli: update cli autocomplete (Han Xiao)
  • [eda56495] - docker: add gcc dependency (Han Xiao)
  • [eb2eaaf5] - zmqlet: add import check for lz4 (Han Xiao)

📗 Documentation

  • [cf152c35] - add schema to docs (Han Xiao)
  • [4caa2c7a] - add nightly to release (Han Xiao)

🏁 Unit Test and CICD

  • [1550749a] - fix schema generator (Han Xiao)
  • [ee6075e7] - add nightly build speedup cd (Han Xiao)
  • [7f551ed7] - add schema generator (Han Xiao)

🍹 Other Improvements

  • [3e8d881a] - hotfix add schema (Han Xiao)
  • [9a8d907e] - fix api schema link (Han Xiao)
  • [58c79d4e] - update copyright header (Jina Dev Bot)
  • [4af096dc] - docs: update TOC (Jina Dev Bot)
  • [da8e7e45] - reformat test code (Han Xiao)
  • [d5052300] - version: bumping version to 0.1.5 (Jina Dev Bot)

Release Note (0.1.6)

Release time: 2020-05-02 22:42:12

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🏁 Unit Test and CICD

  • [37ee56db] - fix docker build opt size (Han Xiao)

🍹 Other Improvements

  • [61c97022] - hotfix dockerfile for latest (Han Xiao)
  • [2e7bf04c] - docs: update TOC (Jina Dev Bot)
  • [5e37d3fe] - version: bumping version to 0.1.6 (Jina Dev Bot)

Release Note (0.1.7)

Release time: 2020-05-04 14:18:12

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, 🙇

🐞 Bug fixes

  • [6640bb53] - cli: remove color imports (Han Xiao)
  • [01ff133c] - hello-world: fix compression dep in hw demo (Han Xiao)

🍹 Other Improvements

  • [f0a5e4d1] - hotfix fix dep for latest (Han Xiao)
  • [e4d44d45] - docs: update TOC (Jina Dev Bot)
  • [df52882e] - version: bumping version to 0.1.7 (Jina Dev Bot)

Release Note (0.1.8)

Release time: 2020-05-06 15:15:54

🙇 We'd like to thank all contributors for this new release! In particular, Han Xiao, Nan Wang, Xiong Ma, Jina Dev Bot, 🙇

🆕 New Features

  • [153e2aab] - peapod: add logs grouping by pod name (Han Xiao)

🐞 Bug fixes

  • [c78ec6ec] - driver: fix search driver logic in shards (Han Xiao)
  • [9cc2a050] - style (Han Xiao)
  • [eb59499e] - indexer: fix empty indexer reading (Han Xiao)
  • [1c1a048c] - add the env var for testing gpu (Nan Wang)
  • [bea55a59] - logging: add unittest (Xiong Ma)
  • [bbbb9e71] - logging: fix success level message (Xiong Ma)
  • [f072778e] - remove gpu dependencies (Nan Wang)
  • [41dd06eb] - clean up extrarequirements (Nan Wang)
  • [d797a0a0] - add docs (Nan Wang)
  • [9a9a838e] - shards: fix shard writing logic when closing (Han Xiao)
  • [c4fe17d4] - refactoring codes (Nan Wang)
  • [0048f346] - refactoring class names (Nan Wang)
  • [eaee9172] - fix extrarequirements (Nan Wang)
  • [9a44cabe] - adapt the extrarequirements (Nan Wang)
  • [4931df1d] - fix flair on gpu (Nan Wang)
  • [1ddf2480] - fix transformers on gpu (Nan Wang)
  • [88982882] - fix video unittests on gpu (Nan Wang)
  • [d650e72f] - fix tensorflow on gpu (Nan Wang)
  • [a37e9d7b] - fix unit tests for torchvision (Nan Wang)
  • [ab7e663e] - fix unit tests for tfkeras (Nan Wang)
  • [bd0cb496] - fix the unittests on gpu (Nan Wang)
  • [9e75d5e0] - fix the paddlehub on gpu (Nan Wang)
  • [a40b185d] - rename the classes (Nan Wang)
  • [4077a182] - hello-world: add comments to help understand (Han Xiao)
  • [9e3c8976] - rename base classes (Nan Wang)
  • [67cf25fd] - executors: fix gpu supports (Nan Wang)
  • [01ff133c] - hello-world: fix compression dep in hw demo (Han Xiao)

🏁 Unit Test and CICD

  • [1f052743] - fix index shard testing (Han Xiao)

🍹 Other Improvements

  • [15a4216e] - hotfix update env list (Han Xiao)
  • [0d8d8924] - docs: update TOC (Jina Dev Bot)
  • [97ab83a9] - version: bumping version to 0.1.8 (Jina Dev Bot)
  • [df52882e] - version: bumping version to 0.1.7 (Jina Dev Bot)
  • [61c97022] - hotfix dockerfile for latest (Han Xiao)