Skip to content

Commit c60ccae

Browse files
Bumped PyPI to v2.1 #185
1 parent 2793f17 commit c60ccae

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

IS_RELEASE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Instance Selection Methods
2-
=============
32
This project has the following algorithms:
43
- ENN
54
- The most pure Wilson Editing,
65
- and a modified version to work with self-training in case there are some
7-
instances that the author do not want them removed.
6+
instances that the author do not want them removed (safe).
87
- CNN
98
- RNN
109
- MSS
1110
- ICF
11+
- LocalSets
12+
- LSSm
13+
- LSBo
1214

1315

14-
Release Notes
15-
=============
16+
# Release Notes
1617

1718
See the commit logs at https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods.

SSL_RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Semi-Supervised Algorithms
2-
=============
2+
33
This project has the following algorithms:
44
- Co-Training
55
- Tri-Training
66
- Democratic Co-Learning
7+
- Density Peaks
8+
- STDPNF
79

810

9-
Release Notes
10-
=============
11+
# Release Notes
1112

1213
See the commit logs at https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[metadata]
22
name = IS-DNX
3-
version = 0.1.3
3+
version = 2.1
44
author = Daniel Puente Ramírez
55
author_email = [email protected]
6-
description = Instance Selection.
6+
description = Instance Selection Algorithms.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from distutils.core import setup
2+
3+
setup(
4+
name='IS-DNX',
5+
version='2.1',
6+
license='MIT',
7+
description='Instance Selection Algorithms.',
8+
author='Daniel Puente Ramírez',
9+
author_email='[email protected]',
10+
url='https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods',
11+
download_url='https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods',
12+
keywords=['Semi Supervised Learning', 'ML', 'IA']
13+
)

0 commit comments

Comments
 (0)