Skip to content

Commit

Permalink
cleaning pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Jul 30, 2023
1 parent d7e2f50 commit 84f2040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__/
*$py.class
.pytest_cache
.ruff_cache
htmlcov

# C extensions
*.so
Expand Down
2 changes: 1 addition & 1 deletion book/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package to read and write bson files. We are interested in parsing dictionaries
of numpy arrays as fast as possible. Our current implementation is converting
numpy arrays to pyarrow tensors and then to bson.

There might be faster ways to achieve this goal and we are open to suggestions
There might be faster ways to achieve this goal. We are open to suggestions
and pull requests.

We recommend using json files to transfer configurations and small amounts of data.
Expand Down

0 comments on commit 84f2040

Please sign in to comment.