Releases: theriault/maths
Releases · theriault/maths
v0.0.10
What's Changed
- modexp: add modular exponentiation by @theriault in #16
- add extended GCD by @theriault in #17
- add dot product by @theriault in #18
Full Changelog: v0.0.9...v0.0.10
0.0.9
What's Changed
- implement #11 - SimpleMovingAverage by @theriault in #12
- add primefactorization package by @theriault in #13
- resolve #14 - implement softmax function. other cleanups by @theriault in #15
- add time/space complexity to comments of each function
- add QuantilePresorted for when X is already sorted to get O(1) quantiles. Quantile now calls this function after sorting.
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- #3: add time and space complexity to documentation by @theriault in #4
- resolves #5: add gcd, lcm, and coprime by @theriault in #6
- resolve #7: cleanup tests by @theriault in #8
- resolve #9 - add DigitSum and DigitalRoot by @theriault in #10
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- convert bitmap to uint64 underneath and implement hamming weight by @theriault in #2
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Testing release workflow
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- add boolean/bitmap + minor fixes elsewhere by @theriault in #1
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: https://github.com/Theriault/maths/commits/v0.0.1