zeno-ml / zeno

AI Data Management & Evaluation Platform
https://zenoml.com
MIT License
215 stars 11 forks source link

build(deps): bump regl-scatterplot from 1.6.10 to 1.8.4 in /frontend #990

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps regl-scatterplot from 1.6.10 to 1.8.4.

Changelog

Sourced from regl-scatterplot's changelog.

1.8.4

  • Fix a regression with the point opacity introduced in v1.7.1

1.8.3

  • Fix typo in draw option type (renamed focus to filter) #148

1.8.2

  • Improve hover detection

1.8.1

  • Fix: add ability to set aspectRatio in the constructor
  • Fix: add missing type definition for aspectRatio
  • Fix: extend opacity type to correctly allow number[]

1.8.0

  • Add scatterplot.getScreenPosition(pointIdx) to retrieve the screen position of a point by its index.

1.7.1

  • Improve data type inference of the z/w values and allow to explicitely specify their data type via draw(newPoints, { zDataType: 'categorical', wDataType: 'continuous' })

1.7.0

  • Add preventFilterReset option to draw() to allow re-drawing while keeping the current point filter. #136
  • Add ability to hover, select, and filter points immediately when calling draw(points, { hover: 0, select: [1, 2], filter: [0, 2, 3] }). Immediately hovering, selecting, or filtering points avoids a filter that can occur when first drawing points and then hovering, selecting, or filtering points subsequently. #142
  • Add missing filteredPoints type definition. #139
  • Add missing selectedPoints type definition.
  • Fix drawing a single connecting line between points #125
  • Fix drawing a single point connection #141
  • Fix draw()'s promise resolution when showPointConnections is true. The promise is now resolved after both, the points and point connections, have been drawn.
  • Set minimum Node version to 16 and minimum npm version to 7. You might still be able to use regl-scatterplot with older version but it's not advised.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)