- Fix incorrect dtype precision upgrade for VectorIndex (631)
Minor improvements
- Improve Sphinx documentation. rly (627)
Bug fix
- Fix error with representing an indexed table column when the `VectorIndex` dtype precision is upgraded more
than one step, e.g., uint8 to uint32. This can happen when, for example, a single `add_row` call is used to
add more than 65535 elements to an empty indexed column. rly (631)