Граф коммитов

720 Коммитов

Автор SHA1 Сообщение Дата
Hans Chaudry 043b063ddb
Issue170 fix (#177)
* Update R version

* enable pkgdown

* updated eslint config path

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* eslint always enabled

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* enable all workflows

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* fall back to windows-2019

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* update package pkgdown

* updated renv packages snapshot

* update renv

* renv updgrade

* updated workflows

* updated renv lock file

* fixing list to string conversion errors

* dev version of rmarkdown

* dev version of pkgdown

* don't build vignettes

* passing build args

* fixed mutation unit tests

* no error on warming

* disable ubuntu devel

* updated renv

* installed npm packeges and changed position of workflow name

* fixed typo

* reverted the changes in these files: eslint.yml, node.js.yml, pkgdown.yaml, pylint.yml, package-lock.json

* Minor changes to eslint.yml, pylint.yml, package-lock.json

* new line to eslint.yml, and pylint.yml

* new line changes to eslint.yml and pylint.yml

* new line changes to eslint.yml and pylint.yml

* fixed new line issues to eslint.yml and pylint.yml

* removed isssue170_fix from push branches

* Reverted changes in activate.R and renv.lock

* disabled ubuntu

Co-authored-by: Chinmay Singh <chsingh@microsoft.com>
2022-06-10 10:39:40 -04:00
LinqingZ 9d56f0f07b
Pylint fix (#176)
* lint fix

* testing changes

* changes and test

* pylint control file

* pylint test

* pylint test

* pylint testing

* pylint testing

* pytlint test

* pylint testing

* pylint disable (C) convention, (W) warning, (R) refactor

* pylint fix for import-error

* pylint fixed

* pytesting

* isinstance fixed

* fixed issues, testing passed

* fixed

* fixed

* fixed

* Update pylint.yml

* resolve missing-final-newline

* Update pylint.yml

* Update test_datamation_frame.py
2022-06-10 10:33:01 -04:00
Chinmay Singh 90e9f1bcea updated dist files 2022-06-06 04:02:52 -04:00
Chinmay Singh 77ca4a33b5 Merge branch 'main' of https://github.com/microsoft/datamations 2022-05-31 17:16:53 -04:00
Chinmay Singh 26ca27f326 enable pylint 2022-05-31 17:16:50 -04:00
Chinmay Singh f55e32f02d
Create eslint.yml 2022-05-31 17:15:48 -04:00
Chinmay Singh 5280236c07
Create pylint.yml 2022-05-31 17:14:52 -04:00
Chinmay Singh 14e7fc3075
Update README.md 2022-05-31 10:53:00 -04:00
Chinmay Singh 72e8245fc7
Update README.md 2022-05-31 10:41:48 -04:00
Chinmay Singh 2d87296786
Update README.md 2022-05-31 10:32:26 -04:00
Chinmay Singh 881321e547 vs code recommended extensions 2022-05-31 09:55:35 -04:00
Giorgi Ghviniashvili 37166e22a3
removed facet sort from grid generation (#169)
Co-authored-by: Chinmay Singh <chsingh@microsoft.com>
2022-05-24 12:31:02 -04:00
microsoft-github-policy-service[bot] 95d6b122a6
Microsoft mandatory file (#172)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-05-24 12:16:25 -04:00
Chinmay Singh a85ac061a5
Median support (#171)
* test specs generated from R

* datamation sanddance

* disable python linting

* test median specs

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* unit test for medians

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* no error bars for median

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* enabled some tests

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* use std dev instead of sem

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* fixed unit tests

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* test data sample

* unit test output

* fixed zoomed in domains

* updated bundles
2022-05-24 12:14:55 -04:00
Chinmay Singh cee60363b6
Three variables (#162)
* adding palmerpenguins dependency

* approx match

* test for three variable groupings

* handle the case of three groups

* custom animation related changes

* group by two columns

* groupby three columns

* plot data point in each group

* mean values per group

* updated error bars and domains

* minor css fix

* updated notebook example

* use bundled module

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>

* updated specs with [0, 3] domain

Signed-off-by: Chinmay Singh <chsingh@microsoft.com>
2022-04-03 23:42:39 -04:00
Giorgi Ghviniashvili 17111b3509
Merge pull request #168 from microsoft/dependabot/npm_and_yarn/inst/export-gif/node-fetch-2.6.7
Bump node-fetch from 2.6.5 to 2.6.7 in /inst/export-gif
2022-04-01 19:32:40 +04:00
dependabot[bot] 1c3740d416
Bump node-fetch from 2.6.5 to 2.6.7 in /inst/export-gif
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 13:55:02 +00:00
Jake Hofman 32ecfa3d9f
Merge pull request #167 from microsoft/error-bars-fix
error bars fixed using transition delay #161
2022-04-01 09:52:03 -04:00
Jake Hofman d2cbed7634
Merge pull request #160 from microsoft/specs_mutate
Specs mutate
2022-04-01 09:51:01 -04:00
Giorgi e1b60d3e06 error bars fixed using transition delay #161 2022-04-01 16:05:15 +04:00
willdebras bcc162f906 Updates to error handling, missing vignette call 2022-03-31 21:18:17 -05:00
Will Bonnell 549afe34fb
Merge branch 'main' into specs_mutate 2022-03-31 20:50:11 -05:00
willdebras a4213904a7 datamations demo application added 2022-03-31 20:44:53 -05:00
willdebras ab4d61cd26 edge case error fixes for y encoding titles 2022-03-31 20:43:03 -05:00
willdebras 3722f40a78 Merge branch 'main' of https://github.com/microsoft/datamations into main 2022-03-31 19:18:31 -05:00
willdebras 1ac1cf50f8 no facet sorts to prevent weird clips 2022-03-31 19:18:15 -05:00
Jake Hofman 4a443e1d56
Merge pull request #152 from microsoft/title-arrays
Passing long variable names to the title spec as an array
2022-03-31 10:06:53 -04:00
Jake Hofman 64a4063e69
Update README.md 2022-03-31 10:06:26 -04:00
Jake Hofman 6e82145e3a
Merge pull request #159 from microsoft/js-tests
Js tests
2022-03-31 10:04:10 -04:00
Giorgi 3019c6a79b dist/ in gitignore 2022-03-31 17:58:39 +04:00
Jake Hofman 7ac09233b7
Merge pull request #157 from microsoft/js-docs
updated docs and added comments in the code
2022-03-31 09:56:38 -04:00
Giorgi 0cf9520d2e update node packages 2022-03-31 17:42:08 +04:00
Giorgi 86e99644a3 update node packages 2022-03-31 17:41:38 +04:00
Chinmay Singh 9dcc0effb6
Create node.js.yml 2022-03-31 08:31:31 -04:00
willdebras dc90b6c5bf mutation vignette updated 2022-03-30 19:36:15 -05:00
willdebras 28a3e883da Merge remote-tracking branch 'origin/main' into specs_mutate 2022-03-30 19:24:26 -05:00
willdebras 4b4180687f skip python tests for cran submission 2022-03-30 19:13:58 -05:00
willdebras 120a1556ec vignette indexing, no multiarch check issues for cran submission 2022-03-30 18:20:44 -05:00
willdebras 81e66d341a updated facet handling for groups 2022-03-30 18:03:18 -05:00
Giorgi 5cbf4b6fa4 added .js suffixes. #158 2022-03-30 18:29:33 +04:00
Giorgi a132c6a45d made datamations as npm package, wrote tests and made the whole code a single bundle. #158 2022-03-30 18:12:22 +04:00
willdebras b2d57a5908 handling of no-op verbs 2022-03-30 09:01:23 -05:00
willdebras 34aa070f59 mutation description updated, new vignette 2022-03-30 08:43:35 -05:00
willdebras 42cf3d5951 fix for axes for mutations 2022-03-30 08:19:35 -05:00
willdebras f843fa574d Merge remote-tracking branch 'origin/main' into specs_mutate 2022-03-30 08:04:22 -05:00
willdebras 61be8f0cbe fixes to passing mutation_before, updates to meta and axes specs 2022-03-30 08:03:53 -05:00
Giorgi 2093b81834 updated docs and added comments in the code 2022-03-30 15:28:32 +04:00
Giorgi Ghviniashvili 019dc31147
Merge pull request #156 from microsoft/baseball_example
updated simulation parameters
2022-03-30 13:08:08 +04:00
Giorgi b405554624 updated simulation parameters 2022-03-30 13:07:16 +04:00
Giorgi Ghviniashvili 1b59e1016d
Update README.md
Updated javascript documentation
2022-03-30 12:57:09 +04:00