Josh Stone
67f03391a1
Bump to 0.2 for the breaking feature change
2018-01-31 16:19:00 -08:00
Vinzent Steinberg
a843027b56
Re-introduce the std feature
...
This is a port of @vks's rust-num/num#296 , but without the feature-
toggled changes to `Float`.
2018-01-31 15:42:55 -08:00
Josh Stone
ff73e62d93
Release num-traits 0.1.42
2018-01-22 18:06:22 -08:00
Josh Stone
42a610d323
Move num-traits to its own repo
...
All the prior `num` history is kept, so old `num-traits` tags are still
valid, but future development here will be just for `num-traits`.
2017-12-18 17:35:41 -08:00
Josh Stone
c24f76781b
num: bump to 0.1.41
...
Syncing the metacrate to the latest of all subcrates.
2017-12-01 13:31:33 -08:00
Martin Geisler
97bc42854a
Add CI badge
2017-07-25 00:17:17 +02:00
Josh Stone
23d1ab689d
num: bump to 0.1.40
2017-07-14 17:42:00 -07:00
Keith Wansbrough
c87faf46a6
Tweak categories based on review.
2017-07-11 09:47:15 +01:00
Keith Wansbrough
eddcb54d6b
Add cargo keywords and categories.
...
Resolves #306 . Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.
2017-07-11 09:47:15 +01:00
Josh Stone
b1b034f438
num: bump to 0.1.39
2017-06-09 11:03:50 -07:00
Josh Stone
7bf9a6ccf2
num: bump to 0.1.38
2017-06-08 23:53:47 -07:00
Josh Stone
66ce252494
Bump versions in the num collection
2017-02-26 14:18:33 -08:00
Josh Stone
f25a3bd51d
0.1.36 bump for num, traits, macros, and the new derive
2016-09-29 23:31:23 -07:00
Josh Stone
c8ed8ff87b
num, bigint, complex, rational, traits: 0.1.35
2016-08-18 08:28:34 -07:00
Josh Stone
e67d4630a2
num: require newer traits for moved functions, fixes #206
2016-07-12 23:24:45 -07:00
Josh Stone
29b63410ac
num: bump to 0.1.33
2016-07-12 01:12:41 -07:00
Josh Stone
1e192c31ae
num: add path-dependency versions
2016-04-14 00:45:03 -07:00
Josh Stone
2e8ce33d84
Bump all num crates to 0.1.32
2016-04-14 00:17:42 -07:00
Łukasz Jan Niemier
58b5fe5883
Serializers dependencies
2016-04-11 20:43:07 +02:00
Łukasz Jan Niemier
8450782413
Revert old `num` crate description
2016-04-11 12:30:16 +02:00
Łukasz Jan Niemier
3d11940538
Better descriptions for subcrates
2016-04-10 10:31:22 +02:00
Łukasz Jan Niemier
7c0ab30bdc
Fix subpackages metadata
2016-03-11 10:22:26 +01:00
Łukasz Jan Niemier
96e9166b0a
Extract iter
2016-03-11 01:06:37 +01:00
Łukasz Jan Niemier
ed076070e6
Extract complex
2016-03-11 01:06:37 +01:00
Łukasz Jan Niemier
54685c46a1
Extract rational
2016-03-11 01:06:37 +01:00
Łukasz Jan Niemier
2176b7048c
Extract bigint
2016-03-11 01:06:05 +01:00
Łukasz Jan Niemier
f1a80857ee
Extract integer module
2016-03-11 01:06:05 +01:00
Łukasz Jan Niemier
c124be549f
Move traits to separate crate
2016-03-11 01:06:05 +01:00
Erick Tryzelaar
112923eec5
Add support for Serde 0.7.
...
Serde 0.7 dropped it's dependency on num, so this patch moves
the implementations here. For the sake of a better implementation,
this just serializes BigUint as a `Vec<u32>`, `BigInt` as a
`(u8, Vec<u32>)`, `Complex<T>` as a `(T, T)`, and `Ratio<T>`
as a `(T, T)`.
2016-02-27 00:07:32 -08:00
Josh Stone
7a33808b07
Publish num 0.1.31
2016-02-17 00:44:20 -08:00
Josh Stone
838b4e42b3
Publish num 0.1.30
2016-01-08 15:22:54 -08:00
Brian Smith
9e3e8552ac
Make `rand` and `rustc-serialize` dependencies optional.
...
Previously, the `rand` and `rustc-serialize` dependencies were optional
except they were required for the `bigint` feature.
Make the dependency on the `rand` crate optional in all cases.
including when the `bigint` feature is selected. Some of the tests for
the bigint feature are randomized so, while `rand` is now an optional
dependency, it is a non-optional dev-dependency.
Similarly, make the dependency on the `rustc-serialize` crate optional
in all cases, including when the `bigint` feature is selected.
2016-01-07 16:30:50 -10:00
Josh Stone
477cbc87c9
Publish num 0.1.29
2015-12-16 22:48:45 -08:00
Josh Stone
659c1a73c3
Publish num 0.1.28
2015-11-21 17:00:15 -08:00
Josh Stone
7fa80f7786
Update intros to better reflect the breadth of num
...
Closes #132 .
2015-11-21 16:39:00 -08:00
Josh Stone
b4026b9fec
Update repo and doc links
2015-11-12 18:40:13 -08:00
Murarth
d1df121640
Explicitly enable `bigint` benchmarks
2015-11-09 13:54:48 -07:00
Huon Wilson
4d7cb95740
Bump to 0.1.27.
2015-08-19 10:15:50 -07:00
Alex Crichton
1f298e233c
Bump versions to 0.1.26
2015-08-10 12:12:08 -07:00
Alex Crichton
d4e7a6654f
Bump num to 0.1.25
2015-06-02 16:52:31 -07:00
root
4c123a9e71
Make rustc-serialize, bignum, rational, complex into opt-out features
...
Making bignum optional allows skipping the rustc-serialize and rand
dependencies too, and it makes a big difference in num's build time.
With default (all) features, clean build time including dependencies: 27
seconds.
With no default features, clean build time including dependencies (none):
5 seconds.
2015-06-02 23:48:06 +02:00
Alex Crichton
82645a31df
Don't print to stdout on `cargo bench`
2015-05-26 07:21:12 -07:00
Alex Crichton
a6a399d52e
Enable testing on stable Rust
2015-05-19 09:22:06 -07:00
Alex Crichton
b75dbbdfcb
Rename num_macros to num-macros
2015-05-01 18:00:02 -07:00
Alex Crichton
dc0a0452c6
Merge branch 'master' of https://github.com/erickt/num
...
Conflicts:
Cargo.toml
2015-05-01 17:59:53 -07:00
mitchmindtree
f8fd49c375
Use latest version of rand crate
2015-04-24 04:22:23 +10:00
mitchmindtree
e3557d61e7
Use latest rustc-serialize and increment version for crates.io
2015-04-24 04:11:12 +10:00
mitchmindtree
f70a07bab7
Incremented version for crates.io
2015-04-22 22:27:51 +10:00
Erick Tryzelaar
f4a69a6f01
Export the #[derive(FromPrimitive)] from rust proper
...
This changes the name to #[derive(NumFromPrimitive)]
in order to not conflict with the libsyntax macro.
2015-04-12 11:19:48 -07:00
Alex Crichton
44dfed32b7
Bump to 0.1.22
2015-04-04 23:49:41 -07:00