• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Запросы на слияние
  • !3970

Statistics node update fixing bugs + adding new features

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Слиты nikitronn запросил слияние github/fork/DolphinDream/statisticsNode-dev в master Мар 14, 2021
  • Обзор 4
  • Коммиты 1
  • Конвейеры 0
  • Изменения 17

Created by: DolphinDream

Statistics Node Update

  • add new statistical functions (variance, standard error, range, count)
  • fix some division by zero bugs (now the functions return zero when division by zero occurs)
  • add node header label to match the selected function(s) names
  • add node header icon (histogram) to better match node's purpose
  • add feature to draw the statistics in the node editor (as colon aligned "names : values")
  • add button to toggle drawing statistics in the node editor on/off
  • add Selected Statistics mode to allow selection of specific statistics to be computed and/or displayed
  • add (12) monospace true type fonts to be used for drawing statistics in node editor
  • add settings to adjust the drawn statistics (font, color, scale, offset), floating point precision (Property Panel)
  • add option to toggle statistics name abreviation on/off (Property Panel)
  • reorganize code, cleanup and add comments

The UI for the 3 “modes” (single statistics, all statistics and selected statistics):

SV-Statistics2-UI

The Selected Statistics with drawn statistics using full names (all statistics selected):

SV-Statistics2-UI-selectedStatistics-Draw-all-fullname

The Selected Statistics with drawn statistics using full names (some statistics selected):

SV-Statistics2-UI-selectedStatistics-Draw-some-fullname

The Selected Statistics with drawn statistics using abbreviated names (some statistics selected):

SV-Statistics2-UI-selectedStatistics-Draw-some-abreviated

  • Code changes complete.
  • Code documentation complete.
  • Documentation for users complete (or not required, if user never sees these changes).
  • Manual testing done.
  • Unit-tests implemented.
  • Ready for merge.
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: github/fork/DolphinDream/statisticsNode-dev