Skip to content

Releases: yuki-koyama/tinycolormap

v0.7.0: Merge pull request #20 from yuki-koyama/travis

04 Aug 14:30
0376f76
Compare
Choose a tag to compare

This release does not change any APIs but offers the following changes:

  • Travis CI set up
  • Support of Eigen3 before 3.3
  • Support of Qt5 before 5.6

Now Ubuntu 16.04 LTS users can use Eigen/Qt5 features by installing them with apt install libeigen3-dev qt5-default.

v0.6.0

13 Jun 11:40
489e185
Compare
Choose a tag to compare

This release includes the following changes:

  • Cividis, a new colorblindness-friendly colormap, is supported.
  • Require Qt 5.6 or above explicitly for the Qt-related features

v0.5.0

25 Mar 12:47
def5be9
Compare
Choose a tag to compare

This release includes the following changes:

  • Add optional Qt and Eigen features
  • Make the CMake organization better
  • Improve misc.

v0.4.1

04 Sep 13:49
Compare
Choose a tag to compare

This release includes the following important changes:

  • Define operators for Color struct as inline, which resolves compiler errors that occur when multiple source files include tinycolormap.hpp

v0.4.0

28 Aug 00:22
Compare
Choose a tag to compare

This release includes the following important changes:

  • Change the file location; now tinycolormap.hpp is in the include subdirectory
  • Add a library definition to the cmake file, which allows users to include this library simply using add_subdirectory

0.3.1

07 Jul 02:54
Compare
Choose a tag to compare

This release includes the following change:

  • Use explicit constexpr declarations for color tables, which may help avoid potential runtime constructions

0.3.0

06 Jul 11:56
ff961f2
Compare
Choose a tag to compare

This release includes the following important changes:

  • Remove Eigen dependency, which improves portability

0.2.0

03 Jul 08:17
Compare
Choose a tag to compare

This release includes the following important changes:

  • Change the extension from .h to .hpp
  • Move the main file to the root directory
  • Improve the equation of the Jet colormap