Librapid

Latest version: v0.7.5

Safety actively analyzes 701762 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.6.4

Commits
- d535794: Update README and add literals (Toby)
- 340bcc0: Update README (Toby)
- 8f9d5e8: Add Vec2, Vec3 and Vec4 typedefs (Toby Davis)
- 3917179: Updates to ArrayView implementation (Toby Davis)
- 2d96fb6: Array View updates (Toby) [149](https://github.com/LibRapid/librapid/pull/149)
- 38f6932: Improved ArrayView implementation (Toby Davis) [150](https://github.com/LibRapid/librapid/pull/150)
- b4d0cd4: Bug fix (Toby Davis) [150](https://github.com/LibRapid/librapid/pull/150)
- ba4fdce: Array to String (Toby) [150](https://github.com/LibRapid/librapid/pull/150)
- df70e0d: Bug fix (Toby) [150](https://github.com/LibRapid/librapid/pull/150)
- 2c9c19f: Improve Array printing (Toby) [150](https://github.com/LibRapid/librapid/pull/150)
- 0926ee3: Fix test cases (Toby) [150](https://github.com/LibRapid/librapid/pull/150)
- 6ab4911: Update more test cases (Toby) [150](https://github.com/LibRapid/librapid/pull/150)
- 3bb13d3: Update Version (Toby) [150](https://github.com/LibRapid/librapid/pull/150)

0.6.3

Commits
- b9915cd: Update README (Toby)
- bb8a392: Update README (Toby)
- ae5f62f: Progress with Array View (Toby)
- b857fde: Update Documentation Build (Toby)
- ceaf14c: Test (Toby)
- c40f969: Code Coverage (Toby)
- 1e45eee: Update code coverage (Toby)
- 6e13c13: Does it work? (Toby)
- e631f0a: change doc build (Toby)
- 864ddf3: Docs? (Toby)
- d933b60: Code Coverage Attempt 2 (Toby)
- 3780ec1: Fix invalid YAML tag (Toby)
- 9468e00: Potential updates (Toby)
- 6ad3dcf: Run tests after building with coverage (Toby)
- a2336cb: Update codecoverage (Toby)
- 466c125: Work on 145 (Toby)
- bddc748: Increase vector support (Toby Davis)
- 7f737e9: Mostly completed vector library (Toby)
- 52ce77a: Overhaul vector library (Toby)
- 8504688: Potential bug fix (Toby)
- 02856f2: Fix 148, 147, 146, 145 (Toby)

0.6.2

Commits
- 3369f34: Auto-update version script (Toby)

0.6.1

Commits
- 03f42ba: Merge branch 'master' into develop (Toby)
- 751837f: Auto stash before merge of "master" and "origin/master" (Toby)
- 394e89d: Merge branch 'develop' (Toby)
- c42662b: Hopefully reduce file size (Toby)
- 0fa936f: Update .gitmodules (Toby Davis)
- 06481dd: Added submodule librapid/vendor/mpfr (Toby)
- 031cbe8: Bug fixes? (Toby)
- b0f5dc6: help me (Toby)
- d92590a: Bug fixes and improvements (Toby)
- 1d3833c: Potential fix but probably not (Toby Davis)
- 667f45f: Patch (Toby)

0.6.0

Commits
- 9b51c6b: Start of ArrayView development (Toby) [138](https://github.com/LibRapid/librapid/pull/138)
- ed18316: Added ndim to ArrayContainer (Toby)
- 6a627db: Merge branch 'develop' (Toby)
- 6e70d8e: New Version (Toby)

0.5.10

Commits
- 34632a6: Create CODE_OF_CONDUCT.md (Pencilcaseman) [134](https://github.com/LibRapid/librapid/pull/134)
- c4ea03c: Create CONTRIBUTING.md (Pencilcaseman)
- 38e8fe0: Update issue templates (Pencilcaseman)
- 17718e0: MPFR Support (Pencilcaseman)
- f48f59e: Fix include name (Pencilcaseman)
- e0617b9: Fix tests (Toby Davis)
- 5955eb5: Updated documentation (Toby Davis)
- fcca28c: Auto stash before merge of "master" and "origin/master" (Toby)
- dd85ece: Update Carbonate Runner (Toby Davis)
- 886f5d4: Fixed size arrays (Pencilcaseman)
- c8b739b: Merge branch 'master' of https://github.com/pencilcaseman/librapid (Pencilcaseman)
- afede7a: Faster compile-time defined arrays (Pencilcaseman)
- 8f98565: Fix a few bugs and add some tests (Pencilcaseman)
- 4c2ba45: Fix 135 (Pencilcaseman)
- 98e6b3c: Attempt to compile for multiple CPP versions (Pencilcaseman)
- 4b8e31f: Require C++17 or Higher (Pencilcaseman)
- bbda9e3: Remove MSVC Compile (Pencilcaseman)
- 7b17d85: Auto stash before merge of "master" and "origin/master" (Toby)
- 48c0bd5: Change Vc Commit (Toby)
- ac90c07: Fix bugs in FixedStorage class (Toby Davis)
- 1b5e649: Vc doesn't compile unde MSVC C++20 (Pencilcaseman)
- 050da22: Remove some warnings and (hopefully) fix some bugs (Toby Davis)
- dd67540: Added a Timer utility class (Pencilcaseman)
- e36b5e7: Min Max functions (Pencilcaseman)
- 80fa2e1: Fix preMain (Pencilcaseman)
- 8d623e1: LIBRAPID_OPTIMIZE_SMALL_ARRAYS option (Pencilcaseman)
- 151588f: Add LIBRAPID_OPTIMISE_SMALL_ARRAYS to CMakeLists (Pencilcaseman)
- a8bcabc: Fix performance problems (Toby Davis)
- b8087bc: Slight performance increase (Pencilcaseman)
- 202d120: Update CMakeLists.txt (Pencilcaseman)
- 9778666: Update CMakeLists.txt (Pencilcaseman)
- 06e7ee2: Fix a small warning (Pencilcaseman)
- 21eeaa6: Hopefully fix an issue with the Timer class (Toby)
- 4607ae8: Reduce PCH STL includes (Pencilcaseman)
- 8827672: Add a few STL includes back to the precompiled header (Pencilcaseman)
- 21f2ef1: Function evaluation method returning an array (Pencilcaseman)
- 0617a15: Array and function reference objects (Pencilcaseman)
- 4cbe039: More operations and slightly improved performance (Pencilcaseman)
- 1108f13: Functor descriptor merging (Pencilcaseman)
- e34ded7: Added some more documentation (Toby)
- 15a57a3: Better performance for fixed size array under MSVC (Toby Davis)
- cd44670: Auto stash before merge of "master" and "origin/master" (Toby Davis)
- f87e4a6: Updates (Toby)
- 723e922: Add Release Script (Toby)
- c17513b: Update Version Number (Toby)

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.