Commit Graph

  • 119499beeb Release v0.12.3 v0.12.3 Sébastien Crozet 2017-05-17 22:48:09 +0200
  • b78dcb3155 Add methods to set a row or a column of the matrix. Sébastien Crozet 2017-05-17 22:37:18 +0200
  • 0979896dbd Remove gratuitous indirection in serialization impls Benjamin Saunders 2017-05-03 19:02:30 -0700
  • 136a3306e7 Release v0.12.2. v0.12.2 Sébastien Crozet 2017-05-03 22:57:45 +0200
  • 35d2b6dc88 Add kronecker product. Sébastien Crozet 2017-05-03 22:27:05 +0200
  • 1cdad4c7c6 Release v0.12.1. v0.12.1 Sébastien Crozet 2017-04-28 19:15:57 +0200
  • a52b079578 Relax invertibility test in try_inverse() Andreas Longva 2017-04-27 22:19:32 +0200
  • 9489e8f97e Add basic tests for Matrix::try_inverse Andreas Longva 2017-04-27 21:53:49 +0200
  • e2d67c77e4 Release v0.12.0. v0.12.0 Sébastien Crozet 2017-04-25 19:24:50 +0200
  • df2aa68ac5 Releave v0.11.3. Sébastien Crozet 2017-04-24 20:14:06 +0200
  • 485abf1462 Update to serde 1.0. Sébastien Crozet 2017-04-24 20:05:45 +0200
  • 68b7d21828 Implement IntoIterator for &Matrix and &mut Matrix Sébastien Crozet 2017-04-11 00:13:28 +0200
  • cbbe1a2aee Fix html_root_url. Sébastien Crozet 2017-04-09 13:19:27 +0200
  • b219a19608 Fixing the documentation link in Cargo.toml projektir 2017-04-08 21:28:37 -0400
  • 9c79937485 Allow for documentation strings in macro component_binop_impl. Jonas Olson 2017-04-06 23:58:44 +0200
  • acfa8586ea Fix typo in scalar.rs. Jonas Olson 2017-04-06 16:46:54 +0200
  • 7218f83b13 Release v0.11.2 v0.11.2 Sébastien Crozet 2017-03-19 22:45:03 +0100
  • e6ee11617a Add a method to compute the trace of a matrix. Sébastien Crozet 2017-03-19 22:33:01 +0100
  • 4b9246ec10 Update the description on crates.io. Sébastien Crozet 2017-03-19 22:35:05 +0100
  • 664ddef8a3 Fix mvp matrix construction typo. Sébastien Crozet 2017-03-02 21:34:57 +0100
  • b39bf2693a Update the changelog to include componentwise ops. Sébastien Crozet 2017-02-26 20:33:22 +0100
  • 80be059daa Release v0.11.1. v0.11.1 Sébastien Crozet 2017-02-18 13:30:25 +0100
  • d6285e1165 Implement AsRef, AsMut, Into, From. Sébastien Crozet 2017-02-18 13:28:22 +0100
  • a4089a7ee0 Add missing examples from the website. Sébastien Crozet 2017-02-15 23:42:03 +0100
  • 1471031ac4 Merge pull request #218 from sebcrozet/nexgen v0.11.0 Sébastien Crozet 2017-02-15 22:49:26 +0100
  • 181e67604d Release v0.11.0. Sébastien Crozet 2017-02-15 22:30:57 +0100
  • a18fd7343f Fix travis.yml. Sébastien Crozet 2017-02-15 22:16:15 +0100
  • 42b48563be Make serde optional behind the "serde-serialize" feature. Sébastien Crozet 2017-02-15 22:04:34 +0100
  • 896ad19dd0 Update README.md Sébastien Crozet 2017-02-14 18:54:47 +0100
  • 14e9194f69 Update the changelog. Sébastien Crozet 2017-02-14 18:49:25 +0100
  • 086e6e719f Doc + slerp + conversions. Sébastien Crozet 2017-02-12 18:17:09 +0100
  • 377f8b5596 Fix travis.yml. Sébastien Crozet 2016-12-04 23:00:12 +0100
  • 99b6181b1e Complete library rewrite. Sébastien Crozet 2016-12-04 22:44:42 +0100
  • e0fc89ffc6 Merge pull request #209 from jmagnuson/master Sébastien Crozet 2016-10-26 00:26:18 +0200
  • 885223473e Fix benchmark macro bench_binop jmagnuson 2016-10-23 12:42:38 -0500
  • b6ff9df31a Merge pull request #208 from nwin/master Sébastien Crozet 2016-10-17 19:35:09 +0200
  • 30d37bc6cc Fixed typos in point.rs and vector.rs. nwin 2016-10-15 12:02:24 +0200
  • 1c81dd2130 Release v0.10.1. v0.10.1 Sébastien Crozet 2016-09-06 19:42:51 +0200
  • 89c745fa17 Fix &DMatrix - DMatrix. Sébastien Crozet 2016-09-06 19:41:47 +0200
  • f7f343b569 Fix formatting of the CHANGELOG. Sébastien Crozet 2016-08-29 21:38:12 +0200
  • d442b0479d Prevent the README cargo example to be compiled as a test. Sébastien Crozet 2016-08-29 21:22:09 +0200
  • 7914d7bdcb Release v0.10.0. v0.10.0 Sébastien Crozet 2016-08-29 21:16:50 +0200
  • 8f5b60421c Add an example dependency entry to the README. Sébastien Crozet 2016-08-29 21:16:15 +0200
  • 96d7f68f14 Merge pull request #199 from phaazon/unused-arg Sébastien Crozet 2016-08-29 21:11:55 +0200
  • 769b79ef44 Merge pull request #197 from Limeth/master Sébastien Crozet 2016-08-29 21:10:43 +0200
  • 840fa71e67 implement common operations for references Jakub Hlusička 2016-08-25 19:51:01 +0200
  • 4afb2ff476 Fixed tests (#198). Dimitri Sabadie 2016-08-26 11:00:10 +0200
  • a90c2c23fa Fixed #198. Dimitri Sabadie 2016-08-26 10:06:10 +0200
  • 26f58a89a8 Fix README forum link. Sébastien Crozet 2016-08-24 23:32:40 +0200
  • 91f8b842d2 update .gitignore. Sébastien Crozet 2016-08-21 22:01:39 +0200
  • 70335a9333 Fix typo on the changelog. Sébastien Crozet 2016-08-21 22:00:54 +0200
  • 9cbfc80040 Release v0.9.0. v0.9.0 Sébastien Crozet 2016-08-21 21:43:26 +0200
  • e68f8cdb08 Merge pull request #196 from sebcrozet/algebra Sébastien Crozet 2016-08-21 21:42:17 +0200
  • d29ff53329 Implement traits from the algebra crate. Sébastien Crozet 2016-08-20 23:13:53 +0200
  • fc08caabbe Merge pull request #195 from sebcrozet/refactor Sébastien Crozet 2016-08-16 13:42:40 +0200
  • 326b22ac33 Fix benchmarks. Sébastien Crozet 2016-08-16 13:35:17 +0200
  • 05a0c12c4a Add a missing file that defines the Unit type. Sébastien Crozet 2016-08-16 12:47:11 +0200
  • c4728a33d4 Fix quaternion polar decomposition. Sébastien Crozet 2016-08-16 12:26:36 +0200
  • 9c4bff1f85 Rename methods starting with new_with_ to from_. Sébastien Crozet 2016-08-16 10:48:41 +0200
  • d45c242a15 Add a Unit wrapper type, remove UnitQuaternion. Sébastien Crozet 2016-08-12 21:46:40 +0200
  • 88a74ca4e5 Macro groupping. Sébastien Crozet 2016-07-23 20:57:28 +0200
  • 7b4a57c224 Fix some clippy warning. Sébastien Crozet 2016-05-06 15:08:06 +0200
  • 6a495013d3 Update changelog to account for quaternion modifications. Sébastien Crozet 2016-08-09 21:52:16 +0200
  • 85819c5fed Make the link to the documentation more visible Sébastien Crozet 2016-08-09 21:50:21 +0200
  • d05ad00c41 Merge pull request #193 from phaazon/master Sébastien Crozet 2016-08-09 21:41:16 +0200
  • 1fdd8979af Fixed Zero and One for Quaternion. Dimitri 'phaazon' Sabadie 2016-07-30 14:08:55 +0200
  • f9c1a2fd98 Added a test for Quaternion::exp(). Dimitri Sabadie 2016-07-29 18:02:37 +0200
  • 988d9272d2 Cleaned up exp(), log() and powf() for Quaternion. Also, they’re for Quaternion only as we cannot define them on UnitQuaternion. Dimitri Sabadie 2016-07-29 17:51:35 +0200
  • 213cc41f7d Added exp(), log() and powf() for Quaternion / UnitQuaternion. Dimitri Sabadie 2016-07-29 15:56:04 +0200
  • aa7d4b927c Implement Display for Identity. Sébastien Crozet 2016-04-30 14:32:16 +0200
  • a9c4bd0b78 Release v0.8.1 Sébastien Crozet 2016-04-19 09:43:13 +0200
  • a6cee5afc8 Merge pull request #189 from sebcrozet/from_to_value Sébastien Crozet 2016-04-19 09:42:49 +0200
  • 13a5bee25f Implement From returning a value (instead of a ref only) for matrices and vectors. Sébastien Crozet 2016-04-19 09:34:44 +0200
  • 847edafcfe Merge pull request #188 from sebcrozet/more_renamings Sébastien Crozet 2016-04-18 08:49:25 +0200
  • d98b7fb618 Update the changelog. Sébastien Crozet 2016-04-18 08:39:46 +0200
  • df872f407d Replace "col" by "column". Sébastien Crozet 2016-04-18 08:29:22 +0200
  • 830c19aeba Release v0.8.0. v0.8.0 Sébastien Crozet 2016-04-17 20:26:17 +0200
  • c5a03254f2 Merge pull request #187 from sebcrozet/full_names Sébastien Crozet 2016-04-17 20:25:34 +0200
  • 0c84d18850 Substitute: diag -> diagonal. Sébastien Crozet 2016-04-17 19:47:56 +0200
  • 0380661bd2 Remove some restrictions for NumVector. Sébastien Crozet 2016-04-17 19:26:18 +0200
  • 40c6675c30 Update the Changelog. Sébastien Crozet 2016-04-17 17:58:17 +0200
  • 479cc7a7ff Fix compilation when the "generic_sizes" feature is enabled. Sébastien Crozet 2016-04-17 17:38:13 +0200
  • e6156727f2 Use full names for everything. Sébastien Crozet 2016-04-17 17:26:58 +0200
  • 353d36639d Release v0.7.0. v0.7.0 Sébastien Crozet 2016-04-17 13:41:01 +0200
  • eee1eb5c5f Release v0.6.1. v0.6.1 Sébastien Crozet 2016-04-17 13:22:20 +0200
  • 9a87e2360d Implement Outer for DVec. (#186) Sébastien Crozet 2016-04-17 13:20:58 +0200
  • 9e739676a7 Implement *Assign traits for everything. Sébastien Crozet 2016-04-17 12:57:54 +0200
  • 74fd3e1a04 Support f64 * Vec3<f64> and so on. Jason Orendorff 2016-04-17 02:25:08 -0500
  • dea0ccc1fd Made PntAsVec use associated types. (#179) Jeroen Bollen 2016-04-17 09:23:37 +0200
  • f8c925c096 Renamed CHANGELOG to CHANGELOG.md v0.6.0 Sébastien Crozet 2016-03-31 21:57:46 +0200
  • b910ce914f Merge pull request #175 from sebcrozet/sim_and_vecn Sébastien Crozet 2016-03-31 21:54:00 +0200
  • a52ecc73b1 Minor CHANGELOG fix. Sébastien Crozet 2016-03-31 21:46:01 +0200
  • 0dc3b91abd Fix Ortho when the feature arbitrary is enabled. Sébastien Crozet 2016-03-31 21:44:42 +0200
  • 2fa7ef0e00 Update the changelog. Sébastien Crozet 2016-03-31 21:31:01 +0200
  • 20bb99c312 Minor documentation fixes. Sébastien Crozet 2016-03-31 21:30:23 +0200
  • 35ae97dc29 Fix benchmarks. Sébastien Crozet 2016-03-31 21:24:37 +0200
  • 4c58e37910 Make look_at, perspective, and orthographic projection matrices conform to computer-graphics convensions. Sébastien Crozet 2016-03-31 21:22:02 +0200
  • 91e14670ed Add multiplications between Iso, Rot, and Sim. Sébastien Crozet 2016-03-28 17:05:44 +0200
  • 5b7af11555 Add Sim/Rot, Sim/Iso, Iso/Rot multiplications. Sébastien Crozet 2016-03-28 15:18:28 +0200
  • 02001667f7 Fix look_at matrices + implement Display for statically sized structures. Sébastien Crozet 2016-03-28 14:56:25 +0200