Skip to content

Commit

Permalink
we don't need blosc tho
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jul 10, 2024
1 parent 878c51e commit d6750f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 204 deletions.
4 changes: 4 additions & 0 deletions docs/meta/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Cleanup
- [ ] Update pydantic generator
- [ ] Make a minimal pydanticgen-only package to slim linkml deps?
- [ ] Disambiguate "maps" terminology - split out simple maps from the eg. dataset mapping classes
- [ ] Remove unnecessary imports
- dask
- nptyping

Important things that are not implemented yet!

Expand All @@ -25,6 +28,7 @@ Important things that are not implemented yet!
- Or do we want to just say "no dynamictables, just subclass and add more slots since it's super easy to do that."
- method to return a dataframe
- append rows/this should just be a df basically.
- existing handler is fucked, for example, in `maps/hdmf`
- [ ] Handle indirect indexing eg. https://pynwb.readthedocs.io/en/stable/tutorials/general/plot_timeintervals.html#accessing-referenced-timeseries

## Docs TODOs
Expand Down
1 change: 0 additions & 1 deletion nwb_linkml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies = [
"h5py>=3.9.0",
"pydantic-settings>=2.0.3",
"dask>=2023.9.2",
"blosc2>=2.2.7",
"tqdm>=4.66.1",
'typing-extensions>=4.12.2;python_version<"3.11"',
"numpydantic>=1.2.1",
Expand Down
199 changes: 0 additions & 199 deletions nwb_linkml/src/nwb_linkml/types/ndarray.py

This file was deleted.

4 changes: 0 additions & 4 deletions nwb_linkml/src/nwb_linkml/types/ndarray.pyi

This file was deleted.

0 comments on commit d6750f8

Please sign in to comment.