1. 24 5月, 2021 1 次提交
    • P
      update demo to latest (#970) · 098f7ec0
      Peter Pan 提交于
      * chore: update demo
      
      * chore: update demo
      
      * bump fe to 2.2.0
      
      * bump fe to 2.2.0-1
      
      * fix: docker runtime error
      098f7ec0
  2. 20 5月, 2021 1 次提交
  3. 19 5月, 2021 1 次提交
    • P
      Hyper parameters (#960) · 3699edf3
      Peter Pan 提交于
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      3699edf3
  4. 07 4月, 2021 1 次提交
    • P
      3D Labels in High-dimensional page (#947) · 01ce1c26
      Peter Pan 提交于
      * chore: update dependencies
      
      * chore: bump typescript to 4.2
      
      * fix: fix chaos of theme when system theme changed while theme is not set to auto
      
      * feat: 3d label in high-dimensional page
      
      * fix: label index error when data has a large size
      
      * fix: minor bugs fix
      
      * chore: update dependencies
      01ce1c26
  5. 29 1月, 2021 1 次提交
  6. 26 1月, 2021 1 次提交
    • P
      Text (#916) · 5d4c261b
      Peter Pan 提交于
      * chore: update dependencies
      
      * build: fix build error
      
      * chore: update dependencies
      
      * feat: text sample
      
      * fix: color mismatch in dark mode
      
      * fix: align step in text page
      5d4c261b
  7. 08 1月, 2021 1 次提交
  8. 29 12月, 2020 2 次提交
    • P
      update demo (#899) · 9553ec70
      Peter Pan 提交于
      * docs: update demo
      
      * publish fe@2.1.2
      
      * chore: remove deprecated constants
      
      * publish fe@2.1.3
      
      * fix: fix web worker cross origin
      
      * publish fe@2.1.4
      
      * style: lint shell scripts
      9553ec70
    • P
      multiple formats support when downloading raw data (#894) · 579873fe
      Peter Pan 提交于
      * feat: download raw data in multiple formats
      
      * feat: bump fe to 2.1.1
      
      * style: fix bugs of lint fe
      579873fe
  9. 28 12月, 2020 1 次提交
    • P
      bump 2.1.0 (#891) · 19e5e52e
      Peter Pan 提交于
      * style: add python lint & pre-commit
      
      * style: use pre-commit to lint fe codes
      
      * fix: show raw shape of tensor in high-dimensional chart
      
      * feat: implement random sampling in high-dimensional chart
      
      * feat: add fog in scatter chart
      
      * feat: focus hovered point in high-dimensional chart
      
      * chore: hide unfulfilled features
      
      * chore: update dependencies
      
      * fix: fix lost import
      
      * style: fix style lint
      
      * chore: fix typo
      
      * bump 2.1.0
      19e5e52e
  10. 23 12月, 2020 1 次提交
    • P
      rewrite roc curve (#881) · ae2608f1
      Peter Pan 提交于
      * 增加 roc 曲线
      
      所有更改参照pr曲线更改,在公式计算的地方更改为了 roc 的计算公式
      
      * Update index.ts
      
      语法改正
      
      * Update reducers.ts
      
      修改语法错误
      
      * 生成record_pb2.py
      
      编译生成record_pb2.py
      修改 record.proto 序号问题
      
      * Update base_component.py
      
      更正参数
      
      * Update api.py
      
      修正语法错误
      
      * add data/roc-curve
      
      前端页面
      
      * add resource
      
      add resource
      
      * Update lib.py
      
      * docs: remove luckydraw
      
      * feat: download raw data
      
      * fix conflict
      
      * chore: rewrite pr-curve & roc-curve
      
      * fix: unexpected background color in dark mode
      Co-authored-by: Niceriver97 <1105107356@qq.com>
      ae2608f1
  11. 17 12月, 2020 2 次提交
    • P
      chore: update pca algorithm (#870) · 915f58de
      Peter Pan 提交于
      915f58de
    • P
      Rewrite High-Dimensional (#869) · f501709b
      Peter Pan 提交于
      * feat: rewrite high-dimensional
      
      * chore: update dependencies
      
      * chore: update dependencies
      
      * chore: rewrite scatter chart
      
      * feat: t-sne for high-dimensional
      
      * feat: umap for high-dimensional
      
      * feat: add hover effects in high-dimensional
      
      * feat: add hover label in high-dimensional chart
      
      * chore: update dependencies
      
      * feat: search & highlight in high-dimensional chart
      
      * chore: update dependencies
      
      * fix: resolve type
      
      * chore: remove unused code
      f501709b
  12. 21 9月, 2020 1 次提交
  13. 18 9月, 2020 1 次提交
    • P
      minor bugs fix (#815) · 29791b8e
      Peter Pan 提交于
      * chore: window instead of globalThis to support more browser versions
      
      * fix: chart toolbox icons gap chaos
      
      * style: remove unused title in svgs
      
      * fix: index loading not centered
      
      * fix: get missing echarts loading back
      
      * fix: date & time cannot be formatted to correct locale string (#813)
      
      * chore: drop support of nodejs 12
      
      * docs: update documentation
      29791b8e
  14. 17 9月, 2020 2 次提交
    • P
      dark mode (#814) · c0281d33
      Peter Pan 提交于
      * feat: dark mode support
      
      * chore: use redux to manage global state
      
      * chore: update dependencies
      
      * build: increase yarn network timeout to avoid build error in github action
      
      * feat: dark mode support
      
      * chore: add module preload
      c0281d33
    • P
      build: increase yarn network timeout to avoid build error in github action (#811) · 7ecc58e7
      Peter Pan 提交于
      * build: increase yarn network timeout to avoid build error in github action
      
      * chore: fix docker build
      
      * test: ignore no test error
      
      * bump fe to 2.0.1
      
      * feat: dynamic envs in vdl server
      
      * bump fe to 2.0.2
      
      * chore: fix docker build
      
      * bump fe to 2.0.3
      
      * fix: demo build error
      
      * bump fe to 2.0.4
      
      * chore: commit demo logs
      
      * bump fe to 2.0.5
      
      * fix: docker build error
      
      * docs: update demo dat
      
      * bump fe to 2.0.6
      
      * feat: support cdn deployment
      
      * bump fe to 2.0.7
      
      * feat: support cdn deployment
      
      * bump fe to 2.0.8
      
      * chore: remove default demo path
      
      * fix: graph iframe target origin
      
      * bump fe to 2.0.9
      7ecc58e7
  15. 10 9月, 2020 1 次提交
  16. 08 9月, 2020 1 次提交
  17. 07 9月, 2020 1 次提交
    • P
      better error handling (#797) · fe666692
      Peter Pan 提交于
      * build: update github actions
      
      * chore: update dependencies
      
      * feat: set smoothing from query string
      
      * feat: remember smoothing in scalar page
      
      * chore: better error handling when fetching data
      
      * feat: add error page
      
      * fix: build error in docker
      
      * fix: build error in docker
      fe666692
  18. 04 9月, 2020 2 次提交
  19. 21 8月, 2020 1 次提交
    • P
      add demo docker (#766) · 24135c4b
      Peter Pan 提交于
      * bump to 2.0.1
      
      * update demo
      
      * bump fe to 2.0.0
      
      * update demo
      
      * add ping url
      24135c4b
  20. 06 8月, 2020 1 次提交
    • P
      Demo (#737) · 69a77855
      Peter Pan 提交于
      * rewrite logger
      
      * feat: add demo
      
      * bump frontend 2.0.0-beta.50
      
      * fix: nodejs 12.x compatibility
      
      * chore: update dependencies
      69a77855
  21. 29 7月, 2020 1 次提交
  22. 23 7月, 2020 1 次提交
    • P
      minor bug fix (#724) · 6b060852
      Peter Pan 提交于
      * fix: step slider shrink in pr-curve page
      
      * chore: update dependencies
      
      * feat: add api token key to support vdl-service
      6b060852
  23. 17 7月, 2020 1 次提交
    • P
      minor bug fix in sample pages (#721) · a31d235d
      Peter Pan 提交于
      * fix: sample rate display error
      
      * bump 2.0.0-beta.8
      
      * feat: decode mp3 audio sample rate
      
      * fix: compatibility of safari
      
      * chore: use shared audio context to decrease memory usage
      
      * fix: chinese translation
      
      * fix: formalize volumn slider in different browser
      
      * fix: display error when chart maximized
      a31d235d
  24. 16 7月, 2020 1 次提交
    • P
      Audio (#717) · d6b10994
      Peter Pan 提交于
      * rename pages to remove trailing 's'
      
      * feat: navbar support dropdown menu
      
      * feat: audio sample page
      
      * chore: update dependencies
      
      * style: fix lint
      
      * v2.0.0-beta.46
      
      * chore: fix import method
      
      * v2.0.0-beta.47
      
      * chore: remove unused code
      
      * v2.0.0-beta.48
      
      * fix: navbar submenu overflow when hover
      
      * v2.0.0-beta.49
      d6b10994
  25. 13 7月, 2020 1 次提交
    • P
      frontend: remove runtime public path config (#711) · 4a271956
      Peter Pan 提交于
      * build: remove protobufjs dependency
      
      * chore: support runtime config
      
      * v2.0.0-beta.44
      
      * fix: api url build config
      
      * v2.0.0-beta.45
      
      * fix: give up runtime config
      
      * fix code style
      
      * use publicPath config in i18n
      
      * fix python app typo
      4a271956
  26. 03 7月, 2020 1 次提交
  27. 30 6月, 2020 1 次提交
  28. 27 6月, 2020 1 次提交
  29. 23 6月, 2020 1 次提交
    • P
      fix #674 (#677) · dc3bebb8
      Peter Pan 提交于
      * chore: update dependencies
      
      * fix: compatibility of safari (#674)
      dc3bebb8
  30. 19 6月, 2020 1 次提交
  31. 12 6月, 2020 1 次提交
  32. 10 6月, 2020 1 次提交
  33. 05 6月, 2020 1 次提交
    • P
      feat: integrate netron (#651) · bedaa029
      Peter Pan 提交于
      * chore: update dependencies
      
      * feat: high-dimensional chart will fit screen size now
      
      * fix: scatter chart cannot be rendered properly
      
      * chore: separate api module
      
      * intergrate netron
      
      * intergrate netron
      
      * feat: graphs
      
      * style: fix lint
      
      * chore: update dependencies
      
      * fix: type error
      
      * chore: update dependencies
      
      * chore: update graph color
      bedaa029
  34. 21 5月, 2020 1 次提交
    • P
      chore: render static files in memory (#638) · c1c2f166
      Peter Pan 提交于
      * bump 2.0.0-beta.2
      
      * chore: render static files in memory
      
      * fix: empty requests in high-dimensional chart
      
      * feat: reduce fetching interval when components is empty
      
      * feat: show loading tip when components is empty
      
      * chore: delete unused files
      
      * bump 2.0.0-beta.3
      
      * chore: remove model_pb argument
      
      * fix: windows file encoding error
      
      * fix: windows path sep error
      
      * feat: add --api-only argument
      
      * feat: add docker runtime
      
      * style: remove unused variable
      
      * pref: use tuple to reduce memory usage in template render
      
      * chore: build opencv for docker alpine to reduce image size
      c1c2f166
  35. 18 5月, 2020 1 次提交
  36. 16 5月, 2020 1 次提交
    • P
      Clean dist before build (#628) · 951dcbd3
      Peter Pan 提交于
      * fix: remove gitHead from package.json
      
      * fix: clean dist before build
      
      * fix: clean dist before build
      
      * build: disable frontend ci build temporarily
      951dcbd3