Releases: Amir-Shamsi/SpAlgo
New Algos: Numerical Analysis
What's Changed
- Bump pytest from 7.0.1 to 7.1.1 Buged by @dependabot in #39
- Revert "Bump pytest from 7.0.1 to 7.1.1" by @Amir-Shamsi in #41
- Bump pytest-runner from 5.3.1 to 6.0.0 by @dependabot in #42
- Bump pytest from 7.1.1 to 7.1.2 by @dependabot in #43
- Numerical analysis by @Amir-Shamsi in #44
New Contributors
- @dependabot made their first contribution in #39
Contribute with @mohammadkeshavarzi
Full Changelog: 0.3.1...0.4.0
New Features: Closest Pair
What's Changed
-
Closest Pair Algorithm by @Amir-Shamsi in #38
-
@Amir-Shamsi adding version dynamically inside setup.py 42c0a01
-
@Amir-Shamsi arrange _array files to _peak directory 091a5ca
-
@Amir-Shamsi arrange _matrix files to _peak directory acbbe19
-
@Amir-Shamsi load version dynamically inside setup.py 9a60465
-
@Amir-Shamsi arrange _sequence files to _sequences directory dc17f74
-
@Amir-Shamsi create init files the closest pair algorithm b6a3f8a
-
@Amir-Shamsi create point class to handle pairs in 2D 59777ae
-
@Amir-Shamsi complete the Closest Pair Algorithm & doc cc7f035
-
@Amir-Shamsi update init to handle ClosestPair & Point 7bce1f7
-
@Amir-Shamsi create test for ClosestPair : test_ClosestPair 7e807e3
-
@Amir-Shamsi create example file for the ClosestPair 70a07ed
Full Changelog: 0.2.1...0.3.1
Contribute with @mohammadkeshavarzi
New Features: Knapsack {0, 1}
New features Knapsack algorithm by @Amir-Shamsi in #28
- complete the knapsack algorithm by @Amir-Shamsi in #29
- changes of Knapsack by @Amir-Shamsi in #30
- ultimate option by @Amir-Shamsi in #31
- knapsack-completion by @Amir-Shamsi in #32
- bugs fixed by @Amir-Shamsi in #33
- refactor the name of sequence files by @Amir-Shamsi in #34
- example for knapsack by @Amir-Shamsi in #35
- version updated to 0.2.0 by @Amir-Shamsi in #36
contribute with @mohammadkeshavarzi
Full Changelog: 0.1.3...0.2.0
Install-req Bugs Fixed
Full Changelog: 0.1.2...0.1.3
Built-in struct update
Version 0.1.0
SpAlgo First Release
Some of the commits
- Changing length to size variable inside ArrayPeak.py by @mohammadkeshavarzi in #1
- Add
findAllPeaks
function by @mohammadkeshavarzi in #2 - Add
findFirstPeak
function by @mohammadkeshavarzi in #3 - Add
findMaxPeak
andfindMinPeak
function by @mohammadkeshavarzi in #4 - Some changes by @mohammadkeshavarzi in #5
- Create MatrixPeak.py by @Amir-Shamsi in #6
- changes related to matrix peak by @Amir-Shamsi in #7
- matrix peak finder function by @Amir-Shamsi in #8
- Update .gitignore by @Amir-Shamsi in #9
- function
MatrixPeak -> findPeak
completed by @Amir-Shamsi in #10 - complete test for
ArrayPeak.py
by @mohammadkeshavarzi in #11 - test added for
MatrixPeak -> findPeak
by @Amir-Shamsi in #12 findPeak
bug fixed by @Amir-Shamsi in #13- private func
_is_edge
completed by @Amir-Shamsi in #14 findAllPeak
for MatrixPeak by @Amir-Shamsi in #15- Some changes by @mohammadkeshavarzi in #16
- Matrix stuff by @Amir-Shamsi in #17
- the func
docs
completed by @Amir-Shamsi in #18 - complete
test_MatrixPeak
by @mohammadkeshavarzi in #19 - convert
Matrix->findAllPeak()
to be more modular by @Amir-Shamsi in #20 - move
OPERATES_FLAGS
to the class by @Amir-Shamsi in #21 - move
OPERATES_FLAGS
to the class by @Amir-Shamsi in #22 - Matrix stuff by @Amir-Shamsi in #23
- Updated by @mohammadkeshavarzi in #24
- completed for release version 1.0 by @Amir-Shamsi in #25
- final configurations by @Amir-Shamsi in #26
Contributors
- @mohammadkeshavarzi made their first contribution in #1
- @Amir-Shamsi made their first contribution in #6
Full Changelog: https://github.com/Amir-Shamsi/SpAlgo/commits/0.1.0