Commit Graph

1066 Commits

Author SHA1 Message Date
sebcrozet 3751602fb5 Release v0.15.3. 2018-06-09 17:45:23 +02:00
sebcrozet c0d1c512ae Add the stdweb feature to activate rand/stdweb. 2018-06-09 17:44:19 +02:00
sebcrozet c77199077a Add vscode config folder to .gitignore. 2018-06-09 00:43:21 +02:00
sebcrozet 07c0e34e1a Release v0.15.2. 2018-06-09 00:40:41 +02:00
Simon Heath ba5bc77262 Removes DefaultAllocatorBound from mint::Point conversions 2018-06-09 00:36:19 +02:00
Simon Heath 491903e1de Replace mem::transmute() with pointer casts
And fix erroneous #[cfg]
2018-06-09 00:36:19 +02:00
Simon Heath a3c4dbca95 Adds conversions to and from mint Point types. 2018-06-09 00:36:19 +02:00
Hoàng Xuân Phú 4b3a157513 Fix mismatching description for is_empty 2018-05-29 07:55:06 +02:00
sebcrozet 27a415d47f Release v0.15.1. 2018-05-27 12:26:55 +02:00
sebcrozet 3ee13ec528 Update changelog. 2018-05-27 12:25:58 +02:00
Shane Pearman 2814e09d31 Add from array impl for points. 2018-05-27 12:23:54 +02:00
sebcrozet c2d597e744 Release v0.15.0. 2018-05-26 22:26:06 +02:00
sebcrozet 6a0186536a Depend on lapack 0.16.
Lapack 0.15.3 has been yanked.
2018-05-26 22:07:57 +02:00
sebcrozet cdfa73eba6 Fix warnings. 2018-05-26 22:07:57 +02:00
sebcrozet fd55496985 Update the lapack dependency. 2018-05-26 22:07:57 +02:00
sebcrozet 4eaa087b63 Dedicate a specific CI job to nalgebra-lapack + fix Xargo build. 2018-05-26 22:07:57 +02:00
sebcrozet 9c7620e530 Remove all dependencies to git. 2018-05-26 22:07:57 +02:00
sebcrozet 8dcb4a3227 Fix compilation errors.
The num-complex dependency of lapack will have to be updated for this to pass the CI.
2018-05-26 22:07:57 +02:00
sebcrozet a5ae1052e6 Fix tests with the 'mint' feature. 2018-05-26 22:07:57 +02:00
sebcrozet 0c29a04042 Fix compilation with the 'mint' feature. 2018-05-26 22:07:57 +02:00
sebcrozet 4141e28cb2 CI: exit at the first command that fails. 2018-05-26 22:07:57 +02:00
sebcrozet bc54e61031 alga dependency: point to the github repository. 2018-05-26 22:07:57 +02:00
sebcrozet 17ce4a59a2 CI: don't use xargo when building with std. 2018-05-26 22:07:57 +02:00
sebcrozet 8e542d6cc2 Reduce the number of jobs. 2018-05-26 22:07:57 +02:00
sebcrozet 2fdc82306a Exclude no-std CI builds on beta and stable. 2018-05-26 22:07:57 +02:00
sebcrozet 4b8560651c Improve CI to include xargo builds. 2018-05-26 22:07:57 +02:00
sebcrozet d759db682c Make the alloc feature actually work. 2018-05-26 22:07:57 +02:00
sebcrozet 05e053a310 Fix tests. 2018-05-26 22:07:57 +02:00
sebcrozet a51744f86b Update to rand 0.5. 2018-05-26 22:07:57 +02:00
sebcrozet 57fa307d4d Remove deprecated code related to the incoherent_fundamental_impl lint 2018-05-26 22:07:57 +02:00
sebcrozet 6c895ed383 gemm: don't return early for scalar types other than f32,f64. 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 88055dfc45 Update to approx 0.2. 2018-05-26 22:07:57 +02:00
sebcrozet 118227d6b9 Release v0.14.4 2018-05-17 16:02:18 +02:00
sebcrozet 8cfd89f287 Add ::from_distribution to build a matrix from a user-provided distribution. 2018-05-17 15:59:51 +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 60fcff9e1d Re-add the ::new slice constructor, but mark them as deprecated. 2018-05-06 23:44:57 +02:00
sebcrozet 1fcb934f46 Update changelog. 2018-05-06 23:44:57 +02:00
sebcrozet d89e3dbac6 Rename the matrix slice constructors from `::new_*` to `_from_slice_*`. 2018-05-06 23:44:57 +02:00
sebcrozet fefba2ef4e Fix conflicting impls for isometry multiplication. 2018-05-06 23:44:57 +02:00
Sébastien Crozet 7357d17b77 Fix typos. 2018-05-06 23:31:36 +02:00
Sébastien Crozet 31e3547401 Add UnitQuaternion::{new_eps, from_scaled_axis_eps}. 2018-05-06 23:31:36 +02:00
Sébastien Crozet e995cdee06 Release v0.14.1. 2018-03-08 17:31:46 +01:00
Sébastien Crozet 1ac8bbd3d1 Add .axis_angle to UnitComplex and UnitQuaternion + .rotation_between_axis to UnitComplex. 2018-03-08 17:30:59 +01:00
Krushn Dayshmookh e7c0e95d3f fixed typo 2018-02-25 14:07:32 +01:00
Sébastien Crozet 5ce41060e5 Fix typos. 2018-02-03 15:25:04 +01:00