Skip to content

Commit

Permalink
Merge pull request #852 from cortex-lab/dev
Browse files Browse the repository at this point in the history
Adding filename pattern for Lightning Pose dataset type
  • Loading branch information
juhuntenburg authored Apr 24, 2024
2 parents 9aa4416 + 61f7ef7 commit a85c8b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion alyx/alyx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = __version__ = '2.1.0'
VERSION = __version__ = '2.1.1'
2 changes: 1 addition & 1 deletion alyx/data/fixtures/data.datasettype.json
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@
"name": "camera.lightningPose",
"created_by": null,
"description": "Dataframe with coordinates of body parts as estimated by Lightning Pose algorithm",
"filename_pattern": ""
"filename_pattern": "*camera.lightningPose.*"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions requirements_frozen.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgiref==3.8.1
backports.zoneinfo==0.2.1
boto3==1.34.84
botocore==1.34.84
boto3==1.34.90
botocore==1.34.90
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
Expand All @@ -20,7 +20,7 @@ django-admin-rangefilter==0.12.4
django-autocomplete-light==3.11.0
django-cleanup==8.1.0
django-filter==24.2
django-ipware==6.0.5
django-ipware==7.0.1
django-js-asset==2.2.0
django-mptt==0.14.0
django-polymorphic==3.1.0
Expand Down Expand Up @@ -57,14 +57,14 @@ packaging==24.0
pandas==2.0.3
pillow==10.3.0
psycopg2-binary==2.9.9
pyarrow==15.0.2
pyarrow==16.0.0
pycodestyle==2.11.1
pycparser==2.22
pyflakes==3.2.0
PyJWT==2.8.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-ipware==2.0.3
python-ipware==3.0.0
python-magic==0.4.27
pytz==2024.1
PyYAML==6.0.1
Expand Down

0 comments on commit a85c8b0

Please sign in to comment.