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

next release #834

Merged
merged 19 commits into from Oct 31, 2019
Merged

next release #834

merged 19 commits into from Oct 31, 2019

Commits on Oct 2, 2019

  1. add repology badge

    casperdcl committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    9b45060 View commit details
    Browse the repository at this point in the history
  2. remove broken funding link

    casperdcl committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    1b1ec3e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    a6c4ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    825f7dc View commit details
    Browse the repository at this point in the history
  3. Recognize wide characters in description

    … by using unicodedata.east_asian_width.
    
    Co-authored-by: RedBug312 <redbug312@gmail.com>
    2 people authored and casperdcl committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    124d72a View commit details
    Browse the repository at this point in the history
  4. Add tests for wide characters in description

    Making tests work with Python 2 was annoying, so I just skip them there.
    It'll be EOLd in a few months anyway.
    FichteFoll authored and casperdcl committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    261dddd View commit details
    Browse the repository at this point in the history
  5. attempt to fix perf

    - fixes #803
    - closes #410
    - closes #805
    casperdcl committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    e601dd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    b3d7739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d5af8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db4511 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. MNT: set stack level on warnings

    This makes it much easier to find where in client code needs to be
    fixed.
    tacaswell authored and casperdcl committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    fa2e30f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mnt_warning_level' into devel

    - closes #821
    casperdcl committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    45f0785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e50fa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. fix example/tqdm_wget unknown total

    - fixes #826
    casperdcl committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    9baa46e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Revert "remove broken funding link"

    This reverts commit 1b1ec3e.
    casperdcl committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5f0eb91 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. update issue/pr templates

    would fix things like #830
    casperdcl committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    84102ab View commit details
    Browse the repository at this point in the history
  2. potential future pandas fix

    - related to #824
    casperdcl committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    59f457a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. silly syntax error fix

    casperdcl committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b3589f6 View commit details
    Browse the repository at this point in the history
  2. update parallel example

    - fixes #407
    casperdcl committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b17b594 View commit details
    Browse the repository at this point in the history