Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f55056b
Merge pull request #131 from visualpython/release
minjk-bl May 6, 2022
ed06588
Merge pull request #133 from visualpython/release
minjk-bl May 24, 2022
8e003fb
Update README.md
visualpython May 30, 2022
40e4d97
Merge pull request #135 from visualpython/release
minjk-bl Jun 8, 2022
fe25420
Merge pull request #137 from visualpython/release
minjk-bl Jun 17, 2022
0ac684e
Merge pull request #139 from visualpython/release
minjk-bl Jun 22, 2022
2e318b3
Merge pull request #141 from visualpython/release
minjk-bl Jul 1, 2022
3498699
Merge pull request #143 from visualpython/release
minjk-bl Jul 1, 2022
72972c1
Update README.md
visualpython Jul 6, 2022
944b218
Update README.md
visualpython Jul 6, 2022
0c86567
Add files via upload
visualpython Jul 18, 2022
3b24fc8
Update README.md
visualpython Jul 18, 2022
4b9eae4
Update issue templates
minjk-bl Jul 25, 2022
e809640
Update issue templates
minjk-bl Jul 25, 2022
7b16a5b
Update README.md
visualpython Jul 29, 2022
c3fef85
Create FUNDING.yml
visualpython Aug 1, 2022
0d5b950
Create GOVERNANCE.md
visualpython Aug 2, 2022
0e38770
Merge branch 'main' into release
minjk-bl Aug 5, 2022
893f5ad
Merge pull request #159 from visualpython/release
minjk-bl Aug 5, 2022
68c449e
Merge branch 'release' of https://github.com/visualpython/visualpytho…
visualpython Aug 5, 2022
a49fa9d
Merge pull request #160 from visualpython/release
minjk-bl Aug 5, 2022
488878c
Merge branch 'release' of https://github.com/visualpython/visualpytho…
visualpython Aug 8, 2022
ffd95be
Merge pull request #164 from visualpython/release
minjk-bl Aug 8, 2022
17afced
통개 모듈 > 기술통계/분석/검정 기능 구현을 위해 libraries.json 구성,
naribro Aug 9, 2022
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
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: visualpython
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/content-contribution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Content contribution
about: Share contents to encourage using visualpython (e.g. gitbook, Youtube, blog,
...)
title: ''
labels: documentation
assignees: ''

---

**Share created contents**
Write and share your contents to encourage using visualpython.
Use external links to share your contents.

**Need help**
If you need help for creating contents, you can request other contributors to join.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/design-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Design fix
about: Suggest an idea for design and ui
title: ''
labels: design fix
assignees: ''

---

**Is your suggestion related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the design/style you'd like**
A clear and concise description of what you want to happen.
Design images needed to clearly understand

**Additional context**
Add any other context or screenshots about the design suggestion here.
54 changes: 54 additions & 0 deletions data/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -3328,6 +3328,60 @@
}
}
]
},
{
"id" : "pkg_stat",
"type" : "package",
"level": 0,
"name" : "Statistics",
"path" : "visualpython - statistics",
"desc" : "Statistics modules",
"open" : true,
"grid" : true,
"item" : [
{
"id" : "stat_descriptive",
"type" : "function",
"level": 1,
"name" : "Descriptive Stat",
"tag" : "DESCRIPTIVE,STATISTICS,STAT",
"path" : "visualpython - statistics - descriptive",
"desc" : "Descriptive Stat",
"file" : "m_stat/DescriptiveStat",
"apps" : {
"color": 6,
"icon": "apps/apps_dataset.svg"
}
},
{
"id" : "stat_analysis",
"type" : "function",
"level": 1,
"name" : "Stat Analysis",
"tag" : "ANALYSIS,STATISTICS,STAT",
"path" : "visualpython - statistics - analysis",
"desc" : "Analysis",
"file" : "m_stat/Analysis",
"apps" : {
"color": 6,
"icon": "apps/apps_datasplit.svg"
}
},
{
"id" : "stat_test",
"type" : "function",
"level": 1,
"name" : "Test",
"tag" : "TEST,STATISTICS,STAT",
"path" : "visualpython - statistics - test",
"desc" : "Test",
"file" : "m_stat/Test",
"apps" : {
"color": 6,
"icon": "apps/apps_dataprep.svg"
}
}
]
}
]
}
Expand Down
Loading