Skip to content

Latest commit

Β 

History

History
969 lines (480 loc) Β· 40.5 KB

File metadata and controls

969 lines (480 loc) Β· 40.5 KB

Release Note (0.1.1)

Release time: 2022-01-09 11:27:09

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, πŸ™‡

πŸ†• New Features

  • [27d0373b] - array: add progressbar for to/from bytes (#14) (Han Xiao)
  • [a56067e4] - array: add summary method for array (#9) (Han Xiao)
  • [bdc3aa23] - document: add summary method to document (#7) (Han Xiao)
  • [28a7e42e] - array: use pickle as default binary serialization (#4) (Han Xiao)

🐞 Bug fixes

  • [da3b32e1] - array: push pull use most compact protocol (#6) (Han Xiao)

πŸ“— Documentation

  • [db8c7d98] - minor fix on docs (#13) (Han Xiao)
  • [113cfef5] - add what-is chapter (Han Xiao)
  • [cd16f5f6] - array: add evaluation of array (#12) (Han Xiao)
  • [43ab092b] - array: add doc for array serialization (#11) (Han Xiao)
  • [423b7b42] - array: add doc for array serialization (Han Xiao)
  • [8558c0c4] - array: add doc for array serialization (#10) (Han Xiao)
  • [3b2e07ce] - array: add doc for array api (Han Xiao)
  • [d3f2c61d] - document: add doc for document api (#8) (Han Xiao)

🏁 Unit Test and CICD

  • [3a6dab0a] - set first version to 0.1.0 (Han Xiao)

🍹 Other Improvements

  • [321adc71] - fix release script (Han Xiao)
  • [75191605] - fix readme (Han Xiao)
  • [a4fbf9d4] - update readme (Han Xiao)
  • [0815a79b] - restructure docs (Han Xiao)
  • [b80ca931] - update license (Han Xiao)
  • [d95d3edf] - reformat code (#5) (Han Xiao)

Release Note (0.1.2)

Release time: 2022-01-09 14:26:21

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

🍹 Other Improvements

  • [5d78e7bf] - fix release script (Han Xiao)
  • [e5e5419a] - version: the next version will be 0.1.2 (Jina Dev Bot)

Release Note (0.1.3)

Release time: 2022-01-11 09:20:42

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Maximilian Werk, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [09c5c43a] - improve mesh data loading (#25) (felix-wang)

🧼 Code Refactoring

  • [e62c1ad0] - hide get_attributes to private (#18) (Han Xiao)

πŸ“— Documentation

  • [2704500f] - fix sidebar link (#19) (Maximilian Werk)

🍹 Other Improvements

  • [b534fc30] - docs: fix install section in docs (Han Xiao)
  • [9112c5a0] - docs: add contains to docs (Han Xiao)
  • [abbb63b1] - docs: fix doc emoji (Han Xiao)
  • [a4b25698] - remove super long filenames (Han Xiao)
  • [d703b2be] - fix readme (Han Xiao)
  • [a571e003] - version: the next version will be 0.1.3 (Jina Dev Bot)

Release Note (0.1.4)

Release time: 2022-01-11 17:59:01

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Joan Fontanals, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [74b9405a] - add serialization to base64 (#33) (Han Xiao)

🐞 Bug fixes

  • [5c1fb558] - fix match score (#32) (Joan Fontanals)
  • [3a906db9] - array: remove the support of singleton boolean index (#31) (Han Xiao)
  • [79ad2362] - array: fix edge case on single boolean index (#28) (Han Xiao)

🍹 Other Improvements

  • [beeb3226] - docs: add comparision to awkarray and zarr (Han Xiao)
  • [8c39f51c] - version: the next version will be 0.1.4 (Jina Dev Bot)

Release Note (0.1.5)

Release time: 2022-01-12 10:32:57

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [9646bed9] - fix edge case when two elements are strings (#37) (Han Xiao)
  • [e9ce570b] - fix setup manifest (#36) (Han Xiao)
  • [0abf9748] - _id_to_index initialize (#35) (felix-wang)

🍹 Other Improvements

  • [f0d222d5] - version: the next version will be 0.1.5 (Jina Dev Bot)

Release Note (0.1.6)

Release time: 2022-01-12 15:51:07

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

πŸ†• New Features

  • [699c041e] - array: auto render in colab and jupyter (#40) (Han Xiao)

🍹 Other Improvements

  • [934d57df] - docs: fix docs what-is banner (Han Xiao)
  • [2761fff8] - docs: fix docs what-is (Han Xiao)
  • [f248a346] - version: the next version will be 0.1.6 (Jina Dev Bot)

Release Note (0.1.7)

Release time: 2022-01-13 11:49:47

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Zhaofeng Miao, David Buchaca Prats, Han Xiao, Alex Cureton-Griffiths, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [edf836d6] - better jupyter notebook support (#44) (Han Xiao)

🐞 Bug fixes

  • [107d2276] - pushpull: allow uploading docarray max size 4GB (#43) (Zhaofeng Miao)
  • [97725ed8] - single doc set in docarray (#42) (David Buchaca Prats)

πŸ“— Documentation

  • [995dbd3a] - readme: polish (#16) (Alex Cureton-Griffiths)

🍹 Other Improvements

  • [0a88bebc] - update readme (Han Xiao)
  • [d41e271f] - version: the next version will be 0.1.7 (Jina Dev Bot)

Release Note (0.1.8)

Release time: 2022-01-14 20:56:09

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Abdulelah Bin Mahfoodh, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [abb332b1] - support pydantic data model (#50) (Han Xiao)
  • [b7e5ce7e] - initial support on pydantic (#49) (Han Xiao)

🐞 Bug fixes

  • [20276727] - allow bind projector server to host (#48) (Abdulelah Bin Mahfoodh)
  • [e0224632] - default dict from/to protobuf (#47) (Han Xiao)

🍹 Other Improvements

  • [b3debdea] - docs: support pydantic data model (Han Xiao)
  • [d764341e] - version: the next version will be 0.1.8 (Jina Dev Bot)

Release Note (0.2.0)

Release time: 2022-01-16 12:56:12

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

🧼 Code Refactoring

  • [5b2ea94d] - change content field name (#53) (Han Xiao)
  • [fca35a0e] - array: use extend in add improve docs (#51) (Han Xiao)

🍹 Other Improvements

  • [f27c40cc] - bump to 0.2 (Han Xiao)
  • [03fa1201] - update docs (Han Xiao)
  • [cfd74703] - version: the next version will be 0.1.9 (Jina Dev Bot)

Release Note (0.3.0)

Release time: 2022-01-17 17:18:50

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a96787e2] - use schema-ed json as default to_dict/json (#57) (Han Xiao)

🍹 Other Improvements

  • [86b03f3f] - docs: update notebook support docs (#55) (felix-wang)
  • [8098eebd] - version: the next version will be 0.2.1 (Jina Dev Bot)

Release Note (0.3.1)

Release time: 2022-01-18 14:06:03

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

🐞 Bug fixes

  • [e179ef61] - document: serialize tag value in the correct priority (#60) (Han Xiao)

🍹 Other Improvements

  • [f5c013fc] - fix typo (Han Xiao)
  • [be9ea860] - update changelog (Han Xiao)
  • [57c289b4] - version: the next version will be 0.3.1 (Jina Dev Bot)

Release Note (0.3.2)

Release time: 2022-01-18 20:30:43

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

🐞 Bug fixes

  • [cbd5fd0f] - document: complete the schema for namedscore (#65) (Han Xiao)
  • [79c13a09] - document: serialize blob with base64 in dict/json (#63) (Han Xiao)

🍹 Other Improvements

  • [34156700] - version: the next version will be 0.3.2 (Jina Dev Bot)

Release Note (0.3.3)

Release time: 2022-01-19 09:06:16

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

🐞 Bug fixes

  • [0f425260] - array: allow plot to use uri or tensor as the source (#66) (Han Xiao)

🍹 Other Improvements

  • [624b5032] - version: the next version will be 0.3.3 (Jina Dev Bot)

Release Note (0.4.0)

Release time: 2022-01-19 14:03:45

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a97bd8f9] - v1 streaming protocol (#62) (David Buchaca Prats)

🍹 Other Improvements

  • [fcfddd3b] - docs: fix typo in docs (Han Xiao)
  • [8503535f] - version: the next version will be 0.3.4 (Jina Dev Bot)

Release Note (0.4.1)

Release time: 2022-01-19 16:07:51

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

🍹 Other Improvements

  • [1b786969] - docs: fix typo in docs (Han Xiao)
  • [c6e1b9f0] - version: the next version will be 0.4.1 (Jina Dev Bot)

Release Note (0.4.2)

Release time: 2022-01-20 06:12:09

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

🐞 Bug fixes

  • [66ceeda5] - array: move hubble url to inline (#67) (Han Xiao)

🍹 Other Improvements

  • [a1b29976] - version: the next version will be 0.4.2 (Jina Dev Bot)

Release Note (0.4.3)

Release time: 2022-01-23 09:47:40

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Delgermurun, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [d840d301] - document: constructor overload (#74) (Delgermurun)
  • [412930d7] - pydantic: turn on pydantic smart union (#73) (felix-wang)

🍹 Other Improvements

  • [ecf89c4a] - version: the next version will be 0.4.3 (Jina Dev Bot)

Release Note (0.4.4)

Release time: 2022-01-24 12:47:02

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Joan Fontanals, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [06cd577e] - change pydantic model optional id (#77) (Joan Fontanals)

🍹 Other Improvements

  • [7a868d3b] - version: the next version will be 0.4.4 (Jina Dev Bot)

Release Note (0.5.0)

Release time: 2022-02-02 19:40:40

πŸ™‡ We'd like to thank all contributors for this new release! In particular, felix-wang, Han Xiao, AlaeddineAbdessalem, samsja, Winston Wong, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [2a80abf7] - advanced pq indexer (#87) (felix-wang)
  • [f55fb473] - storage option (#78) (Winston Wong)
  • [ab788b22] - add sqlite storage backend (#69) (Han Xiao)

🐞 Bug fixes

  • [2d5e93b2] - del with ids (#79) (samsja)
  • [95d9f5a5] - document: fix feature hash mixin (#85) (Han Xiao)
  • [d127742a] - sqlite: allow sqlite to work in mp/mt context (#80) (Han Xiao)

🧼 Code Refactoring

  • [1ed4ddd5] - deps: move cicd requirement to extra_requires (#82) (Han Xiao)

πŸ“— Documentation

  • [63573adb] - store: add documentation for storage backend (#88) (Han Xiao)

🏁 Unit Test and CICD

  • [3c4ba0be] - sqlite: add more test to cover sqlite backend (#81) (Han Xiao)

🍹 Other Improvements

  • [9ba25f83] - finish storage document array todos (#90) (AlaeddineAbdessalem)
  • [4c81e6d5] - version: the next version will be 0.4.5 (Jina Dev Bot)

Release Note (0.5.1)

Release time: 2022-02-03 18:10:42

πŸ™‡ We'd like to thank all contributors for this new release! In particular, AlaeddineAbdessalem, Han Xiao, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [569f8716] - allow empty to get kwargs (#91) (David Buchaca Prats)

⚑ Performance Improvements

  • [4c05919a] - implement append to avoid invalidating id2offset (#94) (AlaeddineAbdessalem)

🐞 Bug fixes

  • [bd343d8c] - fix summary for storage backends (#92) (AlaeddineAbdessalem)

πŸ“— Documentation

  • [8db14ffb] - store: add documentation for storage backend (#95) (Han Xiao)

🍹 Other Improvements

  • [74ce8610] - version: the next version will be 0.5.1 (Jina Dev Bot)

Release Note (0.5.2)

Release time: 2022-02-04 15:37:55

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

🐞 Bug fixes

  • [a72a18d0] - store: change default serialization protocol to pickle (#97) (Han Xiao)

🍹 Other Improvements

  • [f3f3de45] - version: the next version will be 0.5.2 (Jina Dev Bot)

Release Note (0.5.3)

Release time: 2022-02-08 18:15:03

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Wang Bo, Han Xiao, Winston Wong, AlaeddineAbdessalem, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [d1184e45] - embed: transformer embed support (#96) (Wang Bo)
  • [b032047e] - find method (#93) (David Buchaca Prats)

🐞 Bug fixes

  • [1fe53b6e] - decrease batch_size of weaviate client (#102) (AlaeddineAbdessalem)

🧼 Code Refactoring

  • [646ace86] - backend: change weaviate config (#103) (Han Xiao)

πŸ“— Documentation

  • [8ef12517] - address comment (#100) (Winston Wong)

🍹 Other Improvements

  • [46f80d67] - docs: fix typo in pydantic section (Han Xiao)
  • [ab7d6da8] - version: the next version will be 0.5.3 (Jina Dev Bot)

Release Note (0.6.0)

Release time: 2022-02-09 20:56:24

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

πŸ†• New Features

  • [a39ae690] - graphql support (#107) (Han Xiao)

🍹 Other Improvements

  • [4e026565] - version: the next version will be 0.5.4 (Jina Dev Bot)

Release Note (0.6.1)

Release time: 2022-02-10 13:32:08

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Winston Wong, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [b0f7d8a5] - store: weaviate da del behavior (#104) (Winston Wong)

πŸ“— Documentation

  • [2ed1f722] - add docs for weaviate da (#108) (Winston Wong)

🍹 Other Improvements

  • [8e0cd106] - docs: update readme (Han Xiao)
  • [a30cafd1] - fix pqlite (#101) (felix-wang)
  • [4fb2b67e] - version: the next version will be 0.6.1 (Jina Dev Bot)

Release Note (0.6.2)

Release time: 2022-02-14 12:27:31

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Tobias Jacobowitz, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [74a5e1c0] - use utf-8 encoding for csv reading (#112) (Tobias Jacobowitz)

πŸ“— Documentation

🍹 Other Improvements

  • [55ebb173] - fix dependency (Han Xiao)
  • [b9061998] - remove unused file (Han Xiao)
  • [d6b4e3e4] - version: the next version will be 0.6.2 (Jina Dev Bot)

Release Note (0.6.3)

Release time: 2022-02-14 13:04:52

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Joan Fontanals, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [82d035dd] - no newline argument for windows (#113) (Joan Fontanals)

🍹 Other Improvements

  • [deaa2ab4] - version: the next version will be 0.6.3 (Jina Dev Bot)

Release Note (0.7.0)

Release time: 2022-02-18 15:35:34

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Joan Fontanals, Mohammad Kalim Akram, Winston Wong, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [d046425a] - max_rel args in evaluation (#120) (Mohammad Kalim Akram)

🧼 Code Refactoring

  • [0cdf5930] - small refactor on Offset2ID (#122) (Joan Fontanals)
  • [444ae47c] - array: change primary view to dict and 2nd view to list (#116) (AlaeddineAbdessalem)

πŸ“— Documentation

  • [4173fa5b] - update docs (#126) (AlaeddineAbdessalem)

🏁 Unit Test and CICD

  • [1b33521c] - restore feature hashing test params (#121) (AlaeddineAbdessalem)
  • [bf74ec60] - reduce test time (#118) (Winston Wong)
  • [e8be5b8f] - enable traverse mixin tests for storages (#115) (Winston Wong)

🍹 Other Improvements

  • [34b057a6] - bump version (Han Xiao)
  • [e7401285] - fix type hint by following python standard json (#124) (Han Xiao)
  • [c9f872c7] - use cloud push pull in readme (Han Xiao)
  • [97866c6d] - version: the next version will be 0.6.4 (Jina Dev Bot)

Release Note (0.7.1)

Release time: 2022-02-22 17:12:02

πŸ™‡ We'd like to thank all contributors for this new release! In particular, cristian, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [5b083f7e] - array: add exclude in from_files (#134) (Han Xiao)

πŸ“— Documentation

  • [c8fc4b8e] - fix typo (#133) (cristian)
  • [8fe03dc8] - jina: add jina integration section (#129) (Han Xiao)

🍹 Other Improvements

  • [88ac69ff] - Revert "test: reduce test time (#118)" (#127) (Han Xiao)
  • [72425afe] - version: the next version will be 0.7.1 (Jina Dev Bot)

Release Note (0.7.2)

Release time: 2022-02-23 17:25:51

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Winston Wong, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [721ca753] - integrate match and find function (#110) (felix-wang)

🐞 Bug fixes

  • [6932ed46] - tags pydantic (#137) (felix-wang)

🧼 Code Refactoring

  • [07b0c5ec] - array: refactor autoboxing in find and _find (#139) (Han Xiao)

🏁 Unit Test and CICD

  • [3a15fb38] - enable more tests for getset mixin (#135) (Winston Wong)

🍹 Other Improvements

  • [66e533f8] - version: the next version will be 0.7.2 (Jina Dev Bot)

Release Note (0.7.3)

Release time: 2022-02-24 16:23:34

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

πŸ†• New Features

  • [e5a4ed59] - array: add jpg support to converters (#140) (Han Xiao)

🐞 Bug fixes

  • [bf135471] - notebook: remove files prefix in notebook support (Han Xiao)

🍹 Other Improvements

  • [8bb3dc07] - version: the next version will be 0.7.3 (Jina Dev Bot)

Release Note (0.8.0)

Release time: 2022-02-25 20:22:07

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Andrey Vasnetsov, David Buchaca Prats, felix-wang, Delgermurun, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [fd15f054] - storage: add Qdrant support (#99) (Andrey Vasnetsov)
  • [fac597e6] - add compression and protocol in file name (#138) (David Buchaca Prats)

🐞 Bug fixes

  • [b5649e61] - notebook: remove files prefix in notebook support (#148) (Han Xiao)
  • [354d2e43] - array: fix text getter (#142) (Han Xiao)
  • [01b39769] - match: exclude_self (#147) (felix-wang)
  • [d502925a] - pushpull: raise error if push failed (#144) (Delgermurun)

🍹 Other Improvements

  • [85b0fd2f] - bump version (Han Xiao)
  • [367b007b] - version: the next version will be 0.7.4 (Jina Dev Bot)

Release Note (0.8.1)

Release time: 2022-02-25 22:01:18

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

🐞 Bug fixes

  • [cd99c485] - array: storage info in summary (#149) (Han Xiao)

🍹 Other Improvements

  • [d01fe858] - version: the next version will be 0.8.1 (Jina Dev Bot)

Release Note (0.8.2)

Release time: 2022-02-28 13:29:06

πŸ™‡ We'd like to thank all contributors for this new release! In particular, David Buchaca Prats, samsja, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [f68fe7b4] - graphql: strawberry to input (#141) (samsja)

🐞 Bug fixes

  • [da0d84b0] - bug with del with bool mask (#154) (David Buchaca Prats)

🍹 Other Improvements

  • [8f8998cd] - version: the next version will be 0.8.2 (Jina Dev Bot)

Release Note (0.8.3)

Release time: 2022-02-28 20:20:29

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [78cadd08] - weaviate: remove ndim requirement in weaviate (#159) (Han Xiao)
  • [fd1f0f9a] - support torch.Tensor and other embeddings in match (#158) (AlaeddineAbdessalem)

🧼 Code Refactoring

  • [454fce03] - split client config into separate parameters (#155) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [97b6bea0] - version: the next version will be 0.8.3 (Jina Dev Bot)

Release Note (0.8.4)

Release time: 2022-03-02 08:35:50

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

🧼 Code Refactoring

  • [5ad00c00] - setup: add common install (#164) (Han Xiao)

🍹 Other Improvements

  • [62c20a97] - version: the next version will be 0.8.4 (Jina Dev Bot)

Release Note (0.8.5)

Release time: 2022-03-02 12:33:33

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

πŸ†• New Features

  • [a35f49a6] - array: improve pull cache add pbar to map (#165) (Han Xiao)

🍹 Other Improvements

  • [2ee63f44] - fix docs layout (Han Xiao)
  • [a2dfc32e] - version: the next version will be 0.8.5 (Jina Dev Bot)

Release Note (0.8.6)

Release time: 2022-03-02 13:51:59

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

🐞 Bug fixes

  • [cb05fb32] - array: fix summary function on none (#166) (Han Xiao)

🍹 Other Improvements

  • [40705a44] - version: the next version will be 0.8.6 (Jina Dev Bot)

Release Note (0.8.7)

Release time: 2022-03-03 07:43:05

πŸ™‡ We'd like to thank all contributors for this new release! In particular, David Buchaca Prats, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [3b169d4d] - add from to dict io (#160) (David Buchaca Prats)
  • [45a35a54] - DocumentArray pull out columns (#162) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [c0ffa595] - version: the next version will be 0.8.7 (Jina Dev Bot)

Release Note (0.8.8)

Release time: 2022-03-03 09:54:51

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

🍹 Other Improvements

  • [df59998e] - Revert "feat: add from to dict io (#160)" (#167) (Han Xiao)
  • [b15ae100] - version: the next version will be 0.8.8 (Jina Dev Bot)