cppcolormap

Library with colormaps for C++

GPL-3.0 License

Stars
23
Committers
2
cppcolormap - Upgrading Python setup Latest Release

Published by tdegeus about 1 year ago

What's Changed

Full Changelog: https://github.com/tdegeus/cppcolormap/compare/v1.4.4...v1.4.5

cppcolormap - Python API: fully use NumPy arrays

Published by tdegeus over 2 years ago

cppcolormap - Python API: less copies

Published by tdegeus over 2 years ago

cppcolormap - Better naming in Python module

Published by tdegeus over 2 years ago

What's Changed

Full Changelog: https://github.com/tdegeus/cppcolormap/compare/v1.4.1...v1.4.2

cppcolormap - Add missing function to Python API

Published by tdegeus over 2 years ago

cppcolormap - Using setuptools_scm and scikit-build

Published by tdegeus over 2 years ago

  • 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)
cppcolormap - Minor new functionality. Adding documentation

Published by tdegeus over 3 years ago

  • 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

cppcolormap - Adding additional matplotlib colormaps

Published by tdegeus over 4 years ago

cppcolormap - Minor robustness updates CMake

Published by tdegeus almost 5 years ago

cppcolormap - Adding functionality

Published by tdegeus almost 5 years ago

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.
cppcolormap - First stable release

Published by tdegeus almost 5 years ago

Upgrades:

  • CMake target includes the xtensor dependency.
cppcolormap - Minor updates

Published by tdegeus almost 5 years ago

  • Updated readme
  • Added conda shield to readme
  • Updating pyxtensor installation
cppcolormap - Bugfix

Published by tdegeus almost 5 years ago

  • Fixing "setup.py"
cppcolormap - Various minor updates

Published by tdegeus almost 5 years ago

  • Cleanup CMake
  • Update Readme
  • Added example
  • Added CI
  • Minor update to Python API
cppcolormap - Introducing more colormaps

Published by tdegeus almost 6 years ago

Introducing:

  • New colormaps.
  • A function to find closest map from one colormap in the other.
cppcolormap - Switched to cppmat

Published by tdegeus about 7 years ago

Switch implementation to cppmat to directly use matrices, instead of lists that represent matrices.

cppcolormap - First stable release

Published by tdegeus over 7 years ago