Skip to content

Commit 78ba7d6

Browse files
committed
release instructions
1 parent b75d4c5 commit 78ba7d6

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
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+
118
In 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

629
Version 0.2.0:
730
--------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

192192
Advanced features roadmap

0 commit comments

Comments
 (0)