There is a newer version of this record available.

Software Open Access

holoviz/holoviews: Version 1.13.3

Philipp Rudiger; Jean-Luc Stevens; James A. Bednar; Bas Nijholt; Andrew; Chris B; Achim Randelhoff; Jon Mease; Vasco Tenner; maxalbert; Markus Kaiser; ea42gh; Jordan Samuels; stonebig; Florian LB; Andrew Tolmie; Daniel Stephan; Scott Lowe; John Bampton; henriqueribeiro; Irv Lustig; Julia Signell; Justin Bois; Leopold Talirz; Lukas Barth; Maxime Liquet; Ram Rachum; Yuval Langer; arabidopsis; kbowen


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/a1568af1-fcc5-476b-8a37-a5c76b0b0d3a/holoviz/holoviews-v1.13.3.zip"
      }, 
      "checksum": "md5:0851fd050f5d92bbe7ee2cc1d4a061e9", 
      "bucket": "a1568af1-fcc5-476b-8a37-a5c76b0b0d3a", 
      "key": "holoviz/holoviews-v1.13.3.zip", 
      "type": "zip", 
      "size": 5107538
    }
  ], 
  "owners": [
    4445
  ], 
  "doi": "10.5281/zenodo.3904606", 
  "stats": {
    "version_unique_downloads": 118.0, 
    "unique_views": 178.0, 
    "views": 211.0, 
    "version_views": 2453.0, 
    "unique_downloads": 1.0, 
    "version_unique_views": 2163.0, 
    "volume": 5107538.0, 
    "version_downloads": 487.0, 
    "downloads": 1.0, 
    "version_volume": 2244995406.0
  }, 
  "links": {
    "doi": "https://doi.org/10.5281/zenodo.3904606", 
    "conceptdoi": "https://doi.org/10.5281/zenodo.596560", 
    "bucket": "https://zenodo.org/api/files/a1568af1-fcc5-476b-8a37-a5c76b0b0d3a", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.596560.svg", 
    "html": "https://zenodo.org/record/3904606", 
    "latest_html": "https://zenodo.org/record/7912682", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.3904606.svg", 
    "latest": "https://zenodo.org/api/records/7912682"
  }, 
  "conceptdoi": "10.5281/zenodo.596560", 
  "created": "2020-06-23T14:27:46.763966+00:00", 
  "updated": "2023-05-09T07:31:59.464591+00:00", 
  "conceptrecid": "596560", 
  "revision": 21, 
  "id": 3904606, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.3904606", 
    "description": "<p>This version introduces a number of enhancements of existing functionality, particularly for features introduced in 1.13.0,\ne.g. cuDF support and linked selections. In addition it introduces a number of important bug fixes. Many thanks for contribution by @kebowen730, @maximlt, @pretros1999, @alexbraditsas, @lelatbones, @flothesof, @ruoyu0088, @cool-PR and the core maintainers @jbednar and @philippjfr.</p>\n<p>Enhancements:</p>\n<ul>\n<li>Expose <code>center</code> as an output rendering option (<a href=\"https://github.com/holoviz/holoviews/pull/4365\">#4365</a>)</li>\n<li>Configurable throttling schemes for linked streams on the server (<a href=\"https://github.com/holoviz/holoviews/pull/4372\">#4372</a>)</li>\n<li>Add support for lasso tool in linked selections (<a href=\"https://github.com/holoviz/holoviews/pull/4362\">#4362</a>)</li>\n<li>Add support for NdOverlay in linked selections (<a href=\"https://github.com/holoviz/holoviews/pull/4481\">#4481</a>)</li>\n<li>Add support for unwatching on <code>Params</code> stream (<a href=\"https://github.com/holoviz/holoviews/pull/4417\">#4417</a>)</li>\n<li>Optimizations for the cuDF interface (<a href=\"https://github.com/holoviz/holoviews/pull/4436\">#4436</a>)</li>\n<li>Add support for <code>by</code> aggregator in datashader operations (<a href=\"https://github.com/holoviz/holoviews/pull/4438\">#4438</a>)</li>\n<li>Add support for cupy and dask histogram and box-whisker calculations (<a href=\"https://github.com/holoviz/holoviews/pull/4447\">#4447</a>)</li>\n<li>Allow rendering HoloViews output as an ipywidget (<a href=\"https://github.com/holoviz/holoviews/pull/4404\">#4404</a>)</li>\n<li>Allow <code>DynamicMap</code> callback to accept key dimension values as variable kwargs (<a href=\"https://github.com/holoviz/holoviews/pull/4462\">#4462</a>)</li>\n<li>Delete toolbar by default when rendering bokeh plot to PNG (<a href=\"https://github.com/holoviz/holoviews/pull/4422\">#4422</a>)</li>\n<li>Ensure <code>Bounds</code> and <code>Lasso</code> events only trigger on mouseup (<a href=\"https://github.com/holoviz/holoviews/pull/4478\">#4478</a>)</li>\n</ul>\n<p>Bug fixes:</p>\n<ul>\n<li>Eliminate circular references to allow immediate garbage collection (<a href=\"https://github.com/holoviz/holoviews/pull/4368\">#4368</a>, <a href=\"https://github.com/holoviz/holoviews/pull/4377\">#4377</a>)</li>\n<li>Allow bytes as categories (<a href=\"https://github.com/holoviz/holoviews/pull/4392\">#4392</a>)</li>\n<li>Fix handling of zero as log colormapper lower bound (<a href=\"https://github.com/holoviz/holoviews/pull/4383\">#4383</a>)</li>\n<li>Do not compute data ranges if Dimension.values is supplied (<a href=\"https://github.com/holoviz/holoviews/pull/4416\">#4416</a>)</li>\n<li>Fix RangeXY updates when zooming on only one axis (<a href=\"https://github.com/holoviz/holoviews/pull/4413\">#4413</a>)</li>\n<li>Ensure that ranges do not bounce when data_aspect is set (<a href=\"https://github.com/holoviz/holoviews/pull/4431\">#4431</a>)</li>\n<li>Fix bug specifying a rotation for Box element (<a href=\"https://github.com/holoviz/holoviews/pull/4460\">#4460</a>)</li>\n<li>Fix handling of datetimes in bokeh RectanglesPlot (<a href=\"https://github.com/holoviz/holoviews/pull/4461\">#4461</a>)</li>\n<li>Fix bug normalizing ranges across multiple plots when framewise=True (<a href=\"https://github.com/holoviz/holoviews/pull/4450\">#4450</a>)</li>\n<li>Fix bug coloring adjoined histograms (<a href=\"https://github.com/holoviz/holoviews/pull/4458\">#4458</a>)</li>\n<li>Fix issues with ranges bouncing when PlotSize stream is attached (<a href=\"https://github.com/holoviz/holoviews/pull/4480\">#4480</a>)</li>\n<li>Fix bug with hv.extension(inline=False) (<a href=\"https://github.com/holoviz/holoviews/pull/4491\">#4491</a>)</li>\n<li>Handle missing categories on split Violin plot (<a href=\"https://github.com/holoviz/holoviews/pull/4482\">#4482</a>)</li>\n</ul>", 
    "license": {
      "id": "other-open"
    }, 
    "title": "holoviz/holoviews: Version 1.13.3", 
    "relations": {
      "version": [
        {
          "count": 57, 
          "index": 38, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "596560"
          }, 
          "is_last": false, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "7912682"
          }
        }
      ]
    }, 
    "version": "v1.13.3", 
    "publication_date": "2020-06-23", 
    "creators": [
      {
        "affiliation": "Anaconda Inc.", 
        "name": "Philipp Rudiger"
      }, 
      {
        "name": "Jean-Luc Stevens"
      }, 
      {
        "affiliation": "Anaconda, Inc.", 
        "name": "James A. Bednar"
      }, 
      {
        "affiliation": "@Microsoft", 
        "name": "Bas Nijholt"
      }, 
      {
        "name": "Andrew"
      }, 
      {
        "name": "Chris B"
      }, 
      {
        "affiliation": "Takuvik", 
        "name": "Achim Randelhoff"
      }, 
      {
        "affiliation": "Plotly", 
        "name": "Jon Mease"
      }, 
      {
        "name": "Vasco Tenner"
      }, 
      {
        "name": "maxalbert"
      }, 
      {
        "affiliation": "@siemens", 
        "name": "Markus Kaiser"
      }, 
      {
        "name": "ea42gh"
      }, 
      {
        "name": "Jordan Samuels"
      }, 
      {
        "name": "stonebig"
      }, 
      {
        "name": "Florian LB"
      }, 
      {
        "name": "Andrew Tolmie"
      }, 
      {
        "affiliation": "University of Warsaw", 
        "name": "Daniel Stephan"
      }, 
      {
        "affiliation": "Dalhousie University", 
        "name": "Scott Lowe"
      }, 
      {
        "name": "John Bampton"
      }, 
      {
        "affiliation": "@jungle.ai", 
        "name": "henriqueribeiro"
      }, 
      {
        "name": "Irv Lustig"
      }, 
      {
        "name": "Julia Signell"
      }, 
      {
        "affiliation": "Caltech", 
        "name": "Justin Bois"
      }, 
      {
        "affiliation": "EPFL", 
        "name": "Leopold Talirz"
      }, 
      {
        "affiliation": "@kit-algo", 
        "name": "Lukas Barth"
      }, 
      {
        "affiliation": "INGEROP", 
        "name": "Maxime Liquet"
      }, 
      {
        "affiliation": "Chipmunk Development", 
        "name": "Ram Rachum"
      }, 
      {
        "name": "Yuval Langer"
      }, 
      {
        "name": "arabidopsis"
      }, 
      {
        "name": "kbowen"
      }
    ], 
    "access_right": "open", 
    "resource_type": {
      "type": "software", 
      "title": "Software"
    }, 
    "related_identifiers": [
      {
        "scheme": "url", 
        "identifier": "https://github.com/holoviz/holoviews/tree/v1.13.3", 
        "relation": "isSupplementTo"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.596560", 
        "relation": "isVersionOf"
      }
    ]
  }
}
2,453
487
views
downloads
All versions This version
Views 2,453211
Downloads 4871
Data volume 2.2 GB5.1 MB
Unique views 2,163178
Unique downloads 1181

Share

Cite as