Revisions of python-bokeh

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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 663222 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 10)
update to latest version
buildservice-autocommit accepted request 653421 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 653381 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 8)
update to latest version
buildservice-autocommit accepted request 645931 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 645857 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 6)
update to latest version
buildservice-autocommit accepted request 645562 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 645560 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
- flexx is no longer used.
Todd R's avatar Todd R (TheBlackCat) accepted request 645314 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- Update to version 1.0.0
  + bugfixes:
    * [component: bokehjs] Not correct behaviour of hovertool with annular glyph and units='screen'
    * [component: bokehjs] [component: examples] Plotting/file/image_url.py doesn't work without setting {x,y}_range
    * [component: bokehjs] [widgets] Patch/stream message to the columndatasource for datatable widget on front-end triggers response containing entire data source
    * [component: bokehjs] [geo] Flicker when zooming on a tile source with mercatorticker
    * [component: bokehjs] [regression] Deserializationerror when editing data table
    * [component: server] 'serversession' object has no attribute 'session_context'
    * [component: bokehjs] Image hover broken on axes with inverted range
    * [component: bokehjs] [geo] Segments don't show up on gmapplot
    * [component: bokehjs] Log axis minor ticks wrong position 
    * If the "selector" argument is explicitily set to the "select" method, an empty list is returned
    * [regression] Export_png not exporting figures correctly
    * [component: bokehjs] [widgets] Datatable and glyph selections not linking properly
    * [component: bokehjs] Draw and edit tools event handling on server broken
    * [component: server] Unhandled exception in application causes all later sessions to fail
    * [component: bokehjs] [widgets] Editing filtered datatable cell impacts wrong row
    * [component: bokehjs] [widgets] Datatable selectable='checkbox' gives javascript error
    * [component: bokehjs] Inaccurate rendering around 0 on tall bars
    * [component: bokehjs] Boxedittool draws on doubletap even when tool inactive
    * [component: bokehjs] Not providing x and y data makes some glyphs not render in legend
    * [component: bokehjs] [notebook] Bug: push_notebook support is broken in jupyterlab for bokeh=0.13.0
    * Bokeh_css and bokeh_js resources are reversed in file.html template
    * [regression] Show() accumulates objects
    * [component: bokehjs] Hovertool interpolation mode doesn't work for horizontal and vertical lines
    * [widgets] Datatable does not stay sorted when the data is updated
    * [py2] Properly use string_types for instance properties and js_on_event
    * Patch_app.py is broken
    * [component: bokehjs] Adding computed_icon getter broke toolproxy icons
    * [component: bokehjs] [regression] Esc has no effect on selections
    * [component: docs] A tiny typo in the document about graphrenderer
    * [component: tests] Verify_all() doesn't give information what failed
    * [component: bokehjs] Y-range for negative value
  + features:
    *  making predefined themes available by calling a single function
    * [component: bokehjs] Update legend when legends or other attributes change
    * Pandas periods are not recognised
    * [component: bokehjs] [geo] Support a "patch" with a hole in it / gis support
    * [component: server] Implement --develop mode
    * [component: bokehjs] Save bokeh plot as bokeh plot
    * Custom models distribution without compiler on the server side
    * [component: bokehjs] Let scatter marker type be parameterizable
    * [component: bokehjs] [widgets] Add an option to disable column titles in datatable
    * [component: bokehjs] Oval selection does not update color (does not support hit testing)
    * [API: models] Allow defining custom tooltip for certain tools
    * [component: bokehjs] Feature request: support hit-testing for text glyphs
    * [component: bokehjs] Step glyph support for gaps from missing/non-finite data points (inf, nan)
    * [component: bokehjs] Restrict the drawing tools to draw a single glyph
    * [component: bokehjs] Add clear tool to clear out one or more datasources
    * [component: bokehjs] Expose the more detailed geometry data to the tap tool
    * [component: bokehjs] Feature request: verticalline marker (equivalent to marker='|' in matplotlib)
    * [component: bokehjs] Add tilt option to gmapoptions
    * [component: bokehjs] [typescript] Freehand drawing tool
    * Turn off self.validate checks during update
    * Span location cannot accept datetime whereas labels can deal with it
    * [component: bokehjs] Feature request: bold italic font specification
    * [component: bokehjs] Make image smoothing configurable on tilerenderer
    * [feature request] in the function ‘from_networkx’, convert networkx node/edge attributes to bokeh node_renderer/edge_renderer data_source
    * [feature request] add .copy method to columndatasource
    * Add another theme: balanced
    * [component: bokehjs] Support specifying representative point from legend items
    * [component: server] Allow defining session cleanup hooks on a document
    * [component: bokehjs] Autohide toolbar
    * [component: bokehjs] Fixedticker does not accept minor ticks
    * [feature request] ‘from_networkx’ function for a fixed layout
    * [component: bokehjs] [component: examples] Add adapter property to ajaxdatasource
    * Add webdriver_control and default to reuse
  + tasks:
    * Feature idea: docker image for bokeh server
    * [component: tests] Ci test to make sure bokeh works without heavy dependencies
    *  should issue a validation warning when the range values are not unique
    * Valueerror: nattype does not support timetuple
    * [component: bokehjs] No way to cleanup used memory
    * [API: models] It is not possible to set a range1d with datetime.timedelta value
    * [component: bokehjs] Warn on setting empty plot.legend attrs
    * Add missing ticker tests and minor ticker improvements
    * Customize warning formatter
    * Task: pytest marked "selenium" tests should assert no browser console errors
    * Task: add/use selenium fixture in ``export`` tests instead of creating new phantomjs processes
    * Task: add user warn/error to columndatasource.from_df method about dataframe containing "index" column
    * [component: docs] User guide, tweak to "ranges" doc
    * [API: models] Document validation check needed for mis-matched y_range_name
    * [component: bokehjs] [component: server] Pull_session with url paramters isn't working
    * [widgets] Daterangeslider error not logged nor shown in cli
    * [component: docs] Added short usage instructions for examples/app/dash
    * [component: docs] Doc typo (funtion -> function)
    * Improved support for pyinstaller
    * Remove code dependent on ipython pprint machinery
    * Overzealous deduplication of tools for merge_tools
    * [component: tests] Clean up test support
    * [component: docs] Simplify pie example
    * [component: build] Ci scripts with colon in filenames are not valid on windows
    * [component: tests] Bryanv/test cleanup
    * Use generators instead of lists
    * [component: docs] Backticks are broken un docs/*.rst
    * [component: examples] Box_annotation example .ix method is deprecated
    * [component: examples] Ref: use .loc instead of .ix in examples
    * [component: docs] Update documentation for how to use bokeh server with jupyterhub environment
    * [component: tests] Fixed exception raising tests of test_sources
    * [component: examples] Rename joyplots to ridgeplots
    * [component: docs] Docstrings not clear for dimension property for band, span and whisker class
    * [component: server] Bokeh doesn't work with tornado master
    * [component: tests] Initial work to support server selenium tests
    * Remove the arguments parameter from server_session
    * [component: tests] Unit tests failing in windows 7
    * [component: examples] Pandas > 0.23.0 & < 0.23.4 breaks boxplot.py example
    * [component: examples] Issues: none type: bug tag: examples updated main.py
    * [component: tests] Bryanv/misc cleanup
    * [component: docs] Installation docs: need info about export_png/svgs
    * [component: build] [component: tests] Added unit/integration tests for python3.7
    * [component: build] Don't report unversioned python in deps.py output
    * [component: tests] Python 3.7 get_referrers change
    * Remove dead testing code
    * Use np.frombuffer instead of deprecated np.fromstring
    * [component: build] Appveyor build and test for windows
    * [API: models] Plot.{x,y}_range default value
    * [component: docs] Some typo in the guide
    * [component: build] Update requests min version
    * Pandas is optional overall, but required for hexbin
    * [component: build] Refine appveyor.yml settings
    * [component: examples] Example examples/embed/server_session/ is broken, template is missing
    * Add note of  bokeh_phantomjs_path environment variable on missing phantomjs 
    * [component: bokehjs] Missing ";" in try_run.js
    * Unhelpful error when passing invalid argument to gridplot
    * [component: docs] [document] add (or update) an example to demonstrate  converting node/edge attributes in from_networkx 
    * Split up bokeh.properties
    * [component: docs] Re-unify docs build
    * [component: build] Small build tasks
    * [BEP] Ratify project roles document
    * Bryanv/reduce import code
    * [component: examples] Examples punch list
    * [component: examples] Pandas warning removed in gapminder example
    * [component: examples] Correction selection histogram example
    * [component: examples] Population example legend position -> "bottom_right"
    * Load themes from python modules instead of json files
    * [component: examples] Simple hdf5 example improvement
    * Replace log.warn with log.warning
    * [component: examples] Embed_multiple: better arrangement
    * Boilerplate for bokeh/core
    * [component: docs] Chaco link is a 404 - changed to git repo url
    * Confusing multi_line error message
Todd R's avatar Todd R (TheBlackCat) committed (revision 2)
Todd R's avatar Todd R (TheBlackCat) committed (revision 1)
Displaying revisions 81 - 91 of 91
openSUSE Build Service is sponsored by