Skip to content

Releases: tdegeus/cppcolormap

Upgrading Python setup

12 Oct 09:57
f6e7551
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

Python API: fully use NumPy arrays

13 Jun 06:38
Compare
Choose a tag to compare
v1.4.4

tests: upgrading to Catch2.v3

Python API: less copies

22 Apr 14:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

Better naming in Python module

18 Feb 15:54
Compare
Choose a tag to compare

What's Changed

  • Improving docs: showing name as cppcolormap instead of cppcolormap._cppcolormap by @tdegeus in #33

Full Changelog: v1.4.1...v1.4.2

Add missing function to Python API

16 Feb 10:14
2c55fb4
Compare
Choose a tag to compare

Using setuptools_scm and scikit-build

16 Feb 10:03
eeb4d63
Compare
Choose a tag to compare
  • Switching to setuptools_scm and scikit-build
  • Simplifying documentation
  • Applying auto-formatting
  • Adding readme to doxygen landing
  • Renaming test -> tests
  • docs: build Python module
  • docs: updating doxyawesome
  • CI: removing gcc-8
  • CI: Using clang on windows
  • CI: running examples only in unix (for efficiency)

Minor new functionality. Adding documentation

12 Feb 17:02
0bb1fb7
Compare
Choose a tag to compare
  • Adding readthedocs support

  • Adding link

  • Starting simple Sphinx docs

  • Automatic upload doxygen output to GH pages

  • Adding doxygen documentation

  • Removing Travis and Appveyor CI: Replaced by GH actions (#30)

  • Adding unit tests & GitHub CI (#28)

  • Map colormap on data (#26)

  • Extending tests (#21)

    • Extending tests
    • Using mamba for CI
  • [docs] Updated readme (#19)

  • [docs] Cropping image

Adding additional matplotlib colormaps

04 May 16:08
3e1f803
Compare
Choose a tag to compare
v1.2.0

Adding additional matplotlib colormaps (#17)

Minor robustness updates CMake

20 Dec 16:37
be28091
Compare
Choose a tag to compare
Minor robustness updates CMake (#15)

* Minor robustness updates CMake

* Bumping version

Adding functionality

11 Dec 16:08
7a29f48
Compare
Choose a tag to compare

Additions:

  • hex2rgb.
  • rgb2hex.
  • LaTeX dvips colors.

Changes:

  • Inversing "Greys" and "Greys_r".

Furthermore:

  • Adding visual overview of colormaps in the readme.
  • Minor updates readme.
  • Code style update.
  • Switching off oldest GCC compiler in the CI as it is not supported by pybind11.