Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix 1.14.7 #5134

Merged
merged 36 commits into from
Dec 16, 2021
Merged

Hotfix 1.14.7 #5134

merged 36 commits into from
Dec 16, 2021

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    2176344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f094d4b View commit details
    Browse the repository at this point in the history
  3. Fix unhandled numpy.round overflow return value in core/util.py:bound…

    …_range(...) (#5095)
    
    * Core/Util: Fix unhandled np.round overflow return
    
    The function numpy.round return for the input
    np.float64(2.6558061446181644e+295) the output
    numpy.inf. This should lead to
    density = full_precision_density.
    
    * Core/Util: Supress numpy.round overflow error
    
    The function numpy.round produces for the input
    numpy.float64(2.6558061446181644e+295) an
    FloatingPointError with the message
    "overflow encountered in multiply". This error
    should be suppressed because its an internal
    computation by holoview.
    
    * Use context manager
    
    Co-authored-by: christoph.weiss@gtd-gmbh.de <christoph.weiss@gtd-gmbh.de>
    Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
    3 people committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1d9f19f View commit details
    Browse the repository at this point in the history
  4. Update Plotting_with_Matplotlib.ipynb (#4983)

    Ordering of the fig_bounds tuple in the documentation was different from that in e.g. https://github.com/holoviz/holoviews/blob/40977c515dd9837019aaa0e5708773e78809fbe1/holoviews/plotting/mpl/plot.py#L69
    jenssss authored and philippjfr committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    82577ba View commit details
    Browse the repository at this point in the history
  5. Notimplemented binop (#5073)

    * layout: Fix __add__ and __radd__ implementation
    
    * Add layout.Layoutable as a mirror of overlay.Overlayable
    * Remove a good deal of duplicated code
    * Remove broken calls to super().__radd__ where the super class does not
      implement __radd__
    * Return NotImplemented when Layout([x,y]) raises NotImplementedError.
      This allows correct interoperability with external classes that could
      themselves define __radd__ as stated by:
      https://docs.python.org/3/library/constants.html#NotImplemented
    
    Fixes #3577
    
    * overlay: deduplicate and fix __mul__
    
    * Return NotImplemented when appropriate
    * Deduplicate code between 2 non-trivial and almost identical
      implementations of __mul__
    * Fix non-inheritance-friendly type checking with a local import to
      avoid cyclic dependency
    
    Fixes #3577
    douglas-raillard-arm authored and philippjfr committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    fbd7a29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec1cff2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14811d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6585a9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1736e8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a1ed9f View commit details
    Browse the repository at this point in the history
  11. Fix plotly Bar plots containing nans (#5143)

    * Fix plotly Bar plots containing nans
    
    * Update tests
    philippjfr committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ecef7c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    51b7e0e View commit details
    Browse the repository at this point in the history
  13. Do not merge partially overlapping Stream callbacks (#5133)

    * Do not merge partially overlapping Stream callbacks
    
    * Add tests
    
    * Remove print
    philippjfr committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    29245f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74e6d35 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    895b341 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    24b0310 View commit details
    Browse the repository at this point in the history
  17. Fixed typo

    jbednar authored and philippjfr committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1d1d1f7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    17a0e6e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    36b06e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9cc75c View commit details
    Browse the repository at this point in the history
  3. Support xyzservices.TileProvider as hv.Tiles input (#5062)

    * implementation
    
    * docstring, plotly test
    
    * add bokeh tests
    martinfleis authored and maximlt committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    debbabb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c3c5c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c281aa8 View commit details
    Browse the repository at this point in the history
  6. Test suite maintenance (#5157)

    Fixed or suppressed warnings issued while running the tests
    maximlt committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    1e4f4ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d8f141 View commit details
    Browse the repository at this point in the history
  8. fix linting

    maximlt committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c28f02c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    5bfdd5d View commit details
    Browse the repository at this point in the history
  2. Fix docs CI build (#5088)

    * Remove conda-forge from the build channels, post-install awscli and pin jupyter_client
    maximlt committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    b6d1f7c View commit details
    Browse the repository at this point in the history
  3. remove pytest usage

    maximlt committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    52699e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ff500 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    d0912af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d1de4 View commit details
    Browse the repository at this point in the history
  3. Switch to the PyData sphinx theme (#5163)

    * use pydata sphinx theme to build the site
    
    * add pooch to the docs dependencies
    maximlt committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c5ca085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20189f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. attempt to fix pip build

    maximlt committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8d829c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d864e View commit details
    Browse the repository at this point in the history