aisp 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aisp
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Package with techniques of artificial immune systems.
5
+ Home-page: https://github.com/AIS-Package/aisp
6
+ Author: João Paulo da Silva Barros
5
7
  Author-email: João Paulo da Silva Barros <jpsilvabarr@gmail.com>
8
+ Maintainer: Alison Zille Lopes
6
9
  Maintainer-email: Alison Zille Lopes <alisonzille@gmail.com>
7
10
  License: LGPL-3.0 license
8
11
  Project-URL: Homepage, https://ais-package.github.io/
@@ -69,7 +72,7 @@ License-File: LICENSE
69
72
 
70
73
  #### Introduction
71
74
 
72
- The **AISP** is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (GPLv3).
75
+ The **AISP** is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (LGPLv3).
73
76
 
74
77
  The package started in **2022** as a research package at the Federal Institute of Northern Minas Gerais - Salinas campus (**IFNMG - Salinas**).
75
78
 
@@ -179,7 +182,7 @@ Below are some examples that use a database for classification with the [Jupyter
179
182
 
180
183
  #### Introdução
181
184
 
182
- O **AISP** é um pacote python que implementa as técnicas dos sistemas imunológicos artificiais, distribuído sob a licença GNU Lesser General Public License v3.0 (GPLv3).
185
+ O **AISP** é um pacote python que implementa as técnicas dos sistemas imunológicos artificiais, distribuído sob a licença GNU Lesser General Public License v3.0 (LGPLv3).
183
186
 
184
187
  O pacote teve início no ano de **2022** como um pacote de pesquisa no instituto federal do norte de minas gerais - campus salinas (**IFNMG - Salinas**).
185
188
 
@@ -45,7 +45,7 @@
45
45
 
46
46
  #### Introduction
47
47
 
48
- The **AISP** is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (GPLv3).
48
+ The **AISP** is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (LGPLv3).
49
49
 
50
50
  The package started in **2022** as a research package at the Federal Institute of Northern Minas Gerais - Salinas campus (**IFNMG - Salinas**).
51
51
 
@@ -155,7 +155,7 @@ Below are some examples that use a database for classification with the [Jupyter
155
155
 
156
156
  #### Introdução
157
157
 
158
- O **AISP** é um pacote python que implementa as técnicas dos sistemas imunológicos artificiais, distribuído sob a licença GNU Lesser General Public License v3.0 (GPLv3).
158
+ O **AISP** é um pacote python que implementa as técnicas dos sistemas imunológicos artificiais, distribuído sob a licença GNU Lesser General Public License v3.0 (LGPLv3).
159
159
 
160
160
  O pacote teve início no ano de **2022** como um pacote de pesquisa no instituto federal do norte de minas gerais - campus salinas (**IFNMG - Salinas**).
161
161
 
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aisp
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Package with techniques of artificial immune systems.
5
+ Home-page: https://github.com/AIS-Package/aisp
6
+ Author: João Paulo da Silva Barros
5
7
  Author-email: João Paulo da Silva Barros <jpsilvabarr@gmail.com>
8
+ Maintainer: Alison Zille Lopes
6
9
  Maintainer-email: Alison Zille Lopes <alisonzille@gmail.com>
7
10
  License: LGPL-3.0 license
8
11
  Project-URL: Homepage, https://ais-package.github.io/
@@ -69,7 +72,7 @@ License-File: LICENSE
69
72
 
70
73
  #### Introduction
71
74
 
72
- The **AISP** is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (GPLv3).
75
+ The **AISP** is a python package that implements artificial immune systems techniques, distributed under the GNU Lesser General Public License v3.0 (LGPLv3).
73
76
 
74
77
  The package started in **2022** as a research package at the Federal Institute of Northern Minas Gerais - Salinas campus (**IFNMG - Salinas**).
75
78
 
@@ -179,7 +182,7 @@ Below are some examples that use a database for classification with the [Jupyter
179
182
 
180
183
  #### Introdução
181
184
 
182
- O **AISP** é um pacote python que implementa as técnicas dos sistemas imunológicos artificiais, distribuído sob a licença GNU Lesser General Public License v3.0 (GPLv3).
185
+ O **AISP** é um pacote python que implementa as técnicas dos sistemas imunológicos artificiais, distribuído sob a licença GNU Lesser General Public License v3.0 (LGPLv3).
183
186
 
184
187
  O pacote teve início no ano de **2022** como um pacote de pesquisa no instituto federal do norte de minas gerais - campus salinas (**IFNMG - Salinas**).
185
188
 
@@ -1,11 +1,9 @@
1
1
  LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
- aisp/_base.py
4
+ setup.py
5
5
  aisp.egg-info/PKG-INFO
6
6
  aisp.egg-info/SOURCES.txt
7
7
  aisp.egg-info/dependency_links.txt
8
8
  aisp.egg-info/requires.txt
9
- aisp.egg-info/top_level.txt
10
- aisp/NSA/__init__.py
11
- aisp/NSA/_negativeSelection.py
9
+ aisp.egg-info/top_level.txt
@@ -1,3 +1,3 @@
1
1
  numpy>=1.22.4
2
2
  scipy>=1.8.1
3
- tqdm==4.64.1
3
+ tqdm>=4.64.1
@@ -0,0 +1 @@
1
+
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aisp"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  authors = [
9
9
  { name="João Paulo da Silva Barros", email="jpsilvabarr@gmail.com" },
10
10
  ]
@@ -35,7 +35,7 @@ classifiers = [
35
35
  dependencies = [
36
36
  "numpy>=1.22.4",
37
37
  "scipy>=1.8.1",
38
- "tqdm==4.64.1",
38
+ "tqdm>=4.64.1",
39
39
  ]
40
40
 
41
41
  keywords = ["Artificial Immune Systems", "classification", "Natural computing", "machine learning", "artificial intelligence"]
aisp-0.1.2/setup.py ADDED
@@ -0,0 +1,21 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ with open('README.md', 'r') as fh:
4
+ readme = fh.read()
5
+
6
+ setup(
7
+ name='aisp',
8
+ version='0.1.2',
9
+ url='https://github.com/AIS-Package/aisp',
10
+ description='Package with techniques of artificial immune systems.',
11
+ author='João Paulo da Silva Barros',
12
+ author_email='jpsilvabarr@gmail.com',
13
+ maintainer='Alison Zille Lopes',
14
+ maintainer_email='alisonzille@gmail.com',
15
+ license='GNU Lesser General Public License v3 (LGPLv3)',
16
+ long_description=readme,
17
+ long_description_content_type='text/markdown',
18
+ keywords=["Artificial Immune Systems", "classification", "Natural computing", "machine learning", "artificial intelligence"],
19
+ packages=find_packages(),
20
+ install_requires=["numpy", "scipy", "tqdm"],
21
+ )
@@ -1,4 +0,0 @@
1
- from ._negativeSelection import RNSA, BNSA
2
-
3
- __author__ = 'João Paulo da Silva Barros'
4
- __all__ = ['RNSA', 'BNSA']