Sébastien Crozet
b656faa233
Release v0.31.0
2022-04-30 10:59:26 +02:00
zyansheep
ed41097d0c
fix bytecheck feature in cargo.toml
2022-04-30 10:36:39 +02:00
zyansheep
1b6f2b83f7
add bytecheck for matrix
2022-04-30 10:36:39 +02:00
zyansheep
90f2603de4
upgrade rkyv to 0.7
2022-04-30 10:36:39 +02:00
Sébastien Crozet
c9bf6aa95f
Fix warnings
2022-04-28 14:58:15 +02:00
Sébastien Crozet
d7117e228a
Use cust_core instead of cust
2022-03-16 18:07:29 +01:00
Sébastien Crozet
6d89e2aca6
Update to cust 0.3
2022-03-11 17:17:40 +01:00
Ben Kimock
698e130c3b
Remove abomonation support
...
Abomonation has numerous soundness problems which have been
well-documented in its issue tracker for over 2 years. Some of them
could be fixed, but some are fundamental to its design. If a user wants
super-fast ser/de, they should use rkyv.
2022-02-05 17:15:08 -05:00
Sébastien Crozet
6b1e14c8a2
Release v0.30.1
2022-01-09 14:37:25 +01:00
Sébastien Crozet
87a6f4965b
Add support for conversion with glam 0.19 and 0.20
2022-01-09 13:43:45 +01:00
Sébastien Crozet
e8b9c40123
Release v0.30.0
2022-01-02 15:30:15 +01:00
Sébastien Crozet
57fe4474be
Update to cust 0.2
2021-12-03 10:08:11 +01:00
Sébastien Crozet
b6dfb4d80b
Enable simba/cuda when targetting cuda.
2021-11-24 12:32:30 +01:00
Sébastien Crozet
9d897a6b8a
Add support for rust-cuda
2021-11-23 12:03:11 +01:00
Edgar Geier
bc21b6f1e6
Add support for conversion with glam 0.18
2021-08-30 18:31:21 +02:00
Sébastien Crozet
db63f6c031
Release v0.29.0
2021-08-08 17:54:35 +02:00
Sébastien Crozet
bd9e0fb72c
Add support for conversion with glam 0.16 and 0.17
2021-08-08 17:41:10 +02:00
Sébastien Crozet
31c64a0aaa
Use simba 0.6
2021-08-08 12:31:23 +02:00
Sébastien Crozet
d609a2f174
Address unsoundness in the resizing API.
2021-08-03 17:02:42 +02:00
Jeff Petkau
7dd12e8e7a
Include "rand" in feature list for docs.rs
...
Random support was gated by the "rand" feature in version 0.25.1, but not added to the docs.rs list, causing the gated functions to disappear from docs.
2021-07-26 10:13:58 -07:00
Crozet Sébastien
ca1297acfb
Release v0.28.0
2021-07-11 17:42:45 +02:00
Crozet Sébastien
d7288bfd28
Release v0.27.1
2021-06-04 11:08:54 +02:00
Crozet Sébastien
dfc8ad3d6a
Release v0.27.0
2021-06-02 15:15:17 +02:00
Crozet Sébastien
47a4f52e8d
Replace unchecked glam conversion by TryFrom or checks
2021-06-01 10:48:24 +02:00
Crozet Sébastien
4af979c55b
Support multiple version of the optional glam conversion
2021-06-01 10:27:32 +02:00
David Koloski
38dd3345e0
Switch to distributive implementations
2021-05-09 12:24:03 -04:00
David Koloski
b48b104d57
Add rkyv implementations for a few types
2021-05-09 12:23:16 -04:00
Sébastien Crozet
511a51592f
Merge pull request #866 from vks/improve-bench
...
Improvements to benchmarks
2021-05-09 16:59:23 +02:00
Sébastien Crozet
23ac85e896
Merge pull request #886 from Andlon/matrix-macro
...
Matrix macro
2021-05-09 16:52:04 +02:00
Andreas Longva
b85335bd9c
Update matrixcompare version to 0.3.0
...
Fixes some warnings produced by earlier versions since Rust 1.51.
See https://github.com/Andlon/matrixcompare/pull/5 for more details.
Note that we only update dev-dependencies, so there is no API breakage.
2021-05-07 09:23:46 +02:00
Andreas Longva
0bde07f95c
Document that feature needs to be enabled, and require macros feature for tests
2021-05-03 13:52:34 +02:00
Andreas Longva
eeab4db69a
Add nalgebra/macros feature and re-export matrix macros from nalgebra
2021-05-03 13:52:34 +02:00
Andreas Longva
e97692255b
Initial hacked together prototype without syn
2021-05-03 13:52:34 +02:00
Vinzent Steinberg
35b96344ba
Fix criterion warning
2021-04-29 20:26:21 -03:00
Vinzent Steinberg
209b476301
Mark rand as required for benchmark
2021-04-29 20:25:25 -03:00
Vinzent Steinberg
c5a44ec66f
Update criterion
2021-04-29 20:25:25 -03:00
Crozet Sébastien
58bea21d74
Release v0.26.2
2021-04-27 14:26:09 +02:00
Crozet Sébastien
3ec57016b9
Release v0.26.1
2021-04-12 17:52:59 +02:00
Crozet Sébastien
c5c6c139ab
Release v0.26.0
2021-04-12 16:15:08 +02:00
Crozet Sébastien
9aa3c1e449
Add comment about the serde-serialize-no-std feature.
2021-04-12 14:36:55 +02:00
Crozet Sébastien
95b021dbfb
Don't enable serde by default.
...
Don't enable `serde/std` by default.
Add a `serde-serialize-no-std` feature to enable serde without its default features.
2021-04-12 12:14:16 +02:00
Crozet Sébastien
24d546d3b6
Rename generic parameter N -> T
2021-04-11 13:57:54 +02:00
Crozet Sébastien
d17088398a
Replace generic-array with a regular array based on min-const-generics.
2021-04-11 13:53:45 +02:00
Sébastien Crozet
f7daf31b0f
Merge pull request #862 from vks/better-error
...
Better error message when running `cargo test`
2021-04-11 13:41:29 +02:00
Vinzent Steinberg
9103a8b763
Use the new Cargo resolver from Rust 1.50
...
This should make it possible to add the dev-dependency on criterion
without breaking `no_std` builds.
2021-04-10 01:43:52 -03:00
Vinzent Steinberg
df33dec457
Make "compare" a required feature for the `matrixcompare` example
...
This avoids distracting error messages when running `cargo test` and
gives a better error when trying to run the example without the required
feature.
2021-04-10 00:52:54 -03:00
Crozet Sébastien
f8173bd668
Release v0.25.4
2021-04-01 12:16:54 +02:00
Crozet Sébastien
4e5b32a3fa
Don't enable the `serde/alloc` feature when `alloc` is enabled.
...
It looks like serde still pulls std when only `alloc` is selected.
2021-04-01 11:53:19 +02:00
Crozet Sébastien
2602f48452
Fix compilation when only the `serde-serialize` feature of nalgebra is enabled.
2021-04-01 11:40:27 +02:00
Crozet Sébastien
d16411c6db
Release v0.25.3
2021-04-01 11:39:45 +02:00