-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's changed * feat: add possibility to insert score column after given column in ranking (#262) * refactor: rename labels of filter buttons (#266) * fix(vis): duplicate option values in scatterplot sidebar select (#261) * chore: remove usage of flask (#257) * fix(vis): violin vis selection events (#267)
- Loading branch information
Showing
43 changed files
with
401 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "visyn_core", | ||
"description": "Core repository for datavisyn applications.", | ||
"version": "9.2.2", | ||
"version": "10.0.0", | ||
"author": { | ||
"name": "datavisyn GmbH", | ||
"email": "[email protected]", | ||
|
@@ -114,7 +114,7 @@ | |
"react-plotly.js": "^2.5.1", | ||
"react-spring": "^9.7.1", | ||
"use-deep-compare-effect": "^1.8.0", | ||
"visyn_scripts": "^8.0.0" | ||
"visyn_scripts": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"chromatic": "^6.19.9", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,34 @@ | ||
# a2wsgi==1.6.0 # This WSIGMiddleware is not compatible with starlette_context | ||
alembic==1.11.1 | ||
cachetools==5.3.2 | ||
fastapi==0.101.1 | ||
Flask[async]>=2.1.0,<=2.2.2 | ||
alembic==1.13.1 | ||
cachetools==5.3.3 | ||
fastapi==0.110.1 | ||
json-cfg==0.4.2 | ||
openpyxl==3.1.2 | ||
opentelemetry-api==1.19.0 | ||
opentelemetry-exporter-otlp==1.19.0 | ||
opentelemetry-exporter-prometheus==1.12.0rc1 | ||
opentelemetry-instrumentation-fastapi==0.40b0 | ||
opentelemetry-instrumentation-httpx==0.40b0 | ||
opentelemetry-instrumentation-logging==0.40b0 | ||
opentelemetry-instrumentation-requests==0.40b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.40b0 | ||
opentelemetry-instrumentation-system-metrics==0.40b0 | ||
opentelemetry-sdk==1.19.0 | ||
psycopg==3.1.9 | ||
psycopg2==2.9.6 | ||
pydantic==1.10.11 | ||
opentelemetry-api==1.24.0 | ||
opentelemetry-exporter-otlp==1.24.0 | ||
opentelemetry-exporter-prometheus==0.45b0 | ||
opentelemetry-instrumentation-fastapi==0.45b0 | ||
opentelemetry-instrumentation-httpx==0.45b0 | ||
opentelemetry-instrumentation-logging==0.45b0 | ||
opentelemetry-instrumentation-requests==0.45b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.45b0 | ||
opentelemetry-instrumentation-system-metrics==0.45b0 | ||
opentelemetry-sdk==1.24.0 | ||
psycopg==3.1.18 | ||
psycopg2==2.9.9 | ||
pydantic==1.10.14 | ||
pyjwt[crypto]==2.8.0 | ||
pytest-postgresql==5.0.0 | ||
pytest-postgresql==6.0.0 | ||
python-dateutil==2.8.2 | ||
python-multipart==0.0.6 | ||
python-multipart==0.0.9 | ||
requests==2.31.0 | ||
SQLAlchemy>=1.4.40,<=1.4.49 | ||
starlette-context==0.3.6 | ||
uvicorn[standard]==0.23.1 | ||
uvicorn[standard]==0.29.0 | ||
# Extras from fastapi[all], which we can't install because it requires pydantic v2: https://github.com/tiangolo/fastapi/blob/f7e3559bd5997f831fb9b02bef9c767a50facbc3/pyproject.toml#L57-L67 | ||
httpx>=0.23.0 | ||
jinja2>=2.11.2 | ||
itsdangerous>=1.1.0 | ||
pyyaml>=5.3.1 | ||
ujson>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0 | ||
orjson>=3.2.1 | ||
# pin werkzeug version because the new major version 3.0.0 breaks our applications on Oct 2 2023; the version can be removed later again when the other packages support v3.0.0 | ||
werkzeug==2.3.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
black~=22.12.0 | ||
pyright==1.1.308 | ||
pytest-runner~=6.0.0 | ||
pytest~=7.2.0 | ||
ruff==0.0.218 | ||
black~=24.3.0 | ||
pyright==1.1.356 | ||
pytest-runner~=6.0.1 | ||
pytest~=8.1.1 | ||
ruff==0.3.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.