231 Commits

Author SHA1 Message Date
Kasper
b09827cec1
Update deps 2025-05-30 11:43:23 +02:00
Kasper
2161f594bf
Set up wasm generation (#42) 2025-05-30 11:39:40 +02:00
Kasper
2d89355566
Use fastnum::d128 (#41) 2025-05-30 03:35:04 +02:00
Kasper
3bbc5c53a1
Remove unnecessary inverted weights
No longer necessary because we use .reduce() to display numbers
2025-05-30 01:47:41 +02:00
Kasper
31acf60946
Bump version 2025-05-30 01:32:57 +02:00
Kasper
2305d0af89
Use Rust 2024 edition 2025-05-30 01:32:14 +02:00
Kasper
a07a165feb
Update deps 2025-05-30 01:31:32 +02:00
Kasper
a95fc61874
Improve rounding imprecision 2025-05-30 01:20:58 +02:00
Kasper
8cfac98bc7
Avoid unnecessary scientific notation 2025-05-30 01:20:58 +02:00
Kasper
0a1a108c0b
Fix clippy 2025-05-30 00:23:51 +02:00
Kasper
0fb5241633
Fix trig functions precision (#40) 2025-05-30 00:19:19 +02:00
Kasper
be51ec4ff0
Remove degrees keyword 2024-01-13 09:53:16 +01:00
Kasper
0dcd13f775
Recommend fend 2024-01-13 08:39:21 +01:00
Kasper
1f16e10b91
Bump version 2023-09-20 06:16:22 +02:00
Kasper
7d836f07c6
Fix unary minus precedence being higher than ^
Closes #37
2023-09-20 06:14:40 +02:00
Kasper
e1e7826799
Update CHANGELOG.md 2023-07-11 00:35:03 +02:00
Kasper
55b7ad096d
Bump version 2023-07-11 00:30:14 +02:00
Gabriel Comte
2626ea5c56
Fix ideal unit: Light year (#35) 2023-07-11 00:27:18 +02:00
Kasper
e4ccc60a1a
Bump version 2023-03-30 01:10:56 +02:00
Kasper
2ccf25affc
Improve formatting of numbers, closes #20 2023-03-30 01:06:13 +02:00
Joel Natividad
681e117453
turn off decimal dependency default features (#33)
* turn off decimal dependency default features

to get rid of https://rustsec.org/advisories/RUSTSEC-2022-0004

* disable default features, but still enable serde and ord_subset

just dropping rustc-serialize as per @probablykasper
2023-03-30 00:04:35 +02:00
Joel Natividad
b3a8ef8b66
bump regex from 1.6 to 1.7; unicode-segmentation from 1.9 to 1.10 (#34) 2023-03-29 23:48:07 +02:00
Kasper
1ed93a51cc
Delete FUNDING.yml 2023-03-10 03:33:55 +01:00
Kasper
f621fae432
Update changelog 2023-01-02 11:16:00 +01:00
Kasper
1ff4b7c45a
Add windows-aarch64 build 2023-01-02 11:00:39 +01:00
Kasper
b08dbdf0f7
Bump version 2022-12-30 12:46:22 +01:00
Kasper
81f5f9d401
Add release action 2022-12-30 12:42:24 +01:00
Kasper
de79887331
Add marathon 2022-12-30 11:04:47 +01:00
Kasper
17db26c685
Update CI 2022-12-05 00:52:30 +01:00
Kasper
6ee30b867f
Remove comments 2022-09-12 00:47:48 +02:00
Kasper
4ac7e74c6b
Switch indentation to tabs 2022-09-12 00:47:20 +02:00
Kasper
1bb3819350
Use rustfmt for some files 2022-09-12 00:45:29 +02:00
Joel Natividad
a64081ac73
Apply select clippy recommendations (#27)
* Bump dependencies to minor version;  2021 edition

* apply clippy recommendations

* go back to match statement

* consolidate clippy allows

* pare down lints

- remove nursery level lints
- sort lints

* pared down lint allows
2022-09-11 23:37:01 +02:00
Kasper
213789b568
Merge pull request #26 from jqnatividad/master
Bump dependencies to minor version;  2021 edition
2022-09-11 21:12:48 +02:00
Joel Natividad
cc8f8f0a2c Bump dependencies to minor version; 2021 edition 2022-09-11 13:57:05 -04:00
Kasper
d3f1bf20ee
Remove trailing semicolon 2022-02-23 05:19:01 +01:00
Kasper
c795c15fc5
Add test ci 2022-02-23 05:15:01 +01:00
Kasper
e07b9ff868 nothing 2021-08-17 23:38:02 +02:00
Kasper
7d807424a8 v1.8.0 2021-08-16 06:37:49 +02:00
Kasper
a86865e856 Fix implicit start/end parentheses 2021-08-16 06:32:40 +02:00
Kasper
d8af50d991
Merge pull request #23 from Pyther99/fix-clippy-lints
Fix clippy lints
2021-08-16 06:15:52 +02:00
Kasper
1196fcf458
Merge pull request #22 from djmattyg007/data_rates
Add support for data rate units
2021-08-16 06:00:03 +02:00
Kasper
e70eda990b
Create FUNDING.yml 2021-08-15 01:13:48 +02:00
Matthew Gamble
45dfe129dc
Add support for data rate units
This permits the following calculations:

10 kilobytes per second * 6 seconds = 60 kilobytes
500 megabytes / 100 megabytes per second = 5 seconds
1 gibibit per second * 1 hour = 3600 gibibits
2021-07-25 10:36:04 +10:00
Kasper
f45aae15e0
Merge pull request #17 from djmattyg007/divide_distance_by_speed
Support dividing lengthes by speed
2021-07-17 14:54:43 +02:00
Matthew Gamble
4d8e802520
Support dividing lengthes by speed
The result has a unit of time.
2021-07-17 13:39:53 +10:00
Pyther99
6b46d69c72 remove usage of matches! macro 2021-07-14 20:55:05 +02:00
Pyther99
07bf7b48e1 Remove cmp comparison 2021-07-14 07:50:20 +02:00
Kasper
6aeee32168 v1.7.0 2021-07-14 00:03:28 +02:00
Pyther99
634dff682b more idiomatic syntax 2021-07-13 19:55:42 +02:00