From 397e0b2884437dc8f400a47cd57aa25938587ae1 Mon Sep 17 00:00:00 2001 From: longxiaofei Date: Tue, 30 Jan 2024 09:44:02 +0800 Subject: [PATCH] feat: add data profiling --- app/package.json | 2 +- app/yarn.lock | 18 +++++------------- pygwalker/__init__.py | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/app/package.json b/app/package.json index 5a743c1..9ed62a6 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "@headlessui/react": "^1.7.14", "@heroicons/react": "^2.0.8", "@kanaries-temp/gw-dsl-parser": "0.1.44", - "@kanaries/graphic-walker": "0.4.46", + "@kanaries/graphic-walker": "0.4.48", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-select": "^2.0.0", diff --git a/app/yarn.lock b/app/yarn.lock index 604f10c..86a8cda 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1043,10 +1043,10 @@ resolved "https://registry.yarnpkg.com/@kanaries-temp/gw-dsl-parser/-/gw-dsl-parser-0.1.44.tgz#57b2a32f32651ad99c94d952cb2e77c10773631d" integrity sha512-rOSSC+QUoaxsE+nOfRYPHrE4rsxjrLwY1ZJIJ6B0NiCj3UU2HW60V1migdqOM5fhfoT26tvgTUeJlED37FWIOA== -"@kanaries/graphic-walker@0.4.46": - version "0.4.46" - resolved "https://registry.yarnpkg.com/@kanaries/graphic-walker/-/graphic-walker-0.4.46.tgz#4992ffc46c8e995cba53c58402baa90603443283" - integrity sha512-JK29N97W1z3CTGXuaEKxajWP2q+gW8V1Ju/ZhApoLLlDkXJZwzsXB36ivAWK8Yx0T5cbuHpI2d7MvjzvhdOX8A== +"@kanaries/graphic-walker@0.4.48": + version "0.4.48" + resolved "https://registry.yarnpkg.com/@kanaries/graphic-walker/-/graphic-walker-0.4.48.tgz#690e4bface0480a2d6642cd6eeda8a7b5b7196a9" + integrity sha512-FTyuGtwot96Ubp89Ain2XoEhTWShWkMBdN/RF2Czz/xVoMbFvmtM4QHa+1jj/fwcnbAEgH7s7Tgw44OwxNrnxA== dependencies: "@headlessui-float/react" "^0.11.4" "@headlessui/react" "1.7.12" @@ -1353,7 +1353,7 @@ "@radix-ui/react-use-previous" "1.0.1" "@radix-ui/react-use-size" "1.0.1" -"@radix-ui/react-slot@1.0.2": +"@radix-ui/react-slot@1.0.2", "@radix-ui/react-slot@^1.0.2": version "1.0.2" resolved "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.2.tgz#a9ff4423eade67f501ffb32ec22064bc9d3099ab" integrity sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg== @@ -1361,14 +1361,6 @@ "@babel/runtime" "^7.13.10" "@radix-ui/react-compose-refs" "1.0.1" -"@radix-ui/react-slot@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.0.2.tgz#a9ff4423eade67f501ffb32ec22064bc9d3099ab" - integrity sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg== - dependencies: - "@babel/runtime" "^7.13.10" - "@radix-ui/react-compose-refs" "1.0.1" - "@radix-ui/react-tabs@^1.0.4": version "1.0.4" resolved "https://registry.yarnpkg.com/@radix-ui/react-tabs/-/react-tabs-1.0.4.tgz#993608eec55a5d1deddd446fa9978d2bc1053da2" diff --git a/pygwalker/__init__.py b/pygwalker/__init__.py index 1aae38c..277a9bd 100644 --- a/pygwalker/__init__.py +++ b/pygwalker/__init__.py @@ -10,7 +10,7 @@ from pygwalker.services.global_var import GlobalVarManager from pygwalker.services.kaggle import show_tips_user_kaggle as __show_tips_user_kaggle -__version__ = "0.4.5a1" +__version__ = "0.4.5a2" __hash__ = __rand_str() from pygwalker.api.walker import walk