From f7a9cdeaa56626f7cd7ad809ffab4729c7b606b7 Mon Sep 17 00:00:00 2001 From: vmagnin Date: Thu, 15 Feb 2024 14:30:02 +0100 Subject: [PATCH] ROADMAP.md updated --- ROADMAP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 7abba87..23f38a9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -16,11 +16,12 @@ The main goal of v0.9 is to offer a usable library, sufficiently friendly, with - [ ] Add Interpolation functions. - [ ] Lagrange - [x] Bezier +- [ ] Add a `Colormap_test` class where the subroutine `test_colormap()` will be moved. ### Examples -- [ ] Create a `modify` example: - - [ ] For the `shift()` method. +- [x] Create a `modify` example: + - [x] For the `shift()` method. ### Documentation