updated roadmap
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-10-16 22:04:06 -04:00
parent 211cdbeea8
commit e76ac44ee1
1 changed files with 8 additions and 8 deletions

View File

@ -53,11 +53,11 @@ Abacus is currently in early development. It employs a custom built editor which
** Road map
[x] Editor basics
[x] Scripting basics - Scripting functionality provided by extending the Rhai scripting language
[x] Dataframe support - Pandas style dataframe support via the Polars framework
[x] CSV Support - Importing and processing large CSV files
[ ] Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
[ ] Math functions - Implement common mathmatical functions and constants into the scripting language
[ ] Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
[ ] Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine
*** DONE Editor basics
*** DONE Scripting basics - Scripting functionality provided by extending the Rhai scripting language
*** DONE Dataframe support - Pandas style dataframe support via the Polars framework
*** DONE CSV Support - Importing and processing large CSV files
*** TODO Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
*** TODO Math functions - Implement common mathmatical functions and constants into the scripting language
*** TODO Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
*** TODO Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine