You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the statistics code resides in a raw, unconfigured project within a private repository. Moreover, more than half of the code is a direct copy of an old version of statistics from Lets-Plot (core), without incorporating any of the fixes made in Lets-Plot. Every time we need add a new statistics we must copy-paste Lets-Plot code again. Additionally, the statistics module completely lacks tests.
Furthermore, statistics are published as a separate artifact, which frequently causes integration issues for users.
Tasks
Align the codebase with Lets-Plot to avoid duplication and inconsistencies (simplest solution - use LP internal statistics API for implementation).
Move the Statistics API to the main repository.
Possibly integrate it into kandy-lets-plot, eliminating the need for a separate artifact, as it serves no real purpose.
Uh oh!
There was an error while loading. Please reload this page.
Problem
Currently, the statistics code resides in a raw, unconfigured project within a private repository. Moreover, more than half of the code is a direct copy of an old version of statistics from Lets-Plot (core), without incorporating any of the fixes made in Lets-Plot. Every time we need add a new statistics we must copy-paste Lets-Plot code again. Additionally, the statistics module completely lacks tests.
Furthermore, statistics are published as a separate artifact, which frequently causes integration issues for users.
Tasks
kandy-lets-plot
, eliminating the need for a separate artifact, as it serves no real purpose.This also will fix #276.
The text was updated successfully, but these errors were encountered: