File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1+ **********
2+ Change-log
3+ **********
4+
5+ v1.3.0
6+ ======
7+
8+ * Adding readthedocs support
9+
10+ * Adding link
11+
12+ * Starting simple Sphinx docs
13+
14+ * Automatic upload doxygen output to GH pages
15+
16+ * Adding doxygen documentation
17+
18+ * Removing Travis and Appveyor CI: Replaced by GH actions (#30)
19+
20+ * Adding unit tests & GitHub CI (#28)
21+
22+ * Map colormap on data (#26)
23+
24+ * Extending tests (#21)
25+
26+ - Extending tests
27+ - Using mamba for CI
28+
29+ * [docs] Updated readme (#19)
30+
31+ * [docs] Cropping image
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ cppcolormap
1313 api_cpp.rst
1414 api_python.rst
1515
16+ .. toctree ::
17+ :caption: DEVELOP
18+ :maxdepth: 1
19+
20+ changelog.rst
21+
1622Indices and tables
1723==================
1824
Original file line number Diff line number Diff line change 1010#define CPPCOLORMAP_H
1111
1212#define CPPCOLORMAP_VERSION_MAJOR 1
13- #define CPPCOLORMAP_VERSION_MINOR 2
13+ #define CPPCOLORMAP_VERSION_MINOR 3
1414#define CPPCOLORMAP_VERSION_PATCH 0
1515
1616#define CPPCOLORMAP_VERSION_AT_LEAST (x,y,z ) \
You can’t perform that action at this time.
0 commit comments