mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
2f2c005c86
commit
5788ffa085
19
TODO.md
19
TODO.md
|
@ -1,18 +1,3 @@
|
||||||
## Version Bump checklist
|
|
||||||
- update Cargo.toml
|
|
||||||
- run cargo test
|
|
||||||
- commit
|
|
||||||
- push
|
|
||||||
- merge
|
|
||||||
- git tag -a v1.0.0 -m "Version 1.0.0" on merge commit
|
|
||||||
- cargo publish
|
|
||||||
- Build wasm & push changes
|
|
||||||
- Update AUR package
|
|
||||||
|
|
||||||
## Pre-release
|
|
||||||
- Tuple operations
|
|
||||||
- we don't need vectors as arguments to operators
|
|
||||||
|
|
||||||
## Parser
|
## Parser
|
||||||
- Should functions be operators?
|
- Should functions be operators?
|
||||||
- Binary, hex, octal numbers
|
- Binary, hex, octal numbers
|
||||||
|
@ -25,6 +10,7 @@
|
||||||
- Non-recursive treeify
|
- Non-recursive treeify
|
||||||
- Faster factorial function. Maybe use gamma instead?
|
- Faster factorial function. Maybe use gamma instead?
|
||||||
- Arbitrary precision floats
|
- Arbitrary precision floats
|
||||||
|
- we don't need vectors as arguments to operators
|
||||||
|
|
||||||
## Math Features
|
## Math Features
|
||||||
- Mean, Median, Min
|
- Mean, Median, Min
|
||||||
|
@ -33,6 +19,7 @@
|
||||||
- acot/acoth functions
|
- acot/acoth functions
|
||||||
- Sums and products with functional arguments
|
- Sums and products with functional arguments
|
||||||
- Add functions: gcd, inverse mod, dice
|
- Add functions: gcd, inverse mod, dice
|
||||||
|
- Tuple operations
|
||||||
|
|
||||||
## Prompt
|
## Prompt
|
||||||
- Fix terminal color detection
|
- Fix terminal color detection
|
||||||
|
@ -46,5 +33,5 @@
|
||||||
- long prefixes (megatonne, etc)
|
- long prefixes (megatonne, etc)
|
||||||
- HMS for degrees
|
- HMS for degrees
|
||||||
- Exact radians, using pi constant?
|
- Exact radians, using pi constant?
|
||||||
- Weird units: flops, lumen, lux, bel
|
- Odd units: flops, lumen, lux, bel
|
||||||
- Command to list units
|
- Command to list units
|
Loading…
Reference in New Issue