Skip to content

Commit

Permalink
Merge pull request #22 from tswsxk/master
Browse files Browse the repository at this point in the history
New version v0.0.10
  • Loading branch information
tswsxk authored Nov 23, 2020
2 parents f743ff3 + b5e9b09 commit b40ebce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions EduData/DataSet/download_data/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"http://base.ustc.edu.cn/data/slepemapy.cz/",
"synthetic":
"http://base.ustc.edu.cn/data/synthetic/",
"psychometrics":
"http://base.ustc.edu.cn/data/psychometrics/",
"psy":
"http://base.ustc.edu.cn/data/psychometrics/",
"ktbd":
"http://base.ustc.edu.cn/data/ktbd/",
"ktbd-a0910":
Expand All @@ -47,6 +51,10 @@
"http://base.ustc.edu.cn/data/ktbd/synthetic/",
"ktbd-a0910c":
"http://base.ustc.edu.cn/data/ktbd/a0910c/",
"cdbd":
"http://base.ustc.edu.cn/data/cdbd/",
"cdbd-lsat":
"http://base.ustc.edu.cn/data/cdbd/LSAT/",
"cdbd-a0910":
"http://base.ustc.edu.cn/data/cdbd/a0910/",
"math2015":
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![PyPI](https://img.shields.io/pypi/v/EduData.svg)](https://pypi.python.org/pypi/EduData)
[![Build Status](https://www.travis-ci.org/tswsxk/EduData.svg?branch=master)](https://www.travis-ci.org/tswsxk/EduData)
[![codecov](https://codecov.io/gh/tswsxk/EduData/branch/master/graph/badge.svg)](https://codecov.io/gh/tswsxk/EduData)
[![Download](https://img.shields.io/pypi/dm/EduData.svg?style=flat)](https://pypi.python.org/pypi/EduData)

Convenient interface for downloading and preprocessing dataset in education.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='EduData',
version='0.0.9',
version='0.0.10',
extras_require={
'test': test_deps,
},
Expand Down

0 comments on commit b40ebce

Please sign in to comment.