Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gviejo committed May 28, 2024
1 parent 01554f1 commit 4577b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api_guide/tutorial_pynapple_nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@
print(data['z'])

# %%
#
# Internally, the `NWBClass` has replaced the pointer to the data with the actual data.
#
# While it looks like pynapple has loaded the data, in fact it did not. By default, calling the NWB object will return an HDF5 dataset.
# !!! warning
#
# New in `0.6.6`

print(type(z.values))

Expand Down
5 changes: 5 additions & 0 deletions docs/pynajax.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Motivation


!!! warning

New in `0.6.6`

Multiple python packages exist for high-performance computing. Internally, pynapple makes extensive use of [numba](https://numba.pydata.org/) for accelerating some functions. Numba is a stable package that provide speed gains with minimal installation issues when running on CPUs.

Another high-performance toolbox for numerical analysis is
Expand Down

0 comments on commit 4577b45

Please sign in to comment.