Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade plotly to latest version 2.27.1 #2484

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Jan 5, 2024

Description

upgrade plotly to latest version 2.27.1

This involved updating some plotly code and also d3 packages.

Note after updating plotly and d3, some tests started failing due to issue with importing d3:
https://stackoverflow.com/questions/69075510/jest-tests-failing-on-d3-import

The suggested fix in the stackoverflow to use transformIgnorePatterns in the jest.config files was applied and resolved the issue.

I also tried updating jest but I ran into issues with nx, and then I tried to update nx but that ran into a lot of other issues. Hence, this current approach seems to be the best one for upgrading plotly.

For future context, this was the issue with jest and nx which led me to abandoning the approach of also upgrading nx and jest (in which case I think I wouldn't need to add the transformIgnorePatterns):
nrwl/nx#5873

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 2 times, most recently from 1613c87 to 4903762 Compare January 5, 2024 22:51
@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 2 times, most recently from f864dd9 to f40ec18 Compare January 5, 2024 23:13
@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 2 times, most recently from 070c668 to 890337c Compare January 5, 2024 23:18
@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 2 times, most recently from 59140dd to 7cffa1b Compare January 5, 2024 23:28
2 similar comments
@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 5 times, most recently from ce2e2c6 to cfcdbfe Compare January 8, 2024 16:59
1 similar comment
1 similar comment
@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 9 times, most recently from 77fe80e to 1b8854b Compare January 9, 2024 15:58
4 similar comments
@imatiach-msft imatiach-msft force-pushed the ilmat/upgrade-plotly branch 2 times, most recently from 57f1536 to 74110c5 Compare January 9, 2024 18:47
1 similar comment
@imatiach-msft imatiach-msft merged commit 49906bb into main Jan 10, 2024
89 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/upgrade-plotly branch January 10, 2024 19:42
kartik727 pushed a commit to kartik727/responsible-ai-toolbox that referenced this pull request Jan 11, 2024
imatiach-msft added a commit that referenced this pull request Jan 11, 2024
…upt (#2486)

* Added info about required packages

* Update responsibleaidashboard-question-answering-model-debugging.ipynb

* show example prediction

* Update responsibleaidashboard-question-answering-model-debugging.ipynb

* fix retry func not stopping for long time after sending interrupt

* add fallback for non-integer delay

* add tests for retry func fix

* fix flake8 issues in test functions

* fix import order on test_retry_func

Signed-off-by: Kartik Choudhary <kartikchoudh@umass.edu>

* fix retry func not stopping for long time after sending interrupt

* add fallback for non-integer delay

* add tests for retry func fix

* fix flake8 issues in test functions

* fix import order on test_retry_func

Signed-off-by: Kartik Choudhary <kartikchoudh@umass.edu>

* upgrade plotly to latest version 2.27.1 (#2484)

---------

Signed-off-by: Kartik Choudhary <kartikchoudh@umass.edu>
Co-authored-by: Ilya Matiach <ilmat@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants