File python-colorcet.changes of Package python-colorcet
-------------------------------------------------------------------
Fri May 9 04:41:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Mon Oct 3 16:33:34 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 3.0.1:
* Update to work with matplotlib=3.6 (#90)
* Fix holoviews opts deprecation warning (#94)
* Add support for Python 3.10 (#81)
* Remove windows 3.6 case from test suite due to lack of mamba
support (#94)
* Remove Param dependency (#84)
* Improve installation instructions (#92)
-------------------------------------------------------------------
Mon Sep 19 22:01:56 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 3.0.0:
* New features:
+ Added new upstream colormaps (#65):
o Rainbow: rainbow_bgyr_10_90_c83 (called rainbow4, a much
closer match to Jet's color range than rainbow while remaining
perceptually uniform)
o Linear: linear_kbgoy_20_95_c57 (called gouldian, an improved
version of Matlab's parula colormap), linear_kbgyw_10_98_c63
o Cyclic: circle_mgbm_67_c31, circle_mgbm_67_c31_s25,
cyclic_bgrmb_35_70_c75, cyclic_bgrmb_35_70_c75_s25,
cyclic_isoluminant, cyclic_mybm_20_100_c48,
cyclic_mybm_20_100_c48_s25, cyclic_mygbm_50_90_c46,
cyclic_mygbm_50_90_c46_s25, cyclic_rygcbmr_50_90_c64,
cyclic_rygcbmr_50_90_c64_s25, cyclic_wrkbw_10_90_c43,
cyclic_wrkbw_10_90_c43_s25, cyclic_ymcgy_60_90_c67,
cyclic_ymcgy_60_90_c67_s25
o Colorblind-safe:
diverging_linear_protanopic_deuteranopic_bjy_57_89_c34,
linear_protanopic_deuteranopic_kbw_5_95_c34,
linear_protanopic_deuteranopic_kyw_5_95_c49,
linear_tritanopic_kcw_5_95_c22, linear_tritanopic_krw_5_95_c46
+ CI fixes and improvements, including testing for python 3.9
(#71, #72, #75, #77)
+ Clarified docs to indicate that all maps have an original
list-of-numeric-triples form, typically but not always with a
long name, that all those starting with b_ are Bokeh colormaps
in hex format, and that only the subset of shorter names that
are aliases for longer names are Bokeh colormaps (as some other
original list names like glasbey_bw just happen to be short
(#79)
* Compatibility:
+ For categorical (Glasbey) maps, now uses a Matplotlib
ListedColormap (with distinct colors) instead of a
LinearSegmentedColormap (discrete approximation to a continuous
map) (#79)
-------------------------------------------------------------------
Sat Jan 30 06:01:29 UTC 2021 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* be more explicit in %files section
- update to version 2.0.6, 2.0.5, 2.0.4, 2.0.3:
* Minor release primarily to update PyPI classifier to show that the
license is not proprietary. Also added some docstrings and usage
examples, and updated the swatch function to work with both list
and tuple colormaps.
-------------------------------------------------------------------
Wed May 27 09:36:46 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Thu Sep 26 13:49:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.0.2:
* Typo fixes in metadata and small fixes only
-------------------------------------------------------------------
Tue Jul 23 01:29:12 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 2.0.1
* Small fixes with sorting and names
* Fixing issue with aspect in bokeh
* Making things faster
* Adding new color sets with new aliases
* Adding console script
* Added Glasbey 256-color categorical colormaps
* Updated to use pyct, pyctdev, nbsite
* Fixed broken links to images
* Added logo
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.0.0
+ Minor update improving compatibility and ease of use:
* Added attribute access for colormap and palette dictionaries
for convenience (PR #5)
* Pulled out the subset of colormaps that have readable names
into the cm_n and palette_n dictionaries to make it simpler
to use them in GUI widgets selecting colormaps
* Improved Python2/Python3 compatibility, now supporting Python 2.7, 3.4, 3.5, and 3.6.
+ Minor backwards compatibility issue:
* Renamed inferno to bmy to avoid confusion with matplotlib.
- Use %license tag
-------------------------------------------------------------------
Fri Aug 18 14:45:27 UTC 2017 - toddrme2178@gmail.com
- Initial version