cairo v2.5.4
What's Changed
- upgd to 2.3 by @gaetbout in #200
- chore: bump to 2.3.1 by @Eikix in #204
- add eikix contributor by @AbdelStark in #205
- Chore: Cleaning all imports by @gaetbout in #207
- docs: Added @akhercha as contributor by @akhercha in #208
- docs: Added @azurwastaken as contributor by @azurwastaken in #210
- refactor: List by @enitrat in #209
- feat: add wad_ray_math with tests by @FabienCoutant in #215
- chore: bump version by @enitrat in #216
- chore: bump cairo 2.4.0-rc2 by @enitrat in #218
- bugfix: fixed infinite loop bug on bubble sort by @azurwastaken in #219
- Fix Readme typo for storage crate by @satyambnsal in #221
- tests: added some test to sorting algorithm by @azurwastaken in #222
- feat: Implement RLP Encoding and Decoding by @Quentash in #213
- Feat: bubble sort in decreasing order by @azurwastaken in #223
- Fix typos by @nnsW3 in #228
- feat: formatter utils by @enitrat in #224
- Feat: Adds bit rotation to math by @sveamarcus in #227
- feat: generic byte reader reopen by @sveamarcus in #225
- optimise sub_mod by @shramee in #235
- Base64 Optimization by @neotheprogramist in #237
- div mod tests by @shramee in #238
- mod optimisations by @shramee in #239
- signed u256 - i257 by @shramee in #236
- Fix: handel warnings by @ArielElp in #240
- feat: Add WrappingMath trait by @Hyodar in #241
- Simplify naming in
i257
by @delaaxe in #244 - feat: add fast trigonometric functions by @Soptq in #243
- feat: add quick sort by @Soptq in #242
- feat: add a Cairo implementations of
cumprod()
by @Soptq in #251 - dev: added exploration badge by @drspacemn in #254
- feat: add fast root using Newton-Raphson method by @Soptq in #255
- feat: add Boyer-Moore algorithm by @Soptq in #259
- feat: add levenshtein distance calculator by @Soptq in #260
- feat: add Kronecker product by @Soptq in #261
- Revert "feat: add Kronecker product" by @LucasLvy in #263
- feat: add lcm of n numbers by @Soptq in #256
- feat: add is power of two checker by @Soptq in #257
- feat: add Kronecker product by @Soptq in #264
- Fix:
i257
negative zeros by @delaaxe in #262 - feat: add is_prime by @Soptq in #265
- feat: add norm by @Soptq in #266
- fix: remove unnecessary
mut
in norm tests by @Soptq in #268 - chore: a bit of proofreading by @Frierened in #267
- Fix warnings when compiling with
>=2.5.0
by @delaaxe in #269 - Upgrade to Cairo
2.5.3
and other refactors by @delaaxe in #271 - bug: array slice naming error and generic option by @b-j-roberts in #275
- chore: fixing path by @guerrierindien in #276
- Fix merkle tree hashing for poseidon by @Leonard-Pat in #277
- Fix negative zero for i257 eq gt by @Uniblake in #278
- optimise sub by @shramee in #280
- Upgrading to 2.5.4 by @gaetbout in #281
New Contributors
- @Eikix made their first contribution in #204
- @FabienCoutant made their first contribution in #215
- @satyambnsal made their first contribution in #221
- @Quentash made their first contribution in #213
- @nnsW3 made their first contribution in #228
- @shramee made their first contribution in #235
- @ArielElp made their first contribution in #240
- @Hyodar made their first contribution in #241
- @delaaxe made their first contribution in #244
- @Soptq made their first contribution in #243
- @drspacemn made their first contribution in #254
- @Frierened made their first contribution in #267
- @b-j-roberts made their first contribution in #275
- @guerrierindien made their first contribution in #276
- @Leonard-Pat made their first contribution in #277
- @Uniblake made their first contribution in #278
Full Changelog: cairo-v2.3.0-rc0...cairo-v2.5.4