Commit Graph

  • d9af8650bb Add `.*_scalar()` to `Matrix1` julianknodt 2023-04-12 22:48:31 -0700
  • 92d6b84b2b Add more stack macro tests Birk Tjelmeland 2023-04-22 23:58:00 +0200
  • 1cc577290c Rename cat macro to stack Birk Tjelmeland 2023-04-22 23:07:18 +0200
  • e1add3fad4 Allow references in input to cat macro Birk Tjelmeland 2023-04-22 23:03:56 +0200
  • 578e46a4e8 Remove identity literal from cat macro Birk Tjelmeland 2023-04-22 22:45:24 +0200
  • 889cf2f71d
    Add euler_angles_ordered function on Rotation Zach Kozar 2023-04-22 11:00:29 -0400
  • 1d4d92edb4
    Merge branch 'dimforge:dev' into dev Matteo Carnelos 2023-04-19 13:27:28 +0200
  • 0996b656f9
    Merge pull request #1227 from hqurve/remove-scalar-requirement Sébastien Crozet 2023-04-15 11:05:14 +0200
  • 705051f639 fix: remove Scalar trait bound for Matrix PartialEq and Eq hqurve 2023-04-08 10:23:20 -0400
  • f5af5dbff2
    Merge pull request #1219 from ModProg/trailing_punct Sébastien Crozet 2023-04-07 16:32:00 +0200
  • 248654bc17
    Merge pull request #1220 from Ralith/serde-array-tuples Sébastien Crozet 2023-04-07 16:21:48 +0200
  • 12cd98ad64
    Merge pull request #1199 from utilForever/dev Sébastien Crozet 2023-04-07 16:19:31 +0200
  • 01856f2f9d Don't redundantly serialize dynamic matrix element count Benjamin Saunders 2023-03-14 22:45:16 -0700
  • cae67d7ee4
    Merge branch 'dimforge:dev' into dev Matteo Carnelos 2023-03-14 13:47:13 +0100
  • 5c0e773242 Serialize statically sized matrices as tuples Benjamin Saunders 2023-03-13 22:45:27 -0700
  • 181291cb2d
    Allow trailing punctuation in macros Roland Fredenhagen 2023-03-09 12:41:08 +0100
  • 4a5183ae59 Release v0.32.2 v0.32.2 Sébastien Crozet 2023-03-07 10:13:14 +0100
  • e7ca36e09a
    Merge pull request #1213 from MarijnS95/glam-0.23 Sébastien Crozet 2023-03-07 10:12:31 +0100
  • 24dab11711 Support conversion for glam 0.23 Marijn Suijten 2023-02-27 11:22:27 +0100
  • c0ad6a2cef
    Merge pull request #1216 from geieredgar/remove-parentheses Sébastien Crozet 2023-03-07 09:46:34 +0100
  • 171e92bc20
    Remove unnecessary parentheses Edgar Geier 2023-03-06 23:39:38 +0100
  • 407ac7c045 Implement the Default trait for VecStorage, CsMatrix, CscMatrix, etc. Soutrik Bandyopadhyay 2023-02-13 22:02:23 +0530
  • 90010b1a50 Implement HStackLazy and VStackLazy, allowing for the removal of intermediate allocations when building a matrix with a mix of horizontal and vertical stacking. Avi Weinstock 2023-02-05 16:58:59 -0500
  • c5e4a93494 Clean up documentation for cat macro Birk Tjelmeland 2023-02-02 23:30:49 +0100
  • e5957f77d3 Fix clippy lints in cat macro Birk Tjelmeland 2023-02-02 23:21:54 +0100
  • 03389ed3c1 Use `generic_view_mut` in cat macro Birk Tjelmeland 2023-02-02 23:12:15 +0100
  • ad87d002c0 Add simple quote_spanned for cat macro Birk Tjelmeland 2023-02-02 23:10:41 +0100
  • aec3ae2d53 Take the output matrix by mutable reference instead of ownership in `HStack`/`VStack` to facilitate implementing lazy stacking. Avi Weinstock 2023-02-02 16:18:16 -0500
  • fee8302e75 Add random prefix to cat macro output Birk Tjelmeland 2023-02-02 22:17:54 +0100
  • 4aac95a33e Fix formatting in cat macro code Birk Tjelmeland 2023-02-02 22:10:19 +0100
  • 76a15e5bee Add some simple cat macro output generation tests Birk Tjelmeland 2022-03-03 14:33:04 +0100
  • 9f3f3499f8 Replace DimUnify with DimEq::representative Birk Tjelmeland 2022-02-22 21:12:29 +0100
  • 5f3a74810f Add macro for concatenating matrices Birk Tjelmeland 2022-02-15 21:29:53 +0100
  • fd97a82926 fix: Correct minor typos Chris Ohk 2023-02-01 15:48:06 +0900
  • be45282263 Add inline declarations on `hstack`, `vstack`, and `visit`. Reorder const parameters to the end of declarations to support the rustc version used by the cuda test suite. Avi Weinstock 2023-01-31 17:51:55 -0500
  • 317aef574a Implement `hstack` and `vstack`. Avi Weinstock 2023-01-30 23:14:20 -0500
  • e0c7d8f684 Fix format width calculation in `no_std` environments Matteo Carnelos 2023-01-20 14:17:18 +0100
  • 52e6db99c6 Release v0.32.1 v0.32.1 Sébastien Crozet 2023-01-14 17:57:31 +0100
  • 8e5e54d196 Bump version of nalgebra-macros Sébastien Crozet 2023-01-14 17:55:05 +0100
  • d8ed277243
    Merge pull request #1194 from dimforge/dev Sébastien Crozet 2023-01-14 17:52:41 +0100
  • 8aa34a952f Release v0.32.0 v0.32.0 Sébastien Crozet 2023-01-14 17:04:22 +0100
  • f50b0812f4
    Merge pull request #1180 from Andlon/reshape_slices_plus_more Sébastien Crozet 2023-01-14 16:35:17 +0100
  • bcfc20caba Fix duplicate import Sébastien Crozet 2023-01-14 16:26:26 +0100
  • 711ac67da9 Deplecate Dynamic and Dynamic::new Sébastien Crozet 2023-01-14 16:22:27 +0100
  • 3508280929 Rename Slice to View in reshape tests Sébastien Crozet 2023-01-14 16:13:21 +0100
  • c506bd577a Fix broken compilation for serde-serialize Andreas Longva 2022-11-24 16:18:13 +0100
  • afabf4bad2 ReshapableStorage for slices + tests for owned reshape Andreas Longva 2022-11-24 14:14:49 +0100
  • 4221c44a2b Rename Dynamic -> Dyn Andreas Longva 2022-11-24 13:16:59 +0100
  • 19c99634c3 Add U0, U1, ... dimension constants Andreas Longva 2022-11-24 09:19:25 +0100
  • 731fd0ead1
    Merge pull request #1165 from geo-ant/feature/parallel-column-iterators Sébastien Crozet 2023-01-14 16:17:44 +0100
  • 3a8c1bf81e Use rayon as the feature name instead of par-iter Sébastien Crozet 2023-01-14 15:59:11 +0100
  • 82b4960740 Better coding-style in the doc-tests. Sébastien Crozet 2023-01-14 15:48:42 +0100
  • d54c56fd43 Fix potential unsoundness in ColumnIter::split_at Sébastien Crozet 2023-01-14 15:37:12 +0100
  • 1f4ded0c50 Don’t make the ColumnIter[Mut] fields pub(crate) Sébastien Crozet 2023-01-14 15:30:00 +0100
  • 9e5854034c
    Merge pull request #1192 from fortify-iq/ln-determinant Sébastien Crozet 2023-01-14 14:41:57 +0100
  • ff88fad23c
    Remove redundant `T::SimdRealField: Zero` Hennadii Chernyshchyk 2023-01-14 13:24:04 +0200
  • 5e26b8e121 Remove unused import Sébastien Crozet 2023-01-14 12:19:36 +0100
  • 997c707be9 upgrade rayon dependency geo-ant 2022-11-27 17:05:46 +0100
  • 50e25c57f7 fmt geo-ant 2022-11-27 16:51:45 +0100
  • 61abece7af create separate newtype for producer trait geo-ant 2022-11-27 16:51:25 +0100
  • 7b9b123301 add test, find bug, add another test geo-ant 2022-11-27 15:37:17 +0100
  • 93f2c6c125 fix format geo-ant 2022-11-24 08:29:30 +0100
  • 9cc7cc121f mention feature gating geo-ant 2022-11-13 17:23:43 +0100
  • 296320bb74 indicate feature gating geo-ant 2022-11-13 17:20:21 +0100
  • 66dfaf824a formatting geo-ant 2022-11-13 17:18:02 +0100
  • ae5bca75f7 advertize the feature on the matrix front doc page geo-ant 2022-11-13 17:15:15 +0100
  • 6fce106776 restructure code for better docs geo-ant 2022-11-13 17:10:57 +0100
  • 85a58ca939 update CI workflow geo-ant 2022-11-13 17:02:19 +0100
  • e1305d3d8e fmt geo-ant 2022-11-13 17:01:31 +0100
  • 8d1f684e45 change feature name to par-iter and add doc example to par_column_iter_mut geo-ant 2022-11-13 17:01:15 +0100
  • 97861c8a5e add examples in par_column_iter method geo-ant 2022-11-13 14:54:26 +0100
  • 83c2e27d6d start expanding docs(not done) geo-ant 2022-11-12 19:01:28 +0100
  • 324e686fe6 update workflow for new feature name geo-ant 2022-11-12 17:57:27 +0100
  • e9a5705e1a address review geo-ant 2022-11-12 17:54:01 +0100
  • e40687d8e6 replace confusing trait bounds with Scalar geo-ant 2022-11-12 17:37:18 +0100
  • 701d260fa6 rayon parallel feature w/o nightly features on old compilers geo-ant 2022-10-25 08:47:57 +0200
  • 6591f2819a make rayon feature imply std geo-ant 2022-10-24 08:46:25 +0200
  • 85e7551c81 feature gate functionality geo-ant 2022-10-24 08:39:03 +0200
  • 8638b796ac fix fmt geo-ant 2022-10-24 08:08:20 +0200
  • f6461d3862 make mut iterator pointer based Geo 2022-10-23 13:40:03 +0200
  • 42ab3f6903 fix clippy lints in my code geo-ant 2022-10-21 09:02:28 +0200
  • a4e28a136e apply fmt geo-ant 2022-10-21 08:51:41 +0200
  • daade1cf5e add documentation geo-ant 2022-10-21 08:44:35 +0200
  • 7ac536be07 cleanups and add tests geo-ant 2022-10-20 19:07:22 +0200
  • f850ed535e add tests and start cleanup geo-ant 2022-10-19 09:51:46 +0200
  • 0fcd9dd702 revert some things and add poc for mut and immut iterators geo-ant 2022-10-18 09:03:52 +0200
  • 9a3bebc5c0
    Merge pull request #1129 from zhiburt/try_inverse_comment Sébastien Crozet 2023-01-14 12:03:12 +0100
  • f333bb4ba5
    Update src/linalg/cholesky.rs Hennadii Chernyshchyk 2023-01-14 13:03:09 +0200
  • 5ed215932c Slightly change comment wording. Sébastien Crozet 2023-01-14 12:02:37 +0100
  • 3d31f32251 update try_inverse doc comment Maxim Zhiburt 2022-07-19 15:19:36 +0300
  • dc1b291ece Merge pull request #1179 from timethy/euler-angles-patch Sébastien Crozet 2023-01-14 11:47:17 +0100
  • 598cb4fa8d
    Add ln_determinant to Cholesky Hennadii Chernyshchyk 2023-01-11 15:16:16 +0200
  • 0cf79aef0e
    Merge pull request #1193 from dimforge/rkyv-same-type Sébastien Crozet 2023-01-13 11:11:43 +0100
  • 00f1f11ca5 Deny unused_qualifications Sébastien Crozet 2023-01-13 10:28:22 +0100
  • 924795be45 CI: use the newer version of Jimver/cuda-toolkit Sébastien Crozet 2023-01-13 10:12:47 +0100
  • ed573d054c Fix tests Sébastien Crozet 2023-01-13 10:10:53 +0100
  • 7cacb2bf4a Fix CI for Cuda Sébastien Crozet 2023-01-13 10:06:49 +0100
  • e24acba5f9 cargo fmt Sébastien Crozet 2023-01-13 10:05:52 +0100
  • e959f2eb9c Fix CheckBytes derives + drop Complex rkyv support for now Sébastien Crozet 2023-01-13 09:58:41 +0100
  • cce66c3abf Merge branch 'dev' into dev-zyanshep Sébastien Crozet 2023-01-13 09:19:49 +0100