Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release v2.3.7#217

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
minjk-bl merged 13 commits intomainfromrelease
May 15, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
f6acc6b
Fix colab kernel and priority to show all result
May 15, 2023
be1c3a6
Fix bind column bug on Seaborn
May 15, 2023
c48a0b7
Edit Bind and Reshape to control drop option of reset_index
May 15, 2023
a5a3ff1
Edit menu apps palette and Add statistics menu for later version
May 15, 2023
de6aefb
Fix Logic blocks to work fine on toggling (for Lab)
May 15, 2023
9e2b402
Edit palette number for apps
May 15, 2023
597552c
Fix data sampling code to prevent error on index issue
May 15, 2023
e1c4129
Edit Frame app to fix bug and add more features including rollback of…
May 15, 2023
a52e8a3
Fix Information app's bug and Edit data table format
May 15, 2023
89839bf
Add rendered_html style for vp
May 15, 2023
b5eed2a
Edit placeholder on pandas option
May 15, 2023
05bb334
Merge pull request #216 from minjk-bl/devops
minjk-blMay 15, 2023
6237f23
deploy visualpython 2.3.7
visualpythonMay 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsbuild.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,8 +11,8 @@
#=============================================================================
# Set version and replace it
#=============================================================================
VP_ORG_VER=2.3.5
VP_NEW_VER=2.3.6
VP_ORG_VER=2.3.6
VP_NEW_VER=2.3.7

# update version info
grep -REil "VP_ORG_VER=.+$" colab/build.colab.sh jupyterlab/build.jupyterlab.sh jupyternotebook/build.jupyternotebook.sh | xargs sed -i "s/VP_ORG_VER=.\+$/VP_ORG_VER=${VP_ORG_VER}/g"
Expand Down
4 changes: 2 additions & 2 deletionscolab/build.colab.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,8 +11,8 @@
#=============================================================================
# Replace Version
#=============================================================================
VP_ORG_VER=2.3.5
VP_NEW_VER=2.3.6
VP_ORG_VER=2.3.6
VP_NEW_VER=2.3.7

# update version info
# update manifest version with new numbering for new version
Expand Down
2 changes: 1 addition & 1 deletioncolab/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "Visual Python for Colab",
"description": "GUI-based Python code generator for Google Colab as an extension",
"version": "2.3.6",
"version": "2.3.7",
"manifest_version": 3,
"icons": {
"48": "icon.png",
Expand Down
4 changes: 2 additions & 2 deletionsjupyterlab/build.jupyterlab.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,8 +11,8 @@
#=============================================================================
# Replace Version and Basic Files
#=============================================================================
VP_ORG_VER=2.3.5
VP_NEW_VER=2.3.6
VP_ORG_VER=2.3.6
VP_NEW_VER=2.3.7

# update version info
grep -REil "\"version\": \"${VP_ORG_VER}\"" package.json | xargs sed -i "s/\"version\": \"${VP_ORG_VER//\./\\.}\"/\"version\": \"${VP_NEW_VER}\"/g"
Expand Down
4 changes: 2 additions & 2 deletionsjupyterlab/package-lock.json
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

2 changes: 1 addition & 1 deletionjupyterlab/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-visualpython",
"version": "2.3.6",
"version": "2.3.7",
"description": "GUI-based Python code generator for Jupyter Lab as an extension",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletionsjupyterlab/pyproject.toml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
version = "2.3.6"
version = "2.3.7"

[project.license]
file = "LICENSE"
Expand DownExpand Up@@ -92,7 +92,7 @@ file = [
]

[tool.tbump.version]
current = "2.3.6"
current = "2.3.7"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"

[tool.tbump.git]
Expand Down
4 changes: 2 additions & 2 deletionsjupyternotebook/build.jupyternotebook.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,8 +11,8 @@
#=============================================================================
# Replace Version and Basic Files
#=============================================================================
VP_ORG_VER=2.3.5
VP_NEW_VER=2.3.6
VP_ORG_VER=2.3.6
VP_NEW_VER=2.3.7

# update version info
grep -REil ${VP_ORG_VER//\./\\.} setup.py visualpython/js/com/com_Config.js visualpython/js/com/com_Const.js | xargs sed -i --follow-symlinks "s/${VP_ORG_VER//\./\\.}/${VP_NEW_VER}/g"
Expand Down
2 changes: 1 addition & 1 deletionjupyternotebook/setup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@

setup(
name = name,
version = '2.3.6',
version = '2.3.7',
packages = find_packages(),
package_data = {"": ["*"], 'visualpython' : ['visualpython.yaml', 'README.md']},
scripts = ['visualpython/bin/visualpy', 'visualpython/bin/visualpy.bat'],
Expand Down
4 changes: 4 additions & 0 deletionsvisualpython/css/component/popupComponent.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -446,6 +446,10 @@
height:calc(100%-70px);
padding:10px;
}
.vp-inner-popup-bodytableth {
text-align: left;
font-weight: unset;
}
.vp-inner-popup-button-box {
float: right;
margin:010px10px0;
Expand Down
14 changes: 12 additions & 2 deletionsvisualpython/css/m_apps/frame.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -111,9 +111,13 @@
position: absolute;
left: 100%;
}
.vp-fe-menu-item:hover .vp-fe-menu-sub-box {
.vp-fe-menu-item:not(.disabled):hover .vp-fe-menu-sub-box {
display: block;
}
.vp-fe-menu-item.disabled {
color: var(--vp-gray-color);
cursor: not-allowed;
}
.vp-fe-table {
height: 97%;
background: var(--vp-border-gray-color);
Expand DownExpand Up@@ -188,6 +192,12 @@

.vp-fe-table-more {
margin: 10px;
cursor: pointer;
padding: 3px;
background-color: white;
}
.vp-fe-table-more:hover {
background-color: var(--vp-gray-color);
}
.vp-fe-info {
display: none;
Expand DownExpand Up@@ -269,7 +279,7 @@
border: 0.25px solid var(--vp-border-gray-color);
width: 160px;
padding: 5px;
min-height:180px;
min-height:130px;
}
.vp-inner-popup-sortby-item {
border-bottom: 0.25px solid var(--vp-border-gray-color);
Expand Down
78 changes: 69 additions & 9 deletionsvisualpython/css/m_apps/information.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,7 +31,7 @@
height: 30px;
}
/* dropdown menu */
.vp-dropdown {
/*.vp-dropdown {
position: relative;
display: inline-block;
}
Expand DownExpand Up@@ -62,7 +62,6 @@
-ms-user-select: none;
user-select: none;
text-overflow: ellipsis;
/* overflow: hidden; */
white-space: nowrap;
padding: 0px 5px;
}
Expand All@@ -88,17 +87,76 @@
cursor: pointer;
height: 30px;
font-size: 13px;
}
.vp-variable-preview {
} */
.vp-variable-table {
margin-top: 5px;
align-content: baseline;
background: var(--vp-border-gray-color);
border: 1px solid var(--vp-border-gray-color);
overflow: auto;
}
.vp-variable-preview thead th {
.vp-variable-table table {
border-collapse: separate;
margin-top: 0px;
margin-left: 0px;
color: var(--vp-font-primary);
font-size: 13px;
}
.vp-variable-table table th {
/* no-selection for th */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.vp-variable-table thead th {
position: sticky;
top: 0;
background-color: var(--vp-background-color);
border-bottom: 1px solid var(--vp-border-gray-color);

text-align: right;
text-overflow: ellipsis;
overflow: hidden;
height: 30px !important;
min-width: 80px;
white-space: nowrap;
}
.vp-variable-table tbody tr:nth-child(odd) {
background: #F5F5F5;
}
.vp-variable-table tbody tr:nth-child(even) {
background: var(--vp-background-color);
}
.vp-variable-table th.selected {
/* color: var(--vp-highlight-color); */
background: #add3fd;
}
.vp-variable-table th:hover {
cursor: pointer;
/* background: var(--vp-light-gray-color); */
/* background: rgba(66, 165, 245, 0.2); */
}
.vp-variable-preview thead th.selected {
background-color: var(--vp-highlight-color);
color: var(--vp-background-color);

/* Row Hover */
.vp-variable-table tbody tr:hover {
background-color: rgba(66, 165, 245, 0.2);
}

/* Column Hover */
.vp-variable-table tr th:nth-child(1) {
min-width: 30px !important;
}

.vp-variable-table-more {
margin: 10px;
cursor: pointer;
padding: 3px;
background-color: white;
}
.vp-variable-table-more:hover {
background-color: var(--vp-gray-color);
}
.vp-information-preview-header {
height: 30px;
Expand DownExpand Up@@ -136,6 +194,8 @@
}
.vp-information-preview-content {
align-content: baseline;
position: relative;
height: 100%;
}
.vp-information-preview-box img {
width: 100%;
Expand Down
29 changes: 27 additions & 2 deletionsvisualpython/css/menuFrame.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -257,14 +257,26 @@ input.vp-menu-search-box {
background: #97AA4E;
}
.vp-menuitem.apps.vp-color-apps6 {
background: #8D9D4D;
}
.vp-menuitem.apps.vp-color-apps11 {
background: #88B4E9;
}
.vp-menuitem.apps.vp-color-apps7 {
.vp-menuitem.apps.vp-color-apps12 {
background: #6C9BD1;
}
.vp-menuitem.apps.vp-color-apps8 {
.vp-menuitem.apps.vp-color-apps13 {
background: #578BC7;
}
.vp-menuitem.apps.vp-color-apps15 {
background: #B66CC8;
}
.vp-menuitem.apps.vp-color-apps16 {
background: #A965BA;
}
.vp-menuitem.apps.vp-color-apps17 {
background: #9658A6;
}
.vp-menuitem.apps.vp-color-preparing {
background: var(--vp-gray-color);
}
Expand DownExpand Up@@ -414,6 +426,19 @@ input.vp-menu-search-box {
.vp-menuitem.apps .visualize_wordcloud {
background: top / contain no-repeat url(../img/apps/apps_wordcloud.svg);
}
/* statistics */
.vp-menuitem.apps .stats_probDist {
background: top / contain no-repeat url(../img/apps/apps_white.svg);
}
.vp-menuitem.apps .stats_normTest {
background: top / contain no-repeat url(../img/apps/apps_white.svg);
}
.vp-menuitem.apps .stats_equalVarTest {
background: top / contain no-repeat url(../img/apps/apps_white.svg);
}
.vp-menuitem.apps .stats_studentstTest {
background: top / contain no-repeat url(../img/apps/apps_white.svg);
}
/* machine learning */
.vp-menuitem.apps .ml_dataSet {
background: top / contain no-repeat url(../img/apps/apps_dataset.svg);
Expand Down
52 changes: 52 additions & 0 deletionsvisualpython/css/root.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -678,6 +678,58 @@ hr.vp-extra-menu-line {
.vp-option-horizontal-table-layout .vp-center-align {
text-align: center;
}
/* rendered table style */
.vp_rendered_html * + table {
margin-top: 1em;
}
.vp_rendered_html table {
margin-left: auto;
margin-right: auto;
border: none;
border-collapse: collapse;
border-spacing: 0;
color: black;
font-size: 12px;
table-layout: fixed;
}
.vp_rendered_html thead {
border-bottom: 1px solid black;
vertical-align: bottom;
}
.vp_rendered_html tr, .vp_rendered_html th, .vp_rendered_html td {
text-align: right;
vertical-align: middle;
padding: 0.5em 0.5em;
line-height: normal;
white-space: normal;
max-width: none;
border: none;
}
.vp_rendered_html th {
font-weight: bold;
}
.vp_rendered_html tbody tr:nth-child(odd) {
background: #f5f5f5;
}
.vp_rendered_html tbody tr:hover {
background: rgba(66, 165, 245, 0.2);
}
.vp_rendered_html * + p {
margin-top: 1em;
}
.vp_rendered_html p {
text-align: left;
}
.vp_rendered_html pre, .vp_rendered_html code {
border: 0;
color: #000;
font-size: 100%;
}
.vp_rendered_html pre {
margin: 1em 2em;
padding: 0px;
background-color: #fff;
}
/* jquery auto-complete */
.ui-autocomplete {
z-index: 1250;
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp