Skip to content

Latest commit

Β 

History

History
433 lines (219 loc) Β· 18.8 KB

File metadata and controls

433 lines (219 loc) Β· 18.8 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)