Revisions of python-bokeh

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 829622 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 30)
* Update to version 2.2.0.
* Add Requires: python-selenium, required for image I/O functions; add to BuildRequires when testing is enabled (doesn't currently work because needs data from the internet).
buildservice-autocommit accepted request 816740 from Todd R's avatar Todd R (TheBlackCat) (revision 29)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 816739 from Todd R's avatar Todd R (TheBlackCat) (revision 28)
- Update to version 2.1.1
  * bugfixes:
    - #7296 [component: bokehjs] Fix orient == 0 case in sidepanel.apply_label_text_heuristic()
    - #9218 [component: bokehjs] [bug] shared columndatasource issues in js callback (uncaught typeerror: cannot read property 'connect' of undefined)
    - #9230 [component: bokehjs] [bug] webgl + cdsview seems to use incorrect marker fill colours
    - #9515 [layout] [bug] layout engine much slower on chrome
    - #9856 [component: bokehjs] [component: build] [bug] bokehjs build does not abort on compilation error
    - #9871 [component: bokehjs] [bug] tablecolumn doesn't use `field` when `title` is not set
    - #9909 [component: bokehjs] Bad toolbar highlight in "dark" modes
    - #9915 [component: docs] [bug] the footer on the documentation website extends past its visible area
    - #9924 [component: server] [regression] [bug] django server resources are not working
    - #9953 [component: bokehjs] [bug] race condition between legend and glyph when using `legend_label`
    - #9959 [component: bokehjs] [bug]the hover tool is not disaplyed when the mouse is directly over text
    - #9965 [component: docs] [typo] `cumsum()` transform function docstring mistake
    - #9987 [component: docs] [bug] `factorrange`'s `start` property's help string references `end`
    - #10022 [component: bokehjs] [widgets] [bug] datepicker.disabled doesn't always work
    - #10040 [component: bokehjs] [feature] allow named columns to be used in edittools
    - #10042 [component: bokehjs] [bug] bad label rendering with hbar / subgroup_label_orientation 
    - #10072 [component: bokehjs] Bokehjs leak a lots style tag in head tag cause a slow performance
    - #10088 [component: build] Only use local bokeh package in tests
    - #10103 [component: docs] [bug] using anchors in the api reference hides the anchored element under the header
    - #10105 [component: docs] [bug] `cd sphinx; make serve` doesn't work
    - #10107 [component: bokehjs] Settable active state of toolproxys in gridplot
    - #10114 [component: bokehjs] [svg] Resolve issues with resizing and clearing svg canvas
    - #10123 [component: bokehjs] [layout] [regression] Canvas doesn't repaint after layout resize
    - #10126 [component: bokehjs] [bug] model.serializable_attributes method removed in bokeh master
    - #10128 [bug] resource warning unclosed file... _sri.json possible resource leak
    - #10140 [notebook] Fixed typo when registering google colab comms
  * features:
    - #2326 [component: bokehjs] Toggle selection of objects with shift+click
    - #4567 [component: bokehjs] Make tools active state updateable
    - #9863 [component: bokehjs] [feature] add "dot" marker variants
    - #9890 [component: bokehjs] Some new markers
    - #9922 [component: bokehjs] Autocompleteinput has no case insensitive option  
    - #9963 [feature] add a lineedittool
    - #10021 [component: bokehjs] Add support for document event batching
    - #10132 [API: models] [feature] edittool.empty_value should support 
  * tasks:
    - #5744 [component: bokehjs] Use only one of global.isnan and isstrictnan
    - #5800 [component: tests] Hard pass/fail test of some kind of basic glyph drawing
    - #8572 [component: tests] Transforms.py is missing property unit tests
    - #8741 [component: docs] Elevate our code of conduct
    - #9302 [component: bokehjs] [notebook] Push_notebook does not work in google colaboratory
    - #9704 [component: docs] [component: examples] [feature] need to add tile provider demo
    - #9813 [component: server] [feature] compose bokeh server with other tornado http servers
    - #9844 [component: bokehjs] Upgrade nouislider
    - #9913 [component: bokehjs] Use selection() instead of hittest helpers
    - #9941 [component: bokehjs] Deprecate css rendering modes for annotations
    - #9952 [component: docs] [infra] Bust caching of versions.json
    - #9971 [bug] warn about using the same layout element (here: plot) multiple times
    - #9972 [component: bokehjs] [widgets] Select widget un-focuses after selection
    - #9973 Bump jquery from 3.4.1 to 3.5.0 in /bokehjs
    - #9976 [component: bokehjs] [component: build] Update bokehjs' dependencies
    - #9977 [component: build] [infra] Use system installed google chrome in ci
    - #9978 [bug] cannot apply patch to [id] which is not in the document anymore
    - #9982 [component: docs] Bokehjs user guide section not using sri hashes
    - #9990 [component: docs] [bug] elaborate on how the margin attribute works in documentation
    - #9996 [component: tests] Drop support for s3 upload in examples' tests
    - #10000 [component: bokehjs] [component: tests] Add visuals tests for marker glyphs
    - #10001 [component: bokehjs] Clean up type situation around buffer handling
    - #10004 [component: bokehjs] Clean separation between models' and properties' responsibilities
    - #10006 [component: bokehjs] [performance] Speed up setting up of visuals
    - #10008 [component: bokehjs] [svg] Incorporate svgrenderingcontext2d into bokehjs
    - #10012 [component: bokehjs] Use map<k, v> or set<v> instead of {[key: string]: v}
    - #10016 [component: docs] Added ':' before execution command
    - #10026 [component: bokehjs] [typescript] Make show(), build_views(), etc. produce most specific types
    - #10030 [component: docs] Add google api key requirements into documentation dev guide
    - #10035 Miscellaneous changes
    - #10036 [component: bokehjs] Refactor implementation of image and imagergba glyphs
    - #10050 [component: build] Install channels from conda forge 
    - #10053 Revert "spanset"
    - #10054 [component: bokehjs] Use map instead of {} as view storage
    - #10061 [component: bokehjs] Drop usage of our set type in favour of the native set
    - #10068 [component: bokehjs] Reduce usage of for-in loop an in operator
    - #10069 [component: bokehjs] Improve support for ndarray serialization
    - #10074 [component: docs] Fixed #10038 (tornado, ui/ux, search feature improvement)
    - #10077 Resolve f541 after upgrading to flake8 >=3.8
    - #10084 [component: bokehjs] More usage of map<k, v> and set<v>
    - #10085 [component: bokehjs] Make menus usable with tool proxies
    - #10091 [component: docs] Update 2.1.0.rst
    - #10096 Revert "add support for versioned bokehjs script tags and cdn urls"
    - #10101 [component: tests] Drop examples' baseline and image testing
    - #10116 [component: bokehjs] [component: tests] Chrome 83 breaks image diff tests
    - #10119 [component: docs] Fix a typo in docs
    - #10129 [component: examples] [component: tests] Restore examples' images and upload as an artifact
    - #10130 2.1 updates
    - #10142 [component: docs] [bug] weather_example_scipy
    - #10159 Prefer inclusive language
buildservice-autocommit accepted request 812622 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 27)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 812606 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 26)
* Update to version 2.0.2
* Python2 support dropped since version 2.0.0: set skip_python2 to 1 and drop conditionals for python2.
* Update BuildRequires, Requires, and Recommends in keeping with upstream setup.py.
* Replace tests in %check with simple `%python_exec setup.py test`; still doesn't work though.
* The examples directory no longer exists; remove from file list.
buildservice-autocommit accepted request 796514 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 24)
- Fix build without python2
buildservice-autocommit accepted request 747197 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 747017 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 22)
update to latest version
buildservice-autocommit accepted request 724170 from Todd R's avatar Todd R (TheBlackCat) (revision 21)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 724169 from Todd R's avatar Todd R (TheBlackCat) (revision 20)
Update to 1.3.4
buildservice-autocommit accepted request 718988 from Todd R's avatar Todd R (TheBlackCat) (revision 19)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 718987 from Todd R's avatar Todd R (TheBlackCat) (revision 18)
- Update to version 1.3.0
  + bugfixes:
    * [component: bokehjs] [widgets] Bokeh datepicker value format inconsistent
    * [component: server] Bokeh charts load very slow with uncaught typeerror: in browser console
    * [component: bokehjs] [widgets] Rangeslider stuck when modified by pressing the keyboard arrows
    * [component: server] [bug] error in the bokeh --serve documentation
    * [component: bokehjs] [widgets] [bug] datatable copy-paste doesn't work with 0s present in a row
    * [component: bokehjs] [widgets] [bug] datatable copy-paste doesn't keep the order of rows after sorting
    * [component: bokehjs] [widgets] [bug] datepicker displayed value is not updating
    * [component: bokehjs] [performance] Inspection indices' filtering is very slow
    * [component: bokehjs] [widgets] [bug] "cannot read property 'style' of null" javascript error when moving slider
    * [component: bokehjs] [bug] typeerror after replacing tools on a toolbar
    * [component: bokehjs] [bug] incompatible definitions of `vbar.width` in bokeh and bokehjs
    * [component: docs] [bug] development guide missing `test` argument for conda install and pytest install failure on windows
    * [component: server] [bug] double slash before prefix in autoreload.js
    * Update docker to work with new conda and bokeh
  + features:
    * [component: bokehjs] [widgets] File open dialog
    * [API: models] [widgets] [feature request] option to collapse datatable rows
    * [component: bokehjs] Make a bokeh textinput callback responsive as text is typed
    * [component: bokehjs] Add hover support for patch, harea, and varea
    * [component: bokehjs] [feature] implement hover anchor on more glyphs
    * Let source.data accept dataframe
  + tasks:
    * [component: examples] Geojsondatasource not bringing in all attributes
    * [component: docs] [component: server] Document signed session usage
    * [component: docs] Texturerepetition missing from docs and `all`
    * [component: tests] Don't call show in tests
    * [component: bokehjs] [component: build] Bump nwmatcher from 1.4.3 to 1.4.4 in /bokehjs
    * [component: docs] Docs typo
    * [component: docs] Documentation: duplicate $name description
    * [component: docs] Fixed analysis
    * [component: build] [task] add downstream tests for pandas-bokeh
    * [component: build] Upload to s3 cdn in parallel
    * [component: docs] [docs] developer notes rendered in live docs
    * [component: docs] Typo/misspelling on mapping geo data page[bug]
    * [component: build] Fix yamlloadwarning in deps.py
    * Color regex needs raw string
    * Use sampledata.bokeh.org cdn
    * [component: docs] [docs] update links to bokehplots.com, gitter and mailing-list
    * [component: build] Exclude landing-2.0 issues from changelog for now
    * [component: bokehjs] [widgets] [feature] extend fileinput to return filename and make output clearer
    * [component: docs] Docs: update documentation urls in readme
    * [component: tests] Update dask test location
    * [component: build] [component: docs] Remove dev build installation instructions
buildservice-autocommit accepted request 706144 from Todd R's avatar Todd R (TheBlackCat) (revision 17)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 706143 from Todd R's avatar Todd R (TheBlackCat) (revision 16)
- update to version 1.2.0
  + bugfixes:
    * [widgets] Autocomplete widget not recognizing value change
    * Boxselecttool does not work as expected with gmapplot
    * [webgl] Mixed canvas and webgl glyphs are painted in wrong z-order
    * Rangetool unusable after selection change
    * [widgets] [bug] autocompleteinput widget value attribute does not reflect selection
    * [bug] runtimeerror on adding callbacks after rendering
    * [widgets] Bar_color slider not updating
    * [bug] color mapping bug in crossfilter example
    * exports do not work with firefox webdriver
    * [bug] imageurl selection_glyph raises "typeerror: this.retries is undefined"
    * [bug] customjs callbacks added after initialization do not work
    * layout accepts name as keyword arg but doesn't pass to underlying objects
    * [widgets] [bug] changing slider widget title property does not update view
  + features:
    * [component: server] Slider callback_policy should work for apps
    * Feature request: textures to fill properties?
    * [layout] Legend title
    * [component: bokehjs] [feature] stacked areas and lines
    * allow the webdriver timeout to be customized
  + tasks:
    * [component: tests] Add missing widget callback integration tests
    * Document that boxzoomtool does not work on gmapplot
    * Touch scroll the page when no tools are active
    * [widgets]  add selenium tests for slider and rangeslider
    * Allow reset tool to only emit reset event, and skip built-in reset code
    * Document get_screenshot_as_png better
    * Clean up .gitignore files across the repository
    - #8496 "warning:bokeh.resources:root_url should end with a /, adding one" spam
    * `scripts/deps.py` does not install phantom_js
    - #8861 Create readme to explain server_embed usage
    * Update tile provider example for "mapping geo data" user guide
    * Uploading actual releases to conda bokeh/label/dev
    - #8875 Hatching/stacking follow on work
    * [component: build] Fix security vulnerabilities reported by npm audit
    - #8897 Reference link updated
    * [bug] legend order backwards for stacked area plots
    * Update 1.1.0.rst
    * Docs: fix typo
    * Add release notes for 1.2
buildservice-autocommit accepted request 696881 from Todd R's avatar Todd R (TheBlackCat) (revision 15)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 696880 from Todd R's avatar Todd R (TheBlackCat) (revision 14)
- update to version 1.1.0
  + bugfixes:
    * [layout] [widgets] Setting responsive for figures in tabs results in buggy tabs
    * [layout] If responsive mode is `height_ar`, toolbar box `above` or `below` doesn't work
    * [layout] Tabs only work with fixed layout
    * [layout] Initialization problem on `scale_width` plots
    * [component: bokehjs] Bokehjs charts not respecting plot size
    * [layout] Figure.width does not update width
    * [layout] Strange widget alignment behavior
    * [component: bokehjs] [layout] Tabs not working
    * [component: bokehjs] [layout] [widgets] Tabs only renders right when at least one tab contains a figure
    * [layout] [widgets] Overlapping plots
    * [layout] Subplots vertical axes don't line up
    * [component: bokehjs] [layout] Widgets do not work in nested layouts
    * [component: bokehjs] [layout] 0.12.4 breaks custom text inputs field length
    * [layout] [widgets] Datatables overlapping when in row or gridplot
    * [component: bokehjs] [layout] Adding new button widgets results in too-wide buttons
    * [component: bokehjs] [widgets] Multiselect freezes ie 11 on change
    * [component: bokehjs] Javascript errors when plotting from a columndatasource populated with a pandas dataframe containing column named field
    * [component: bokehjs] [layout] Tabs widget cannot contain a figure
    * [component: bokehjs] [layout] Textinput not respecting width
    * [component: examples] [regression] Npm detection doesn't work on windows (in native console)
    * [layout] Vertical axes aren't aligned in `plotting/file/categorical`
    * [component: bokehjs] Multiple callbacks for same model call only last callback
    * [component: bokehjs] Tap tool on bokeh server does not select data points with a custom callback
    * [layout] Dynamically turning on axis label does not resize plot
    * [layout] Alignment of plots in a grid
    * [widgets] Autocompleteinput does not complete word when option is clicked
    * [component: bokehjs] [component: tests] Examples/models/file/dateaxis.py is unreliable
    * [component: bokehjs] [component: build] Incorrect module path format when building bokehjs on windows
    * [component: bokehjs] [layout] [widgets] Datatable in tab not displaying contents (with minimal example)
    * [layout] [widgets] Vertical slider
    * [component: bokehjs] [layout] Unsatisfiable constraint when trying to make plot size responsive within panels
    * [layout] Plot layout with scale_both, stretch_both, scale_height
    * [component: bokehjs] [layout] Table covers other widget when table is on the left
    * [component: bokehjs] [layout] Gridplot with sizing_mode="stretch_both"/"scale_both" is totally broken since 0.12.11
    * [component: bokehjs] Disappearing toolbar
    * [component: bokehjs] [layout] Bokeh layout rows and columns not responsive on scale_width or scale_height
    * [component: bokehjs] [layout] Row and column definition gives unexpected layout with option sizing_mode='scale_width'
    * [layout] Repaint() in plot_canvas.coffee causing significant lag
    * [component: bokehjs] [layout] Bokeh spacer sets height to one pixel with scale_width set
    * [component: bokehjs] Different behavior between bokeh and bokehjs with ajaxdatasource
    * [component: bokehjs] [widgets] Checkboxbuttongroup and radiobuttongroup can not be disabled
    * [component: bokehjs] Hovertool display pops under shaded portion of slider
    * [layout] [regression] Stretch_both sizing mode doesn't stretch in 0.13
    * [component: bokehjs] Tilerenderer cache is not invalidated when url changes
    * [performance] Improve datatable performance
    * [component: bokehjs] The "css_classes" attribute on datatable object does not work
    * Compiler issue on windows, importing modules is not working because of backslash incompatibility
    * [component: bokehjs] "tile cannot extend" systemerror when exporting plot with legend placed outside and above plot area
    * [layout] Button groups do not respect the `sizing_mode` or `width` keyword arguments
    * [component: bokehjs] [widgets] Updating css_classes on layout elements has no effect
    * Whisker does not accept explicit negative values
    * [component: bokehjs] Wrong position on catergoricalaxis of extra_y_range
    * Typeerror: index is not a valid datetimeindex or periodindex
    * [component: bokehjs] [typescript] Bokehjs examples to use in node js or angular
    * [component: bokehjs] Grid bands broken when cross grid lines disabled
    * [component: bokehjs] Cds callback property not working
    * [component: bokehjs] [layout] Bug when the middle area between two tabs is clicked
    * Inline ts code failed at compilation on windows (post #8085)
    * [layout] Layout broken in hidden tabs after an update
    * [layout] [regression] Input widget heights behavior
    * [component: bokehjs] Crosshair icon removed from toolbar in gridplots
    * [component: server] Issue with bokeh.client after layout pr
    * [component: examples] Stocks example is not working properly 
    * [component: docs] [layout] Incorrect layout with column of div's with image (1.1.0dev3)
    * [widgets] Datatable rows overwrite dropdown menu (1.1.0dev3)
    * [layout] [regression] Dashboard.py example not behaving as expected after the layout pr
    * [component: tests] Make examples' tests work on windows
    * [component: examples] Grid_axis_alignment_no_toolbar is broken in windows (32-bit)
    * [widgets] Assume utc in value_as_date
    * [layout] Text wrapping in div after layout pr
    * [layout] Loading plot in separate jupyterlab tab collapses layout
    * [component: bokehjs] Graphs with list values as attributes fail
    * [component: examples] [regression] Custom widget in doc strange display in 1.1.0dev6
    * [notebook] Autoload_js should load css before javascript
    * [component: bokehjs] [component: docs] Bokehjs columndatasource.change property doesn't exist
    * [component: docs] Typo in plots.py
    * [notebook] [regression] Displaying plot in notebook quickly after output_notebook raises js error
    * [component: tests] Tests sometimes fail on appveyor
    * [layout] Tabs width set on width of contents - truncating tabs
    * [component: bokehjs] [notebook] [regression] Gmap plots not working in the notebook and inline resources
    * Windows phantomjs not killed on selenium termination
    * [component: bokehjs] Hover tooltip breaks with zero-width wedges
    * [component: bokehjs] When line_width is set to 0 the glyph boundaries don't disappear
    * [component: bokehjs] Custom extensions cannot import models/widgets/widget
    * [component: bokehjs] Tooltips not working for segment on inverted y-axis
    * [component: bokehjs] Using range padding with image plots leave lots of empty space
    * [component: bokehjs] [layout] Tabs header doesn't update when layout recomputes
    * [component: bokehjs] Spinner jumps to low after one click, regardless of step
    * [component: tests] Codebase tests fail on windows
    * [component: bokehjs] Range tool gets stuck at minimum width
    * [component: server] Directoryhandler does not handle ipynb files correctly
    * Fixes trying to index dict_keys
    * [component: bokehjs] [regression] Es6 map's polyfill isn't installed in phantomjs
    * [component: bokehjs] Surface3d example fails to compile
    * [component: bokehjs] [layout] Make layout respect aspect ratio with scale_height sizing mode
  + features:
    * [layout] Non-equal proportion split in layouts
    * [layout] Don't make space for element if not visible
    * [component: docs] Sphinx bokeh_plot extension should work outside project docs
    * [component: bokehjs] [widgets] Add numeric input widget
    * [component: bokehjs] Bokeh panel(closable=true) doesn't make 'x' appear on the panel title and closable by user
    * [component: bokehjs] [widgets] Add color picker and spinbox widgets
    * [layout] Add sizing_mode="stretch_width" and "stretch_height"
    * Add js_link convenience method
    * [component: server] Add --index option to specify site index template
    * [API: models] Add support for data source using server-sent events
    * [component: bokehjs] Displaying custom data on hover for rgba image
    * [API: models] Openurl in current tab
    * [component: bokehjs] Make bokehjs importable in nodejs
    * [layout] [regression] Add support for spans to grid layout
  + tasks:
    * [component: bokehjs] [layout] Investigate better implementation for toolbar rendering 
    * [layout] Investigate / describe performance issues
    * [component: tests] [layout] Add a series of screenshot tests for all the layout modes
    * [layout] Stop doing two calls to _resize on every resize
    * [API: models] [component: bokehjs] Widgets with js api
    * [component: bokehjs] [layout] Use box-sizing: border-box for everything under bk-root
    * [layout] [performance] Browser rendering extremely slow when many figures in a gridplot
    * [component: examples] Make simple_hdf example interesting and attractive
    * [component: bokehjs] Add a link to bokehjs package on npmjs.com
    * [API: models] [layout] Add visible property to models
    * [component: tests] Task: fix-up skipped app examples for examples tests
    * [layout] Unify meaning of {layoutcanvas,layoutdom}.{_left,_top,_right,_bottom}
    * [API: plotting] [component: bokehjs] Bokehjs typeerror "legend is undefined"
    * [component: bokehjs] [typescript] Rewrite bokehjs' tests in typescript
    * [component: bokehjs] [typescript] Remove unnecessary usage of any type
    * Make error reporting from `export_png()` more robust
    * [layout] Improve reliability, performance and feature coverage of the layout
    * [regression] Do not include large unrelated files in the repository
    * [component: bokehjs] [component: build] Relativize module paths in generated js/d.ts files
    * [component: docs] Autoreloader cannot find bokeh on reload
    * Tile provider causes "model must be owned by only a single document" error
    * [component: server] Delay between autoload.js and websocket request
    * [component: examples] Create custom example to plot parallel plot
    * Make websocket_max_message_size configurable in notebooks
    * [component: build] Pin conda versions with conda_reqs on appveyor too
    * [component: docs] [docs] bad number in webpage patch method documentation
    * [component: docs] Change use of deprecated sphinx app logger
    * Importing abcs from collections is deprecated
    * [component: bokehjs] [typescript] Remove type duplication between models' attributes and properties
    * [typescript] Finalize typing plotting api and remove old declarations
    * [component: tests] Fix pytest's deprecations in examples' tests
    * [component: bokehjs] [typescript] Upgrade typescript and minifier, and enable more tslint rules
    * [notebook] Use utf-8 encoding to open notebook file
    * Daterangeslider returns datetime instead of date
    * [component: examples] Manual_grid layout example has lost it's core functionality in layout pr
    * [component: bokehjs] [typescript] Rewrite custom extensions in typescript
    * [component: build] Use ci.bokeh.org for artifact storage
    * [component: docs] Bryanv/demosite url
    * [component: docs] Add live codepen links for bokehjs api
    * [component: bokehjs] [component: build] Rename bokehjs/build/js/{tree->lib} to match src/
    * [component: bokehjs] [component: build] Handlebars security vulnerability - npm won't install
    * [API: models] Deprecate plot.{h,v}_symmetry
    * [component: bokehjs] Disabled buttons should be gray by default
    * Bad_extra_range_name validation can be incorrect
    * [layout] Don't warn on empty layouts
    * [component: bokehjs] Miscellaneous improvements to bokehjs
    * [component: bokehjs] Don't expose external libraries in the public api
    * [BEP] [component: build] Update maintainers list
    * [component: docs] Updated numfocus donor link
    * [component: bokehjs] [component: build] Upgrade to typescript 3.4
    * [component: docs] Corrected spelling mistakes
    * [layout] Make gridbox.spacing adhere to css argument order
buildservice-autocommit accepted request 667293 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 667213 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 12)
update to latest version
buildservice-autocommit accepted request 663299 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Displaying revisions 61 - 80 of 90
openSUSE Build Service is sponsored by