Commit Graph

364 Commits

Author SHA1 Message Date
Sebastian Schmidt
8b493be1dd Increase test coverage.
Implement more tests and exclude modules from test that do not make sense to be tested.
2021-07-13 13:41:16 +03:00
Sebastian Schmidt
7ebf7e61d5 Increase test coverage.
Implement more tests and exclude modules from test that do not make sense to be tested.
2021-07-13 13:39:47 +03:00
Sebastian Schmidt
b1db9a28bb (cargo-release) start next development iteration 6.3.1-alpha.0 2021-07-06 16:01:24 +03:00
Sebastian Schmidt
d6fac8c9e3 (cargo-release) version 6.3.0 2021-07-06 15:59:43 +03:00
Sebastian Schmidt
2a906e2b5f Update changelog 2021-07-06 15:57:35 +03:00
Sebastian Schmidt
08bc44183e Fix missing argument type for atan2.
Relates to #85
2021-07-06 15:50:05 +03:00
ISibboI
6a74ba8f94
Merge pull request #85 from mulimoen/feature/math_builtins
Add additional math builtins
2021-07-06 15:46:47 +03:00
Magnus Ulimoen
26b52736b8 Run cargo sync-readme 2021-07-04 14:30:16 +02:00
Magnus Ulimoen
2c2c31efd7 Document math builtins 2021-07-04 14:25:16 +02:00
Magnus Ulimoen
9883aeb52c Add additional math builtins 2021-06-30 22:11:58 +02:00
Sebastian Schmidt
0bf4a2e424 (cargo-release) start next development iteration 6.2.1-alpha.0 2021-06-24 11:13:44 +02:00
Sebastian Schmidt
f0f6097673 (cargo-release) version 6.2.0 2021-06-24 11:13:25 +02:00
Sebastian Schmidt
8c473521bf Update changelog. 2021-06-24 11:13:04 +02:00
ISibboI
ba7d5c0350
Merge pull request #84 from mulimoen/feature/clone_hashmapcontext
Implement Clone for HashMapContext
2021-06-24 12:09:15 +03:00
Magnus Ulimoen
d466bb0f24 Implement Clone for HashMapContext 2021-06-23 22:29:16 +02:00
Sebastian Schmidt
6a30bd24e2 Format code. 2021-06-22 11:43:58 +02:00
Sebastian Schmidt
bd9a314baa Increase test coverage. 2021-06-22 11:41:51 +02:00
Sebastian Schmidt
936960ee3a Change lints to nightly and include benches. 2021-06-22 10:38:12 +02:00
Sebastian Schmidt
55a02aec78 (cargo-release) start next development iteration 6.1.2-alpha.0 2021-06-22 10:27:55 +02:00
Sebastian Schmidt
46c839386d (cargo-release) version 6.1.1 2021-06-22 10:27:27 +02:00
Sebastian Schmidt
80c55e92d6 Update changelog. 2021-06-22 10:23:23 +02:00
Sebastian Schmidt
dc9cd98cec Improve syntax of documentation. 2021-06-15 08:38:37 +03:00
ISibboI
d4812ef6e4
Format value with debug formatter in panic. 2021-06-02 19:08:53 +02:00
ISibboI
9e239cb0d8
Use string format panicking syntax.
This will both make it compile, and make it 2021 edition compatible.
2021-06-02 19:07:07 +02:00
ISibboI
f466b5ee2f
Try fixing panic_any import. 2021-06-02 19:03:14 +02:00
Sebastian Schmidt
0a9ef40321 (cargo-release) start next development iteration 6.1.1-alpha.0 2021-06-02 18:34:32 +03:00
Sebastian Schmidt
0b0ffe2492 (cargo-release) version 6.1.0 2021-06-02 18:34:15 +03:00
Sebastian Schmidt
84b5057b8e Fix lint in tests folder. 2021-06-02 18:33:40 +03:00
Sebastian Schmidt
4d231d988a Change format from --all-features to --all. 2021-06-02 18:20:25 +03:00
Sebastian Schmidt
bbf67d24f0 Prepare changelog for 6.1.0. 2021-06-02 18:19:01 +03:00
Sebastian Schmidt
d6886bbc5b Add coveralls badge to readme. 2021-06-02 18:18:42 +03:00
Sebastian Schmidt
6e5b69294b Enable all features in all CIs. 2021-06-02 18:17:05 +03:00
Sebastian Schmidt
c297e2fd6e Fix coverage report. 2021-06-02 18:10:09 +03:00
Sebastian Schmidt
36ee042bd7 Update changelog. 2021-06-02 18:08:32 +03:00
Sebastian Schmidt
9aa025242d Add coverage report. 2021-06-02 18:00:50 +03:00
Sebastian Schmidt
aeb822db9c Move MRSV statement higher up in readme. 2021-06-02 17:51:51 +03:00
Sebastian Schmidt
63b8a43bd6 Update MSRV. 2021-06-02 17:43:37 +03:00
Sebastian Schmidt
27ce5300a7 Fix yaml syntax. 2021-06-02 17:30:43 +03:00
Sebastian Schmidt
00a4dd0eab Add more experimental MSRVs. 2021-06-02 17:30:03 +03:00
Sebastian Schmidt
4cb916f80c Only lint on stable. 2021-06-02 17:29:30 +03:00
Sebastian Schmidt
5544c27e8f Add clippy and rustfmt to CI toolchain. 2021-06-02 17:24:34 +03:00
Sebastian Schmidt
1d96ced45c Format only on nightly. 2021-06-02 17:21:55 +03:00
Sebastian Schmidt
7cfa944efa Add parentheses to job name. 2021-06-02 17:16:59 +03:00
Sebastian Schmidt
efdaa2f1c3 Fix CI fmt command and make more use of test matrix. 2021-06-02 17:15:59 +03:00
Sebastian Schmidt
0e3fbc17d4 Ad MSRV and github CI script. 2021-06-02 17:04:49 +03:00
Sebastian Schmidt
f880482f06 Move predefined module into context module. 2021-06-02 16:50:37 +03:00
ISibboI
1532c65a3d
Merge pull request #80 from olback/math-consts-context
Add math consts context
2021-06-02 16:46:29 +03:00
ISibboI
7d2f2f86c3
Merge pull request #79 from olback/common-math-functions
Add common math functions
2021-06-02 16:43:23 +03:00
Edwin Svensson
a25b347c17
fix tests 2021-05-31 01:15:01 +02:00
Edwin Svensson
9f691206dd
move to new 'predefined' module and add link to f64 docs 2021-05-31 01:13:24 +02:00