From f5a2f2076ba614c31a97c42e5d43f32a0e44a807 Mon Sep 17 00:00:00 2001 From: juhuntenburg Date: Wed, 24 Apr 2024 16:43:26 +0200 Subject: [PATCH 1/3] add filename pattern for lightningPose dataset --- alyx/data/fixtures/data.datasettype.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alyx/data/fixtures/data.datasettype.json b/alyx/data/fixtures/data.datasettype.json index 582c9dc2..a88de83d 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -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.*" } }, { From 65dfdda4e2b21b84aa45f8f297399ad270d67845 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Apr 2024 15:42:53 +0000 Subject: [PATCH 2/3] GitHub Actions generated requirements_frozen.txt --- requirements_frozen.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements_frozen.txt b/requirements_frozen.txt index d8871602..b518d76a 100644 --- a/requirements_frozen.txt +++ b/requirements_frozen.txt @@ -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 @@ -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 @@ -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 From 61f7ef7b80f2ef5c7bce101d9c1e2e2c9c66e6bf Mon Sep 17 00:00:00 2001 From: juhuntenburg Date: Wed, 24 Apr 2024 17:44:30 +0200 Subject: [PATCH 3/3] bump version --- alyx/alyx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alyx/alyx/__init__.py b/alyx/alyx/__init__.py index f4ba5b3e..24525b57 100644 --- a/alyx/alyx/__init__.py +++ b/alyx/alyx/__init__.py @@ -1 +1 @@ -VERSION = __version__ = '2.1.0' +VERSION = __version__ = '2.1.1'