Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
Update for v2.2.4#136
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
35 commits Select commitHold shift + click to select a range
39d01d7 Change DataSelector as modal dialog
68825f4 Add drop=True option for reset_index on Bind, Reshape app
b81fce0 Change Seaborn code
b77dafd Change ModelInfo code, option default value
5c4d182 Add Plotly app on Visualization category
be42fff Change Code sign
14e92b4 SuggsetInput, DataSelector, VarSelector2 change operation on focusing…
476f084 Add index for DataFrame on DataSelector
b82bf60 Add View Inner functions menu
472f05a Edit placeholder for Ticks options on Seaborn
ce9db52 Add ticks option key to generated code on Seaborn
88f74dd Edit step attributes of number inputs on Seaborn
ea000e3 Add menus on Visualization category
a4e6038 Prevent typing to ticks label without location option
ede4b9a Add kde, stat option to histplot
76258e4 Add step, min attributes to number input
c476121 Edit Groupby app's location of reset index option
a25b0e6 Edit concat's reset_index operation to ignore_index option
f3a8560 Edit pickle's extensions to every extensions
8e650a5 Edit useFile operation on Wordcloud app
8625224 Remove seaborn on Import app
a908e4a Edit VarSelector to DataSelector on Fit/Predict and ModelInfo app
a96371d Edit VarSelector to DataSelector on Evaluation app
ed7479d Apply DataSelector on Matplotlib app'
74e355a Edit styles on Fit/Predict and ModelInfo app
c928f64 Check and edit options on ModelInfo
9ca01bf Fix set_index and reset_index bug on Frame app
7ddc806 Add show values option for barplot/histplot/countplot on Seaborn
b44bfff Add show values inner function
e385e74 Edit FileNavigation
3176f07 Edit mechanism of getting row list from Subset app
1a45660 Fix esc shortcut to close popups: checking priority as [data selector…
f4bd436 Fix load and save on Instance app
d0aecbb small changes
d5a1405 Edit inner func viewer to generate code using defined package alias
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
31 changes: 23 additions & 8 deletionscss/component/dataSelector.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletioncss/component/fileNavigation.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
125 changes: 125 additions & 0 deletionscss/component/innerFuncViewer.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,125 @@ | ||
| /* UDF Editor - CodeMirror */ | ||
| .vp-if-body .CodeMirror { border: 1px solid silver; } | ||
| .vp-if-body .CodeMirror.CodeMirror-focused { border: 1px solid var(--highlight-color); } | ||
| .vp-if-body .CodeMirror-empty { outline: 1px solid #c22; } | ||
| .vp-if-body .CodeMirror-empty.CodeMirror-focused { outline: none; } | ||
| .vp-if-body .CodeMirror pre.CodeMirror-placeholder { color: #999; } | ||
| .vp-if-body .CodeMirror-scroll { min-height: 80px; max-height: 250px;} | ||
| .vp-if-body { | ||
| padding: 10px; | ||
| } | ||
| .vp-if-header { | ||
| height: 30px; | ||
| } | ||
| .vp-if-header label { | ||
| font-weight: bold; | ||
| font-size: 14px; | ||
| line-height: 16px; | ||
| } | ||
| .vp-if-menu { | ||
| float: right; | ||
| cursor: pointer; | ||
| position: relative; | ||
| } | ||
| .vp-if-menu-box { | ||
| display: none; | ||
| position: absolute; | ||
| width: 130px; | ||
| top: 23px; | ||
| right: 0px; | ||
| border: 0.25px solid var(--border-gray-color); | ||
| border-radius: 3px; | ||
| background: #FFFFFF; | ||
| padding: 5px; | ||
| z-index: 5; | ||
| } | ||
| .vp-if-menu-item { | ||
| height: 30px; | ||
| font-size: 14px; | ||
| line-height: 30px; | ||
| padding: 0px 5px; | ||
| cursor: pointer; | ||
| } | ||
| .vp-if-menu-item:hover { | ||
| color: var(--font-highlight); | ||
| } | ||
| .vp-if-search-box { | ||
| position: relative; | ||
| } | ||
| .vp-if-search-box .vp-if-search { | ||
| width: 100% !important; | ||
| height: 30px; | ||
| padding-right: 30px !important; | ||
| } | ||
| .vp-if-search-box .vp-if-search-icon { | ||
| position: absolute; | ||
| color: #C4C4C4; | ||
| right: 10px; | ||
| padding-top: 4px; | ||
| } | ||
| /* Empty List */ | ||
| .vp-if-table { | ||
| margin-top: 10px; | ||
| } | ||
| .vp-if-table:empty::after { | ||
| content: '(No saved snippets)'; | ||
| color: #C4C4C4; | ||
| } | ||
| .vp-if-item { | ||
| min-height: 30px; | ||
| } | ||
| .vp-if-item.selected { | ||
| background: #F5F5F5; | ||
| } | ||
| .vp-if-item-header { | ||
| height: 30px; | ||
| line-height: 30px; | ||
| padding: 0px 7px; | ||
| border: 0.25px solid var(--border-gray-color); | ||
| box-sizing: border-box; | ||
| cursor: pointer; | ||
| } | ||
| .vp-if-item-header.selected { | ||
| background: #F5F5F5; | ||
| } | ||
| .vp-if-item-header .vp-if-indicator { | ||
| display: inline-block; | ||
| cursor: pointer; | ||
| background-image: url(../../img/chevron_big_right.svg); | ||
| background-size: contain; | ||
| background-repeat: no-repeat; | ||
| width: 10px; | ||
| height: 10px; | ||
| } | ||
| .vp-if-item-header .vp-if-indicator.open { | ||
| background-image: url(../../img/chevron_big_down.svg) !important; | ||
| } | ||
| .vp-if-item-header input.vp-if-item-title { | ||
| width: calc(100% - 110px); | ||
| outline: none; | ||
| background: transparent; | ||
| border: 0.5px solid transparent; | ||
| cursor: pointer; | ||
| } | ||
| .vp-if-item-header.selected input.vp-if-item-title { | ||
| color: var(--font-highlight); | ||
| } | ||
| .vp-if-item-header input.vp-if-item-title:focus { | ||
| transition: 0.7s; | ||
| border: 0.5px solid var(--highlight-color) !important; | ||
| cursor: text; | ||
| } | ||
| .vp-if-item-menu { | ||
| float: right; | ||
| } | ||
| .vp-if-item-menu-item { | ||
| display: inline-block; | ||
| cursor: pointer; | ||
| margin-left: 5px; | ||
| } | ||
| .vp-if-item-code { | ||
| display: none; | ||
| position: relative; | ||
| border: 0.25px solid var(--border-gray-color); | ||
| } |
4 changes: 3 additions & 1 deletioncss/m_ml/fitPredict.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletioncss/m_ml/modelInfo.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletionscss/root.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletionsdata/libraries.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionsdata/m_ml/mlLibrary.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.