Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ build
.vscode
dist
test.py
cuda-*
wheelhouse
test.ipynb
*.whl
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ pip install rayx

## Development

To develop the package you need to:
1. build the core module with cmake
2.
The package can be built in two ways:
1. with `cmake`
2. with `uv build`

The 1. option supports build cashing and the build result can be used immediatly without any installation steps. See [example](./examples/metrix.ipynb)
The 2. option builds the package as a wheel. The resulting wheel can be installed in your python environment.

### Running tests

Expand Down
62 changes: 31 additions & 31 deletions examples/metrix.ipynb

Large diffs are not rendered by default.

Loading