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
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ sphinx:
- https://arrow.apache.org/docs/
-
numba:
- https://numba.pydata.org/numba-doc/latest
- https://numba.readthedocs.io/en/latest
-
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# sharrow

The sharrow package is an extension of [numba](https://numba.pydata.org/), and
The sharrow package is an extension of [numba](https://numba.readthedocs.io/), and
offers access to data formatting and a just-in-time compiler specifically for
converting ActivitySim-style “specification” files into optimized, runnable
functions that “can approach the speeds of C or FORTRAN”. The idea is to pay the
cost of compiling these specification files only once, and then re-use the
optimized results many times.

This system depends only on widely used free open-source libraries, including
[numba](https://numba.pydata.org/) and [xarray](https://xarray.pydata.org/) and
[numba](https://numba.readthedocs.io/) and [xarray](https://xarray.pydata.org/) and
is tested to be compatible with Windows, Linux, and macOS. Most importantly,
using sharrow is very user friendly and requires almost no knowledge of the
underlying mechanisms that make it speedy. The first time a data flow is run on
Expand Down
2 changes: 1 addition & 1 deletion envs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies:
- zarr

- pip:
- larch6
- larch>=6
- -e ..
2 changes: 1 addition & 1 deletion envs/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- h5py
- zarr
- pip:
- larch6
- larch>=6
Loading