Revisions of python-altair

buildservice-autocommit accepted request 1159814 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 33)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1159790 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 32)
- Disable jupyter testing for python39: dropped support in
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1158295 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 31)
- Disable jupyter testing for python39: dropped supper in
  ipython 8.19
- Update requirements
buildservice-autocommit accepted request 1153601 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 30)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 29)
- Update to 5.2.0:
  - Update Vega-Lite from version 5.15.1 to version 5.16.3
  - Support offline HTML export using vl-convert
  - Support saving charts as PDF files using the vl-convert
    export engine
  - Support converting charts to sharable Vega editor URLs with
    chart.to_url()
  - Pass format_locale and time_format_locale through to
    vl-convert to support locales in static image export
  - Vega-Altair is now a typed package, with type annotations for
    all public functions and classes and some of the internal
    code
  - Vega-Altair is tested against Python 3.12
buildservice-autocommit accepted request 1128724 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- update to 5.1.2:
  * Update Vega-Lite from version 5.14.1 to version 5.15.1;
  * Remove usage of deprecated Pandas parameter
    ``convert_dtypes`` (#3191)
  * Fix encoding type inference for boolean columns when pyarrow
    is installed (#3210)
  * Replace iteritems with items due to pandas deprecation (#2683).
- Skip python36 build: With NumPy 1.20, Tumbleweed no longer
    *  ``alz.LayerChart`` no longer has ``mark_*()`` methods, because they never
buildservice-autocommit accepted request 1110808 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 26)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 25)
- Update to 5.1.1:
  * infer dtype pandas fallback
  * The chart.transformed_data() method was added to extract transformed
    chart data
  * Introduction of a new data transformer named vegafusion
  * A JupyterChart class was added to support accessing params and
    selections from Python
  * Support for field encoding inference for objects that support the
    DataFrame Interchange Protocol
  * Add support for new referencing logic in version 4.18 of jsonschema
  * A new transform method transform_extent is available
  * Drop support for Python 3.7 which is end-of-life
  * Hard dependencies: Increase minimum required pandas version to 0.25
  * TitleParam to Title in example gallery and sync scatterplot table
  * Fix bug in reconstructing layered charts with from_json/from_dict
  * Remove extra files in site-packages from wheel
  * Introduction of parameters. There are two types of parameters, selection
    parameters and variable parameters. Variable parameters are new to
    Altair, and while selections are not new, much of the old terminology
    has been deprecated.
  * Grouped bar charts and jitter are now supported using offset channels
  * vl-convert is now used as the default backend for saving Altair charts as
    svg and png files
  * Saving charts with HTML inline is now supported without having
    altair_saver installed.
  * Ordered pandas categorical data are now automatically encoded as sorted
    ordinal data.
  * The Title and Impute aliases were added for TitleParams and ImputeParams
  * More informative autocompletion by removing deprecated methods and for
  * Substantially improved error handling. Both in terms of finding the more
buildservice-autocommit accepted request 1061737 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- update to 4.2.2:
  * Disable uri-reference format check in jsonsschema (#2771).
  * Replace iteritems with items due to pandas deprecation (#2683).
buildservice-autocommit accepted request 979235 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 22)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 21)
- Add sympy_printing_ccode.patch eliminating sympy.printing.ccode
  deprecated module, because it just stands in the way
  (gh#sympy/sympy#23533)
buildservice-autocommit accepted request 873830 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 20)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 873798 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
- Skip python36 build: With NumPy 1.20, Tumbleweed no longer 
  provides a python36-numpy (NEP 29)
buildservice-autocommit accepted request 795471 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 18)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 795405 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 17)
update to latest version
buildservice-autocommit accepted request 768857 from Todd R's avatar Todd R (TheBlackCat) (revision 16)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 768856 from Todd R's avatar Todd R (TheBlackCat) (revision 15)
- Update to 4.0.1
  * Support for interactive legends
  * Responsive chart width and height
  * Bins responsive to selections
  * New pivot transform
  * New Regression transform
  * New LOESS transform
  * New density transform
  * Image mark
  * New default html renderer, directly compatible with Jupyter Notebook and
    JupyterLab without the need for frontend extensions, as well as tools like
    nbviewer and nbconvert, and related notebook environments such as Zeppelin,
    Colab, Kaggle Kernels, and DataBricks.
  * Support per-corner radius for bar marks
  * Sort-by-field can now use the encoding name directly
  * The rangeStep argument to :class:Scale and :meth:Chart.configure_scale is deprecated.
    instead, use chart.properties(width={"step": rangeStep}) or
    chart.configure_view(step=rangeStep).
  * align, center, spacing, and columns are no longer valid chart properties, but
    are moved to the encoding classes to which they refer.
buildservice-autocommit accepted request 752805 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by