File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ Note to self
2+ ------------
3+
4+ Things to check before updating a new release:
5+
6+ * All examples run without errors.
7+ * Road map is up to date.
8+ * Change log is up to date.
9+
10+ Steps to update the version:
11+
12+ * Decide on a new version number.
13+ * Bump ` __version__ ` in ` __init__.py ` .
14+ * ` make DOCS.md ` .
15+ * Push/merge new code into main branch.
16+ * On github, make a new release with a new tag.
17+
118In development:
219---------------
320
4- TODO
21+ Plans:
22+
23+ * [ ] Different colours for each point.
24+ * [ ] Multiple point clouds on a single scatter plot.
25+ * [ ] Line plots (connect the dots).
26+ * [ ] Axis ticks and tick labels for scatter plots.
27+ * [ ] Labels and ticks for bar/column charts and histograms.
528
629Version 0.2.0:
730--------------
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Repository:
186186* [x] Set up project, installable via git.
187187* [x] A simple example for the quick-start guide.
188188* [x] Changelog.
189- * [ ] Version numbering and keep main branch working.
189+ * [x ] Version numbering and keep main branch working.
190190* [ ] List on PyPI.
191191
192192Advanced features roadmap
You can’t perform that action at this time.
0 commit comments