Skip to content

Commit f1d3ffa

Browse files
v10.0
AI Tests
1 parent a7dc9dc commit f1d3ffa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ ___OR___
1313
1. Use `pip install git+https://github.com/MitchellShibilski-Unkel/PyPC.git@main`
1414

1515
## Simple Tests
16-
- <h3> This category of tests adds basic math problems and simple "for" loops </h3>
16+
<h3> This category of tests adds basic math problems and simple "for" loops </h3>
1717
- **Math tests options:**
1818
- Adding
1919
- Subtracing
2020
- Multiplying
2121
- Dividing
2222

2323
## Sorting Tests
24-
- <h3> This category of tests adds two different types of sorting algorithms/tests; selection, merge, greatest to least and least to greatest, and bubble sort. </h3>
24+
<h3> This category of tests adds two different types of sorting algorithms/tests; selection, merge, greatest to least and least to greatest, and bubble sort. </h3>
2525

2626
## General Computer Information
27-
- <h3> This is Python file allows you to get your computer's CPU and OS information </h3>
27+
<h3> This is Python file allows you to get your computer's CPU and OS information </h3>
2828
- CPU Count
2929
- Processor Type
3030
- Architecture
@@ -36,18 +36,18 @@ ___OR___
3636
- CPU Temperature
3737
3838
## Algorthmic
39-
- <h3> This adds more complex tasks/algorithms </h3>
39+
<h3> This adds more complex tasks/algorithms </h3>
4040
- Wave Function
4141
- Prime Counter
4242
- RNN Algorithm | *Supports GPU*
4343

4444
## Multiprocessing
45-
- <h3> This uses current tests in PyPC and uses multiprocessing to max out your CPU to test how fast your computer can process a task under heavy load </h3>
45+
<h3> This uses current tests in PyPC and uses multiprocessing to max out your CPU to test how fast your computer can process a task under heavy load </h3>
4646
- Merge Sorting
4747
- Prime Counting
4848

4949
## WiFi Speed Test
50-
- <h3> This adds a WiFi download and upload speed test </h3>
50+
<h3> This adds a WiFi download and upload speed test </h3>
5151

5252

5353

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = 'v9.0'
10+
VERSION = 'v10.0'
1111
DESCRIPTION = 'PyPC'
1212
LONG_DESCRIPTION = '-'
1313

0 commit comments

Comments
 (0)