Skip to content
Permalink
master

Commits on Apr 24, 2021

  1. Merge pull request #3171 from plotly/chriddyp-patch-1

    chriddyp committed Apr 24, 2021

Commits on Apr 23, 2021

  1. Orca to Kaleido

    chriddyp committed Apr 23, 2021
  2. Fix selection of histograms with multiple traces (#2771)

    * sort indices only if a single trace exists
    meffmadd committed Apr 23, 2021
  3. CircleCI updates: Unify requirements, drop conda, refactor to reduce …

    …duplication (#3164)
    
    * Install requirements for orca test from same requirements.txt file
    * Use same circleci image for orca job as optional jobs
    * remove editable plotly-geo from optional requirements.txt
    * reduce duplication with circleci commands
    * use underscores for command names
    * Update circle to 2.1
    * Use optional requirements.txt from percy CI job
    jonmmease committed Apr 23, 2021
  4. Kaleido v5 updates (#3094)

    * Display kaleido installation instructions when neither kaleido nor orca are installed
    
    * Don't override kaleido's mathjax path if one was autodetected
    jonmmease committed Apr 23, 2021

Commits on Apr 22, 2021

  1. Require python 3.6 and CI maintenance (#3160)

    * Update setup.py to require Python>=3.6
    * Add an f-string (compatible with python>=3.6) for good measure
    * Remove tox
    * Rename plot_ly in chart_studio in ci tests
    * Move tests with pandas/numpy dependencies to test_optional, remove these from core requirements
    * Move dependency check tests to optional
    * Don't open browser window in matplotlylib test
    * Add Python 3.8 and 3.9 tests
    jonmmease committed Apr 22, 2021
  2. Replaced 'retrying' dependency with 'tenacity' in plotly package (#2911)

    * replaced retrying dependency with tenacity in plotly package
    
    Co-authored-by: jmsmdy <jmsmdy@gmail.com>
    jmsmdy and jmsmdy committed Apr 22, 2021
  3. Bump node-fetch from 2.6.0 to 2.6.1 in /packages/javascript/plotlywid…

    …get (#2767)
    
    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Apr 22, 2021
  4. Bump elliptic from 6.5.3 to 6.5.4 in /packages/javascript/plotlywidget (

    #3106)
    
    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.5.3...v6.5.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Apr 22, 2021
  5. Bump y18n from 3.2.1 to 3.2.2 in /packages/javascript/plotlywidget (#…

    …3128)
    
    Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Apr 22, 2021
  6. Update dot-plots with mislabeled data (#3063)

    The dot plot documentation swapped the labels for men's and women's salaries in the dataset. This reflects the earning disparity in the second plot
    acmiyaguchi committed Apr 22, 2021

Commits on Apr 21, 2021

  1. correct misspells, fix #3074 (#3105)

    Co-authored-by: Julien Monticolo <monticolo@unistra.fr>
    jmonticolo and Julien Monticolo committed Apr 21, 2021
  2. Merge branch 'doc-prod'

    nicolaskruchten committed Apr 21, 2021
  3. latex docs (#3157)

    * latex docs
    
    * pin down some deps
    
    * pin down some deps
    
    * pin down some deps
    
    * revert dep changes
    
    * pin down some deps
    
    * pin down some deps
    
    * imshow
    
    * jiggling dependencies
    nicolaskruchten committed Apr 21, 2021

Commits on Apr 20, 2021

  1. Merge branch 'doc-prod'

    nicolaskruchten committed Apr 20, 2021

Commits on Feb 18, 2021

  1. Merge pull request #3079 from c-chaitanya/doc-prod

    Doc prod
    nicolaskruchten committed Feb 18, 2021
  2. Update imshow.md

    changing extreme back to extrema
    c-chaitanya committed Feb 18, 2021
  3. document corrections

    c-chaitanya committed Feb 18, 2021

Commits on Feb 17, 2021

  1. document corrections

    c-chaitanya committed Feb 17, 2021

Commits on Feb 16, 2021

  1. Merge pull request #3073 from c-chaitanya/doc-prod

    fixing documents
    nicolaskruchten committed Feb 16, 2021
  2. fixing documents

    c-chaitanya committed Feb 16, 2021

Commits on Feb 4, 2021

  1. Update troubleshooting.md

    nicolaskruchten committed Feb 4, 2021

Commits on Jan 18, 2021

  1. Update configuration-options.md

    nicolaskruchten committed Jan 18, 2021

Commits on Jan 14, 2021

  1. Merge pull request #3022 from plotly/numpy_date_serialization

    Pandas and Numpy datetime serialization fixes
    nicolaskruchten committed Jan 14, 2021

Commits on Jan 13, 2021

  1. Only try `datetime_as_string` on datetime kinded numpy arrays

    jonmmease committed Jan 13, 2021
  2. Pre 1.0 pandas compatibilty

    jonmmease committed Jan 13, 2021
  3. blacken

    jonmmease committed Jan 13, 2021

Commits on Jan 12, 2021

  1. Update figure-introspection.md

    nicolaskruchten committed Jan 12, 2021
  2. bumping version in docs

    nicolaskruchten committed Jan 12, 2021
  3. slight shuffle in release instructions

    nicolaskruchten committed Jan 12, 2021
  4. version 4.14.3

    nicolaskruchten committed Jan 12, 2021
  5. readme version tweaks

    nicolaskruchten committed Jan 12, 2021
Older