Skip to content

Commit 8dbd219

Browse files
authored
Merge pull request #5 from StatguyUser/0.0.6
Optimized code for speed
2 parents cd61299 + 5d8d5fd commit 8dbd219

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed
-5.52 KB
Binary file not shown.
5.51 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
setup(
1414
name='TextFeatureSelection',
15-
version='0.0.5',
15+
version='0.0.6',
1616
description='Implementation of various algorithms for feature selection for text features, based on filter method',
1717
long_description=long_description,
1818
long_description_content_type='text/markdown', # This is important!
1919
author='StatguyUser',
2020
url='https://github.com/StatguyUser/TextFeatureSelection',
21-
install_requires=['numpy','pandas','nltk','multiprocessing'],
21+
install_requires=['numpy','pandas','nltk'],
2222
download_url='https://github.com/StatguyUser/TextFeatureSelection.git',
2323
py_modules=["TextFeatureSelection"],
2424
package_dir={'':'src'},

src/TextFeatureSelection.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: TextFeatureSelection
3-
Version: 0.0.5
3+
Version: 0.0.6
44
Summary: Implementation of various algorithms for feature selection for text features, based on filter method
55
Home-page: https://github.com/StatguyUser/TextFeatureSelection
66
Author: StatguyUser
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
numpy
22
pandas
33
nltk
4-
multiprocessing

0 commit comments

Comments
 (0)