Releases: tdegeus/cppcolormap
Releases · tdegeus/cppcolormap
Upgrading Python setup
Python API: fully use NumPy arrays
v1.4.4 tests: upgrading to Catch2.v3
Python API: less copies
Better naming in Python module
What's Changed
Full Changelog: v1.4.1...v1.4.2
Add missing function to Python API
Full Changelog: v1.4.0...v1.4.1
Using setuptools_scm and scikit-build
- 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
-
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
v1.2.0 Adding additional matplotlib colormaps (#17)
Minor robustness updates CMake
Minor robustness updates CMake (#15) * Minor robustness updates CMake * Bumping version
Adding functionality
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.