Commit Graph

92 Commits

Author SHA1 Message Date
sebcrozet a51744f86b Update to rand 0.5. 2018-05-26 22:07:57 +02:00
sebcrozet bd3b73f872 Enable alga/std when std is enabled. 2018-05-26 22:07:57 +02:00
sebcrozet 40e74e0186 Fix compilation with and without #![no_std]. 2018-05-26 22:07:57 +02:00
sebcrozet ca093fad29 Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled. 2018-05-26 22:07:57 +02:00
sebcrozet 118227d6b9 Release v0.14.4 2018-05-17 16:02:18 +02:00
Sébastien Crozet fd1cbf511c Release v0.14.3 2018-05-10 15:23:14 +02:00
Flier Lu 54c26fd639 disable `rustc-serialize` 2018-05-10 15:22:16 +02:00
Sébastien Crozet 8285931856 Release v0.14.2. 2018-05-06 23:48:51 +02:00
Sébastien Crozet e995cdee06 Release v0.14.1. 2018-03-08 17:31:46 +01:00
Sébastien Crozet 7b249f8966 Release v0.14.0 2018-02-03 14:21:31 +01:00
Sébastien Crozet a669d3e6ea Bump the rand crate version. 2018-02-03 14:07:15 +01:00
Sébastien Crozet 052090832c Release v0.13.1. 2017-10-10 22:12:07 +02:00
Dzmitry Malyshau 7d96007bdb Mint vector conversions 2017-10-09 20:22:24 +02:00
Sébastien Crozet f2b7c17dac Release v0.13.0.
nalgebra-lapack v0.5.
2017-08-15 19:49:39 +02:00
Sébastien Crozet afef66227e Merge branch 'master' into abomonation 2017-08-15 19:18:39 +02:00
Sébastien Crozet 3f70af97dd Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
Eduard Bopp 66f491ffa7 Remove abomonation_derive dependency 2017-08-14 16:26:36 +02:00
Eduard Bopp 65fa4cf740 Implement Abomonation for static matrices 2017-08-14 12:07:06 +02:00
George Burton 1ca8f6ba72 Update deps 2017-07-22 09:58:39 +02:00
Eduard Bopp 108b5830e1 Merge pull request #265 from corngood/serde
Enable serde on num-complex
2017-07-13 03:17:00 +02:00
David McFarland 19e57ce37f Enable serde on num-complex 2017-06-09 20:13:38 -03:00
Brad Gibson 951b078f24 Update Cargo.toml 2017-05-25 13:04:42 -07:00
Sébastien Crozet 119499beeb Release v0.12.3 2017-05-17 22:48:09 +02:00
Sébastien Crozet 136a3306e7 Release v0.12.2. 2017-05-03 22:57:45 +02:00
Sébastien Crozet 1cdad4c7c6 Release v0.12.1. 2017-04-28 19:15:57 +02:00
Sébastien Crozet e2d67c77e4 Release v0.12.0. 2017-04-25 19:24:50 +02:00
Sébastien Crozet df2aa68ac5 Releave v0.11.3. 2017-04-24 20:14:06 +02:00
Sébastien Crozet 485abf1462 Update to serde 1.0. 2017-04-24 20:13:30 +02:00
projektir b219a19608 Fixing the documentation link in Cargo.toml 2017-04-09 12:05:47 +02:00
Sébastien Crozet 7218f83b13 Release v0.11.2 2017-03-19 22:45:03 +01:00
Sébastien Crozet 4b9246ec10 Update the description on crates.io. 2017-03-19 22:35:05 +01:00
Sébastien Crozet 80be059daa Release v0.11.1.
Fix #223 #160 #36
2017-02-18 13:44:03 +01:00
Sébastien Crozet 181e67604d Release v0.11.0.
Fix #211, #207, #205, #200, #145, #136, #108, #50, #32
2017-02-15 22:30:57 +01:00
Sébastien Crozet 42b48563be Make serde optional behind the "serde-serialize" feature. 2017-02-15 22:04:34 +01:00
Sébastien Crozet 086e6e719f Doc + slerp + conversions. 2017-02-12 18:17:09 +01:00
Sébastien Crozet 99b6181b1e Complete library rewrite.
See comments on #207 for details.
2016-12-04 22:47:36 +01:00
Sébastien Crozet 1c81dd2130 Release v0.10.1. 2016-09-06 19:42:51 +02:00
Sébastien Crozet 7914d7bdcb Release v0.10.0. 2016-08-29 21:20:42 +02:00
Sébastien Crozet d29ff53329 Implement traits from the algebra crate. 2016-08-21 21:35:56 +02:00
Sébastien Crozet c4728a33d4 Fix quaternion polar decomposition. 2016-08-16 12:40:39 +02:00
Sébastien Crozet d45c242a15 Add a `Unit` wrapper type, remove UnitQuaternion.
The `Unit` wrapper type ensures that elements of the underlying type has a unit norm.
For example, `Unit<Vector3>` designates an element of S².
In particular `UnitQuaternion<N>` is now a type alias for `Unit<Quaternion<N>>`.
2016-08-16 10:27:07 +02:00
Sébastien Crozet 88a74ca4e5 Macro groupping. 2016-08-11 23:28:08 +02:00
Sébastien Crozet aa7d4b927c Implement Display for Identity. 2016-04-30 14:32:16 +02:00
Sébastien Crozet a9c4bd0b78 Release v0.8.1 2016-04-19 09:43:13 +02:00
Sébastien Crozet 830c19aeba Release v0.8.0. 2016-04-17 20:26:17 +02:00
Sébastien Crozet 353d36639d Release v0.7.0.
This replaces the relase v0.6.1 which introduced breaking changes.
2016-04-17 13:41:01 +02:00
Sébastien Crozet eee1eb5c5f Release v0.6.1. 2016-04-17 13:22:20 +02:00
Sébastien Crozet 60c0f32e1c Feature-gate the `VecN` structure.
`rustc` is has a hard time compiling it from time to time.
2016-03-24 19:44:08 +01:00
Sébastien Crozet f8f4924e47 Add vector perametrizable by their sizes. 2016-03-24 19:03:29 +01:00
Sébastien Crozet 20070e9677 Add version number for `quickcheck`. 2016-03-07 16:40:19 +01:00