From ac16a57036e1bfd5bc122756eece17bc3978a7ff Mon Sep 17 00:00:00 2001 From: Aaron Trowbridge Date: Sun, 19 Nov 2023 12:54:00 -0500 Subject: [PATCH] update release version to 0.1.4 --- Project.toml | 2 +- README.md | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index cf61f4b..c240849 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NamedTrajectories" uuid = "538bc3a1-5ab9-4fc3-b776-35ca1e893e08" authors = ["Aaron Trowbridge and contributors"] -version = "0.1.3" +version = "0.1.4" [deps] CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" diff --git a/README.md b/README.md index 2818fbe..8e0b996 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # NamedTrajectories.jl -
- -logo - -
+
+ logo +
@@ -85,4 +83,5 @@ This script generates the following plot as demonstrated in [demo.ipynb](example - [ ] Internal optimizations - [ ] Handling of data as views - [ ] KnotPoint as view - - [ ] More efficient copying and constructing \ No newline at end of file + - [ ] More efficient copying and constructing +- [ ] Docstrings for all functions \ No newline at end of file