Revisions of python-seaborn

buildservice-autocommit accepted request 1147191 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 39)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1147188 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 38)
- Update to 0.13.2
  * This is a minor release containing internal changes that adapt
    to upcoming deprecations in pandas.
- Release 0.13.1
  * This is a minor release with some bug fixes and a couple new
    features.
  * Added support for weighted mean estimation (with boostrap CIs)
    in lineplot, barplot, pointplot, and objects.Est (#3580,
    #3586).
  * Added the extent option in objects.Plot.layout (#3552).
  * Fixed a regression in v0.13.0 that triggered an exception when
    working with non-numpy data types (#3516).
  * Fixed a bug in objects.Plot so that tick labels are shown for
    wrapped axes that aren't in the bottom-most row (#3600).
  * Fixed a bug in catplot where a blank legend would be added when
    hue was redundantly assigned (#3540).
  * Fixed a bug in catplot where the edgecolor parameter was
    ignored with kind="bar" (#3547).
  * Fixed a bug in boxplot where an exception was raised when using
    the matplotlib bootstrap option (#3562).
  * Fixed a bug in lineplot where an exception was raised when hue
    was assigned with an empty dataframe (#3569).
  * Fixed a bug in multiple categorical plots that raised with
    hue=None and dodge=True; this is now has no effect (#3605).
- Release 0.13.0
  * This is a major release with a number of important new features
    and changes. The highlight is a major overhaul to seaborn's
    categorical plotting functions, providing them with many new
    capabilities and better aligning their API with the rest of the
    library. There is also provisional support for alternate
buildservice-autocommit accepted request 1111747 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1111336 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 36)
- Add inf_as_na.patch to fix tests again, this time with pandas
buildservice-autocommit accepted request 1103842 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 35)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 34)
- Add statsmodels-0.14.patch gh#mwaskom/seaborn#3356
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 33)
- Skip broken tests in i586
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 32)
- Add numpy-1.25.patch gh#mwaskom/seaborn#3391
- Add statmodels-0.14.patch gh#mwaskom/seaborn#3356
buildservice-autocommit accepted request 1057877 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 31)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1057803 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 30)
- Update to 0.12.2
  * |Feature| Added the objects.KDE stat (#3111).
  * |Feature| Added the objects.Boolean scale (#3205).
  * |Enhancement| Improved user feedback for failures during plot
    compilation by catching exceptions and re-raising with a
    PlotSpecError that provides additional context. (#3203).
  * |Fix| Improved calculation of automatic mark widths with
    unshared facet axes (#3119).
  * |Fix| Improved robustness to empty data in several components
    of the objects interface (#3202).
  * |Fix| Fixed a bug where legends for numeric variables with
    large values would be incorrectly shown (i.e. with a missing
    offset or exponent; #3187).
  * |Fix| Fixed a regression in v0.12.0 where manually-added labels
    could have duplicate legend entries (#3116).
  * |Fix| Fixed a bug in histplot with kde=True and log_scale=True
    where the curve was not scaled properly (#3173).
  * |Fix| Fixed a bug in relplot where inner axis labels would be
    shown when axis sharing was disabled (#3180).
  * |Fix| Fixed a bug in objects.Continuous to avoid an exception
    with boolean data (#3190).
- Release 0.12.1
  * Added the objects.Text mark (#3051).
  * Added the objects.Dash mark (#3074).
  * Added the objects.Perc stat (#3063).
  * Added the objects.Count stat (#3086).
  * The objects.Band and objects.Range marks will now cover the
    full extent of the data if min / max variables are not
    explicitly assigned or added in a transform (#3056).
  * The objects.Jitter move now applies a small amount of jitter by
buildservice-autocommit accepted request 1035632 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1035605 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 28)
- python-six is not required
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 946546 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
- Update to 0.11.2
  * This is a minor release that addresses issues in the v0.11
    series and adds a small number of targeted enhancements. It is
    a recommended upgrade for all users.
  * |Docs| A paper describing seaborn has been published in the
    Journal of Open Source Software. The paper serves as an
    introduction to the library and can be used to cite seaborn if
    it has been integral to a scientific publication.
  * |API| |Feature| In lmplot, added a new facet_kws
    parameter and deprecated the sharex, sharey, and legend_out
    parameters from the function signature; pass them in a
    facet_kws dictionary instead (#2576).
  * |Feature| Added a move_legend convenience function for
    repositioning the legend on an existing axes or figure, along
    with updating its properties. This function should be preferred
    over calling ax.legend with no legend data, which does not
    reliably work across seaborn plot types (#2643).
  * |Feature| In histplot, added stat="percent" as an option
    for normalization such that bar heights sum to 100 and
    stat="proportion" as an alias for the existing
    stat="probability" (#2461, #2634).
  * |Feature| Added FacetGrid.refline and JointGrid.refline
    methods for plotting horizontal and/or vertical reference lines
    on every subplot in one step (#2620).
  * |Feature| In kdeplot, added a warn_singular parameter to
    silence the warning about data with zero variance (#2566).
  * |Enhancement| In histplot, improved performance with large
    datasets and many groupings/facets (#2559, #2570).
  * |Enhancement| The FacetGrid, PairGrid, and JointGrid
    objects now reference the underlying matplotlib figure with a
buildservice-autocommit accepted request 888229 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 26)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 888224 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
- Add seaborn-pr2562-clustermap-colors.patch for matplotlib 3.4
  compatibility gh#mwaskom/seaborn#2562
buildservice-autocommit accepted request 866143 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 24)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 866135 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 23)
- Disable python36 build because SciPy dropped Python 3.6 and
  NumPy will do the same in 1.20
- Remove nose dependency
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 864377 from andy great's avatar andy great (andythe_great) (revision 22)
- Update to version 0.11.1.
  * Enhancement Reduced the use of matplotlib global state in the 
    multi-grid classes.
  * Fix Restored support for using tuples or numeric keys to 
    reference fields in a long-form data object.
  * Fixed a bug in lineplot() where NAs were propagating into the 
    confidence interval, sometimes erasing it from the plot.
  * Fixed a bug in PairGrid/pairplot() where diagonal axes would 
    be empty when the grid was not square and the diagonal axes 
    did not contain the marginal plots.
  * Fixed a bug in PairGrid/pairplot() where off-diagonal plots
    would not appear when column names in data had non-string type.
  * Fixed a bug where categorical dtype information was ignored 
    when data consisted of boolean or boolean-like values.
  * Fixed a bug in FacetGrid where interior tick labels would be 
    hidden when only the orthogonal axis was shared.
  * Fixed a bug in FacetGrid that caused an error when 
    legend_out=False was set.
  * Fixed a bug in kdeplot() where common_norm=True was ignored if
    hue was not assigned.
  * Fixed a bug in displot() where the row_order and col_order 
    parameters were not used.
  * Fixed a bug in PairGrid/pairplot() that caused an exception 
    when using corner=True and diag_kind=None.
  * Fixed a bug in clustermap() where annot=False was ignored.
  * Fixed a bug in clustermap() where row/col color annotations 
    could not have a categorical dtype.
  * Fixed a bug in boxenplot() where the linewidth parameter was
    ignored.
  * Fix Raise a more informative error in PairGrid/pairplot() when 
    no variables can be found to define the rows/columns of the grid.
  * Fix Raise a more informative error from clustermap() if row/col 
    color objects have semantic index but data object does not.
buildservice-autocommit accepted request 836341 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 0.11.0:
  * major release with several important new features, enhancements to existing
  functions, and changes to the library. Highlights include an overhaul and
  modernization of the distributions plotting functions, more flexible data
  specification, new colormaps, and better narrative documentation. 
  https://medium.com/@michaelwaskom/announcing-the-release-of-seaborn-0-11-3df0341af042
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by