1. 08 1月, 2021 1 次提交
  2. 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
  3. 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
  4. 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
  5. 26 11月, 2020 1 次提交
  6. 25 9月, 2020 1 次提交
  7. 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
  8. 17 9月, 2020 1 次提交
    • 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
  9. 11 9月, 2020 1 次提交
  10. 10 9月, 2020 1 次提交
  11. 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
  12. 05 9月, 2020 2 次提交
  13. 04 9月, 2020 2 次提交