Skip to content

Commit cbc686b

Browse files
committed
experimental search initial dev
1 parent 1297722 commit cbc686b

24 files changed

+6019
-164
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes
22

3+
## June 12, 2025
4+
- Added dandi-index and implemented advanced search
5+
36
## June 5, 2025
47
- Modernized Python package structure with pyproject.toml configuration. Removed legacy setup.py, setup.cfg, and setup.cfg.j2 files
58
- Added option for using local neurosift server with the CLI

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/dandi-index/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
dist
3+
.env
4+
data
5+
.cache

0 commit comments

Comments
 (0)