Releases: josephnowak/tensordb
Releases · josephnowak/tensordb
fix reindex with pad for empty cases again
v0.32.4 Merge pull request #134 from josephnowak/feature/improve-the-reindex-…
Improve reindex_with_pad
v0.32.3 Merge pull request #133 from josephnowak/feature/improve-the-reindex-…
Improve reindex_with_pad
v0.32.2 Merge pull request #132 from josephnowak/feature/improve-the-reindex-…
v0.32.1: Merge pull request #131 from josephnowak/feature/use-pyproject
Adding pyproject.toml and using ruff to format the code
v0.32.0: Merge pull request #128 from josephnowak/feature/use-pyproject
Feature/use pyproject
v0.31.6
Merge pull request #127 from josephnowak/fix/dims-on-different-order Fix error on the append operation when the new data has a different o…
v0.31.5
Now the append method is faster in all the possible scenarios, this include appending an small datasets which needs to be aligned with a new one and also in cases where the array do not need any alignment.
v0.31.4: Merge pull request #125 from josephnowak/feature/general-improvements
Improve the general performance of the append and update methods
v0.31.3: Merge pull request #124 from josephnowak/feature/general-improvements
The append and update method were refactored to improve its efficienc…
v0.31.2
Merge pull request #122 from josephnowak/feature/improve-append-perfo…