Commit Graph

  • 5afa938ad9
    Merge pull request #800 from dimforge/docs-improvements-2 Sébastien Crozet 2020-11-23 11:42:09 +0100
  • 651d318c26 Add sections to the Unit wrapper documentation Crozet Sébastien 2020-11-21 12:19:04 +0100
  • c1372c3041 Add sections to the UnitComplex documentation Crozet Sébastien 2020-11-21 11:56:24 +0100
  • 99ac7a8e08 Add sections to the Rotation documentation Crozet Sébastien 2020-11-21 11:21:47 +0100
  • 57723ef8fb Run cargo fmt. Crozet Sébastien 2020-11-20 17:52:32 +0100
  • 2a3d98bff8 Matrix, vector, isometry, and point aliases documentation: warn that the reader should take a look at the documentation of the aliased type too. Crozet Sébastien 2020-11-20 17:46:03 +0100
  • cf769522f8 Add sections to the documentations of Isometry and Point. Crozet Sébastien 2020-11-20 17:45:11 +0100
  • 4d302fb7b3
    Merge pull request #796 from dimforge/dev Sébastien Crozet 2020-11-19 18:06:13 +0100
  • c0f4ee6db9 Release v0.23.1 v0.23.1 Crozet Sébastien 2020-11-19 16:18:51 +0100
  • 857ce13b63 Add DVector::from(Vec). Crozet Sébastien 2020-11-19 16:18:42 +0100
  • 27f788fbd8
    Merge pull request #795 from filnet/clippy_fixes Sébastien Crozet 2020-11-19 13:51:53 +0100
  • 87ee014bd3 clippy: fix clone_on_copy warnings Philippe Renon 2020-11-19 12:55:15 +0100
  • bbc6a28f7d clippy: fix len_without_is_empty warnings Philippe Renon 2020-11-19 12:24:26 +0100
  • 6a5b418fbc clippy: fix ptr_offset_with_cast warnings Philippe Renon 2020-11-19 11:56:58 +0100
  • f515cffad9 clippy: fix redundant_closure warnings Philippe Renon 2020-11-16 15:20:33 +0100
  • 726b8eeecf clippy: fix or_fun_call warnings Philippe Renon 2020-11-16 15:17:10 +0100
  • 6caa277ebd
    Merge pull request #792 from filnet/clippy_fixes Sébastien Crozet 2020-11-19 10:48:46 +0100
  • 74a09c8a5e clippy: fix ptr_offset_with_cast warnings Philippe Renon 2020-11-16 14:59:53 +0100
  • f1211b0d99 clippy: remove unused imports Philippe Renon 2020-11-16 14:46:04 +0100
  • 008c24204e clippy: fix unreadable_literal warnings Philippe Renon 2020-11-16 14:43:36 +0100
  • e6d5888903
    Merge pull request #790 from Andlon/compile_error_for_missing_test_features Sébastien Crozet 2020-11-16 14:27:16 +0100
  • 93eddc2120 Add example to compile_error message Andreas Longva 2020-11-16 14:13:17 +0100
  • de4a067d27 clippy: fix len_zero warnings Philippe Renon 2020-11-16 12:11:24 +0100
  • a4fa3f9c1b Fail test compilation if mandatory features are missing Andreas Longva 2020-11-12 11:50:32 +0100
  • 737e67c555
    Merge pull request #789 from filnet/clippy_fixes Sébastien Crozet 2020-11-16 11:23:51 +0100
  • d577a18a45 clippy: fix or_fun_call warnings Philippe Renon 2020-10-26 14:07:52 +0100
  • 5dff493515 clippy: fix just_underscores_and_digits warnings Philippe Renon 2020-10-26 13:37:11 +0100
  • cf54580fac clippy: fix redundant_field_names warnings Philippe Renon 2020-10-26 13:25:55 +0100
  • ffef8e7f54
    Merge pull request #788 from dimforge/docs_improvements Sébastien Crozet 2020-11-16 10:43:17 +0100
  • da9260375e
    Merge pull request #787 from dimforge/cleanup_old_ci Sébastien Crozet 2020-11-15 17:55:43 +0100
  • 0521051665 Fix wrong import of Signed an Zero. Crozet Sébastien 2020-11-15 17:44:58 +0100
  • 32bc621abe Fix CI badge on README. Crozet Sébastien 2020-11-15 17:40:56 +0100
  • 17eb626018 Fix typo. Crozet Sébastien 2020-11-15 17:25:29 +0100
  • f2da993c8b Reduce matrix and slice aliases depth to 1. Crozet Sébastien 2020-11-15 17:22:37 +0100
  • e852df6124 Add sections for most Matrix methods. Crozet Sébastien 2020-11-15 16:57:49 +0100
  • b8d1ae3a1f Add aliases for matrices with only one dynamic dimension. Crozet Sébastien 2020-11-13 18:35:23 +0100
  • 9a4cf0b69f Reorganize matrix construction macros. Crozet Sébastien 2020-11-13 18:34:47 +0100
  • 4c2192d9e0 Reorganize matrix slice macros. Crozet Sébastien 2020-11-13 18:34:33 +0100
  • 45f2fc4f92 Move all matrix decomposition methods under a single impl. Crozet Sébastien 2020-11-13 17:26:47 +0100
  • 4f443b06a9 Delete old CI files. Crozet Sébastien 2020-11-10 17:48:28 +0100
  • 883e630dd5
    Merge pull request #784 from filnet/circleci_clippy Sébastien Crozet 2020-11-10 12:54:56 +0100
  • e2e3cea6a1
    Merge pull request #783 from filnet/clippy_fixes Sébastien Crozet 2020-11-10 12:53:49 +0100
  • 72734e1b5f
    Merge pull request #786 from chemicstry/serde_no_std Sébastien Crozet 2020-11-10 12:51:41 +0100
  • 61848fcfb8 Make serde no_std compatible chemicstry 2020-10-29 01:05:12 +0200
  • 92cf00a43c circleci: add clippy job Philippe Renon 2020-10-26 12:26:49 +0100
  • 04ce8b3f6a clippy: fix suspicious_op_assign_impl errors (false positives) Philippe Renon 2020-10-26 12:44:53 +0100
  • 04e4e11154
    Merge pull request #782 from dimforge/dev Sébastien Crozet 2020-10-26 09:50:46 +0100
  • a2b128c4e4 Release nalgebra-glm v0.9.0 nalgebra-glm_v0.9.0 Crozet Sébastien 2020-10-26 09:41:02 +0100
  • 1c8435c910 Release v0.23.0 v0.23.0 Crozet Sébastien 2020-10-26 09:40:49 +0100
  • 224b5629e3
    Merge pull request #781 from filnet/clippy_fixes Sébastien Crozet 2020-10-26 09:36:29 +0100
  • d990aff44e clippy: fix clippy::eq_op error (false positive) Philippe Renon 2020-10-25 18:38:50 +0100
  • 74f01d2538 clippy: fix suspicious_arithmetic_impl errors (false positives) Philippe Renon 2020-10-25 18:23:24 +0100
  • 8e483a5434 Fix reshaping test. Crozet Sébastien 2020-10-25 16:20:27 +0100
  • ce7d767d37 Merge branch 'neachdainn-reshape' into dev Crozet Sébastien 2020-10-25 16:03:34 +0100
  • e89a26cbd0 Add doc-tests for reshape_generic. Crozet Sébastien 2020-10-25 16:03:18 +0100
  • d7cb138e22 Fix warnings. Crozet Sébastien 2020-10-25 16:03:07 +0100
  • 7af509ee8d Reformat the reshaping example. Crozet Sébastien 2020-10-25 16:02:43 +0100
  • 5b3da9e2eb Fix typo in comment. Crozet Sébastien 2020-10-25 16:02:31 +0100
  • 4a6022d9bf Add methods for in-place reshaping of matrices Nathan Kent 2020-08-19 01:52:26 -0400
  • f0e29ba39f
    Merge pull request #780 from dimforge/misc Sébastien Crozet 2020-10-25 15:33:29 +0100
  • ee05a8f4d9 Revert dependencies bump for nalgebra-lapack because lapack needs to be updated first. Crozet Sébastien 2020-10-25 15:25:13 +0100
  • 3b723d7b9c Bump dependencies for nalgebra-glm and nalgebra-lapack. Crozet Sébastien 2020-10-25 15:13:56 +0100
  • a473a3365c Bump dependencies. Crozet Sébastien 2020-10-25 14:50:33 +0100
  • c410a32c82 Fix doc-tests. Crozet Sébastien 2020-10-25 14:15:26 +0100
  • 93f361cba8 Add missing slerp implementations. Crozet Sébastien 2020-10-25 14:00:47 +0100
  • 22b8fc9225 Update che changelog. Crozet Sébastien 2020-10-25 11:39:38 +0100
  • 097ae44efa Add lerp_slerp to isometries for interpolation. Crozet Sébastien 2020-10-25 11:39:27 +0100
  • 9c93a58b5d Add Vector::ith_axis to build an unit vector with its i-th component set to 1. Crozet Sébastien 2020-10-25 11:25:38 +0100
  • 55689c238a Add the conversion of a translation to an isometry. Crozet Sébastien 2020-10-25 11:24:20 +0100
  • 503040b8bc Add Point.map(f) and Point.apply(f). Crozet Sébastien 2020-10-25 11:24:05 +0100
  • a623e63d08 Add the conversion of an array of four elements to a quaternion. Crozet Sébastien 2020-10-25 11:23:51 +0100
  • 3d82c4335e Add inverse_transform_unit_vector to rotations and isometries. Crozet Sébastien 2020-10-25 11:23:34 +0100
  • eb94084760
    Merge pull request #756 from dayrover/cholesky Sébastien Crozet 2020-10-24 18:23:03 +0200
  • c240923abb
    Merge pull request #754 from TheZoq2/patch-1 Sébastien Crozet 2020-10-24 18:22:36 +0200
  • b773fee897
    Merge pull request #777 from dimforge/dot_segfault Sébastien Crozet 2020-10-13 17:49:45 +0200
  • 4da2bfcb71 Add missing dot-product dimension check. Crozet Sébastien 2020-10-13 17:23:08 +0200
  • 07dc799bbd Release v0.22.1 v0.22.1 Crozet Sébastien 2020-10-13 10:28:30 +0200
  • 664d6fc129
    Merge pull request #775 from dimforge/no_std_isometry_copy Sébastien Crozet 2020-10-13 10:27:37 +0200
  • 343fb2f24f Ensure Isometry implements Copy when targeting no-std. Crozet Sébastien 2020-10-13 10:12:14 +0200
  • 81d2cbf96c
    Merge pull request #772 from filnet/random_cleanups Sébastien Crozet 2020-10-12 10:26:02 +0200
  • 822f114254 perspective: fix copy/paste error Philippe Renon 2020-10-11 11:57:43 +0200
  • 0b0f248267 clippy: fix #identity_op Philippe Renon 2020-10-11 11:23:05 +0200
  • 1624a87efa clippy: fix #needless_return Philippe Renon 2020-10-11 11:01:20 +0200
  • 6293d3375b clippy: fix #redundant_field_names Philippe Renon 2020-10-11 10:57:26 +0200
  • fb15658cc9 fix typo: apsect should be aspect Philippe Renon 2020-10-11 10:41:25 +0200
  • f79f1972e8
    Merge pull request #770 from msmorgan/safe_point_deref Sébastien Crozet 2020-10-10 10:37:15 +0200
  • c6d5d8a1a6 Remove unsafe statement in Point::deref by forwarding to Vector. Michael Morgan 2020-10-09 14:14:14 -0400
  • c1eaac2fae Release nalgebra-lapack 0.14.0 Sébastien Crozet 2020-08-25 21:16:18 +0200
  • 1e65fb948d Release nalgebra-glm v0.8.0 Sébastien Crozet 2020-08-25 21:16:06 +0200
  • d635001898 Release v0.22.0 v0.22.0 Sébastien Crozet 2020-08-25 21:15:56 +0200
  • fe4e77cea2
    Merge pull request #761 from dimforge/rapier Sébastien Crozet 2020-08-25 21:15:00 +0200
  • b96181f6c4 CI: don't eanble --all-features when running the tests. Sébastien Crozet 2020-08-25 21:04:37 +0200
  • a8f73cb7b2 Run cargo fmt. Sébastien Crozet 2020-08-25 20:47:07 +0200
  • a6962dfadc Bump the simba dependency version. Sébastien Crozet 2020-08-25 20:45:25 +0200
  • 46d1cf2231 Add a libm and libm-force feature to transitively enable the corresponding simba feature. Sébastien Crozet 2020-08-25 20:44:03 +0200
  • 7c69cbf326 Don't depend on serde_derive explicitly. sebcrozet 2020-07-12 10:47:16 +0200
  • 6300d34356 Add the ::ith constructor for vectors. Sébastien Crozet 2020-06-13 10:06:48 +0200
  • d81a895a87 Switch license to Apache v2.0 + update sponsor link. Sébastien Crozet 2020-08-19 19:48:16 +0200
  • 0a0799f76a Remove unnecessary Trait bound DimSub<Dynamic> in fn cholesky(self) Michael Stevens 2020-08-03 18:03:01 +0200
  • 0f6c0e5233
    Update version in docs header Frans Skarman 2020-07-31 14:14:39 +0200