Commit 5f3af8ab authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 1.0.2

parent 131a179c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
Metadata-Version: 1.1
Name: colormap
Version: 1.0.1
Version: 1.0.2
Summary: Utilities to ease manipulation of matplotlib colormaps and color codecs (e.g., hex2rgb)
Home-page: ['http://packages.python.org/colormap/']
Author: Thomas Cokelaer
Author-email: cokelaer@ebi.ac.uk
License: LGPL
Download-URL: ['http://pypi.python.org/pypi/colormap']
Description-Content-Type: UNKNOWN
Description: #############################
        COLORMAP documentation
        #############################
@@ -64,7 +65,7 @@ Description: #############################
        * Even simpler if the colormap is linear::
        
              c = Colormap()
              mycmap = c.cmap_linear('red', 'black', 'green')
              mycmap = c.cmap_linear('red', 'white', 'green(w3c)')
              cmap = c.test_colormap(mycmap)
        
        .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ Example
* Even simpler if the colormap is linear::

      c = Colormap()
      mycmap = c.cmap_linear('red', 'black', 'green')
      mycmap = c.cmap_linear('red', 'white', 'green(w3c)')
      cmap = c.test_colormap(mycmap)

.. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png
+8 −16
Original line number Diff line number Diff line
[sdist]

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0
[upload_docs]
upload_dir = doc/build/html/

[global]
[sdist]

[build_sphinx]
source_dir = doc/source
build_dir = doc/build
all_files = 1

[nosetests]
where = test
with_coverage = True
cover_package = colormap
cover_erase = True
verbosity = 2
logging_level = ERROR
[tool:pytest]
addopts = --durations=10 --verbose  -n 1 --cov fitter --cov-report term-missing

[upload_docs]
upload_dir = doc/build/html/
[egg_info]
tag_build = 
tag_date = 0
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ import glob

_MAJOR               = 1
_MINOR               = 0
_MICRO               = 1
_MICRO               = 2
version              = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release              = '%d.%d' % (_MAJOR, _MINOR)

+3 −2
Original line number Diff line number Diff line
Metadata-Version: 1.1
Name: colormap
Version: 1.0.1
Version: 1.0.2
Summary: Utilities to ease manipulation of matplotlib colormaps and color codecs (e.g., hex2rgb)
Home-page: ['http://packages.python.org/colormap/']
Author: Thomas Cokelaer
Author-email: cokelaer@ebi.ac.uk
License: LGPL
Download-URL: ['http://pypi.python.org/pypi/colormap']
Description-Content-Type: UNKNOWN
Description: #############################
        COLORMAP documentation
        #############################
@@ -64,7 +65,7 @@ Description: #############################
        * Even simpler if the colormap is linear::
        
              c = Colormap()
              mycmap = c.cmap_linear('red', 'black', 'green')
              mycmap = c.cmap_linear('red', 'white', 'green(w3c)')
              cmap = c.test_colormap(mycmap)
        
        .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png