aisp 0.1.30__py3-none-any.whl → 0.1.32__py3-none-any.whl

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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aisp
3
- Version: 0.1.30
3
+ Version: 0.1.32
4
4
  Summary: Package with techniques of artificial immune systems.
5
5
  Author-email: João Paulo da Silva Barros <jpsilvabarr@gmail.com>
6
6
  Maintainer-email: Alison Zille Lopes <alisonzille@gmail.com>
@@ -20,9 +20,9 @@ Classifier: Programming Language :: Python :: 3.11
20
20
  Requires-Python: >=3.8.10
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: numpy (>=1.22.4)
24
- Requires-Dist: scipy (>=1.8.1)
25
- Requires-Dist: tqdm (>=4.64.1)
23
+ Requires-Dist: numpy >=1.22.4
24
+ Requires-Dist: scipy >=1.8.1
25
+ Requires-Dist: tqdm >=4.64.1
26
26
 
27
27
  <div align = center>
28
28
 
@@ -0,0 +1,8 @@
1
+ aisp/NSA/__init__.py,sha256=cmHx6ydTfhFAOfgCjDcKDJRfH5Sz41LHqVRlDZgVL58,141
2
+ aisp/NSA/_base.py,sha256=HjdF4ZnophMY_Ooj2ERjhVoWwqe8Q4rPQ-UxHlfIeNY,9557
3
+ aisp/NSA/_negative_selection.py,sha256=bYbkorRTY3V7_gS0L1QnYxpoy-KGsGDxwhza0RjhcKM,55330
4
+ aisp-0.1.32.dist-info/LICENSE,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
5
+ aisp-0.1.32.dist-info/METADATA,sha256=0SxlcxhAKPH1XSkIENEp2zIxu_YKvq-yqSLu-dISNsI,7999
6
+ aisp-0.1.32.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
+ aisp-0.1.32.dist-info/top_level.txt,sha256=Q5aJi_rAVT5UNS1As0ZafoyS5dwNibnoyOYV7RWUB9s,5
8
+ aisp-0.1.32.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- aisp/_base.py,sha256=o_qy6Fbea-86PHxc4fbT5FQg8D8wj32ewGZRS8dzxZw,8811
2
- aisp/NSA/__init__.py,sha256=pqi37OJ0MTadbA4ALkX9M3pHF0xd3-BJhkxKHf2wt9s,140
3
- aisp/NSA/_negativeSelection.py,sha256=uPU0RJIk6vJJRxZ64RnYAJpKXgHLbYbRV4i39uBVV7A,51156
4
- aisp-0.1.30.dist-info/LICENSE,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
5
- aisp-0.1.30.dist-info/METADATA,sha256=ZWWsg8-y8lrQUVKW2qnI-XWb0FBXu1H4zHNz138kj6k,8005
6
- aisp-0.1.30.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
7
- aisp-0.1.30.dist-info/top_level.txt,sha256=Q5aJi_rAVT5UNS1As0ZafoyS5dwNibnoyOYV7RWUB9s,5
8
- aisp-0.1.30.dist-info/RECORD,,
File without changes