mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
a1db2b6bb0
commit
8a6c623ef2
17
TODO.md
17
TODO.md
|
@ -1,19 +1,14 @@
|
|||
## Version Bump checklist
|
||||
- TODO: build and publish script
|
||||
- update Cargo.toml
|
||||
- run cargo test
|
||||
- commit
|
||||
- push
|
||||
- merge
|
||||
- git tag -a v1.0.0 -m "Version 1.0.0" on merge commit
|
||||
- delete branch?
|
||||
- cargo publish
|
||||
- Update packages
|
||||
- Build wasm & push changes
|
||||
- Squash merge
|
||||
- Update AUR package
|
||||
|
||||
|
||||
## Pre-release
|
||||
- Tuple operations
|
||||
- we don't need vectors as arguments to operators
|
||||
|
@ -23,25 +18,18 @@
|
|||
- Should functions be operators?
|
||||
- Binary, hex, octal numbers
|
||||
|
||||
|
||||
## General
|
||||
- Better tests (assignment, many expressions in one context)
|
||||
- Optional config file
|
||||
- Optional history file
|
||||
- evaluate straight from command line
|
||||
- Package for debian, nix
|
||||
|
||||
|
||||
## Internals
|
||||
- Non-recursive treeify
|
||||
- Faster factorial function. Maybe use gamma instead?
|
||||
- Arbitrary precision float (rug doesn't offer arbitrary exponents)
|
||||
- Arbitrary precision floats
|
||||
|
||||
## Math Features
|
||||
- Mean, Median, Min
|
||||
- Arbitrary base logarithm
|
||||
- Derivatives
|
||||
- CAS features (trig, roots and powers)
|
||||
- Complex numbers
|
||||
- acot/acoth functions
|
||||
- Sums and products with functional arguments
|
||||
|
@ -51,8 +39,7 @@
|
|||
- Fix terminal color detection
|
||||
- Live syntax/output (like firefox js terminal)
|
||||
- Syntax highlighting
|
||||
- fish-style tab completion
|
||||
- Numbered expressions, history recall
|
||||
- Numbered history recall
|
||||
- Enable/disable unit sets (defaults?)
|
||||
- Consistent unit ordering
|
||||
|
||||
|
|
Loading…
Reference in New Issue