chore(deps): update dependency mizani to <0.15#290
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
982b334 to
fdacdf2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
<0.10→<0.15Release Notes
has2k1/mizani (mizani)
v0.14.4Compare Source
What's Changed
Full Changelog: has2k1/mizani@v0.14.3...v0.14.4
v0.14.3Compare Source
hue_palwhere drawing 24 or more colors broke the palette and you got colors from a very narrow hue band close to the first color.Full Changelog: has2k1/mizani@v0.14.2...v0.14.3
v0.14.2Compare Source
Nothing new, only fixed bad test cases that were failing for the upcoming python 3.14 release.
v0.14.1Compare Source
Bug Fixes
to_rgba()used by plotnine to recognise numpy integers and floats as alpha values. And also to recognise None and and an empty string to also mean "none", which is recognised by Matplotlib.v0.14.0Compare Source
API Changes
New
Enhancements
v0.13.5Compare Source
Bug Fixes
category10,category20,category20b,category20c.Full Changelog: has2k1/mizani@v0.13.4...v0.13.5
v0.13.4Compare Source
Enhancements
Added aliases to the vega colormaps for the names used in matplotlib. (plotnine issue #938)
v0.13.3Compare Source
Enhancements
v0.13.2Compare Source
Enhancements
mizani.bounds.squish_infiniteandmizani.bounds.squishdo not warning about invalid values when passed arrays withdtype=uint64and a range with negative values.v0.13.1Compare Source
Enhancements
v0.13.0Compare Source
API Changes¶
mizani.transforms.trans_newfunction has been deprecated.Enhancements
mizani.breaks.breaks_datehas been slightly improved for the case when it generates monthly breaks.New
diff_type_to_numthat should be helpful with some arithmetic operations for non-numeric domains.Full Changelog: has2k1/mizani@v0.12.2...v0.13.0
v0.12.2Compare Source
v0.12.1Compare Source
Enhancements
v0.12.0Compare Source
API Changes
Bug Fixes
v0.11.4Compare Source
Bug Fixes
Fixed squish and squish_infinite so that they do not reuse numpy arrays. The users object is not modified.
This also prevents exceptions where the numpy array backs a pandas object and it is protected by copy-on-write.
v0.11.3Compare Source
Bug Fixes
v0.11.2Compare Source
Bug Fixes
Added the ability to create reversed colormap for cmap_pal and cmap_d_pal using the matplotlib convention of
name_r.v0.11.1Compare Source
Bug Fixes
Fix mizani.palettes.brewer_pal to return exact colors in the when the requested colors are less than or equal to those in the palette.
Add all matplotlib colormap and make them avalaible from cmap_pal and cmap_d_pal (#39).
v0.11.0Compare Source
This is largely a maintenance release and got one new feature; breaks_symlog to calculate breaks for the symmetric logarithm transformation.
v0.10.0Compare Source
2023-07-28
API Changes
mpl_formathas been removed,number_formattakes its place.mpl_breakshas been removed,extended_breakshas always been the default and it is sufficient.matplotlib has been removed as a dependency of mizani.
mizani now requires python 3.9 and above.
The units parameter for of
timedelta_formatnow accepts the values "min", "day", "week", "month", instead of "m", "d", "w", "M".The naming convention for break formatting methods has changed from format to label. Specifically these methods have been renamed.
comma_formatis nowlabel_commacustom_formatis nowlabel_customcurrency_formatis nowlabel_currencylabel_dollaris nowlabel_dollarpercent_formatis nowlabel_percentscientific_formatis nowlabel_scientificdate_formatis nowlabel_datenumber_formatis nowlabel_numberlog_formatis nowlabel_logtimedelta_formatis nowlabel_timedeltapvalue_formatis nowlabel_pvalueordinal_formatis nowlabel_ordinalnumber_bytes_formatis nowlabel_bytesThe naming convention for break calculating methods has changed from breaks to breaks. Specifically these methods have been renamed.
log_breaksis now breaks_logtrans_minor_breaksis now minor_breaks_transdate_breaksis nowbreaks_datetimedelta_breaksis nowbreaks_timedeltaextended_breaksis nowbreaks_extendeddataspace_is_numerical has changed to domain_is_numerical and it is now determined dynamically.
The default
minor_breaksfor all transforms that are not linear are now calculated in dataspace. But only if the dataspace is numerical.New
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.