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

Merge develop #66

Merged
merged 39 commits into from
Apr 15, 2023
Merged

Merge develop #66

merged 39 commits into from
Apr 15, 2023

Commits on Mar 1, 2020

  1. Bump version to 1.0.1

    rbanffy committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    fdc98d6 View commit details
    Browse the repository at this point in the history
  2. Fix failing Flake8 test

    rbanffy committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    c1022a4 View commit details
    Browse the repository at this point in the history
  3. Update history

    rbanffy committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    7fd24d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    36aa2bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672cee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c32854 View commit details
    Browse the repository at this point in the history
  4. Version update

    rbanffy committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    07aa855 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    486ddd9 View commit details
    Browse the repository at this point in the history
  6. 'Refactored by Sourcery' (#37)

    Co-authored-by: Sourcery AI <>
    sourcery-ai[bot] committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    49c066b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cdce71 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Circleci project setup (#39)

    * Add .circleci/config.yml
    
    * Add .circleci/config.yml
    
    * Add .circleci/config.yml
    rbanffy committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    11603ab View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    caece4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8932883 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    41f4846 View commit details
    Browse the repository at this point in the history
  2. We only support Python 3+

    rbanffy committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    ffadb97 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Add ssort

    rbanffy committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c34b6b1 View commit details
    Browse the repository at this point in the history
  2. Sort methods with ssort

    rbanffy committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    bffb48a View commit details
    Browse the repository at this point in the history
  3. Version bump

    rbanffy committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    cf1bb31 View commit details
    Browse the repository at this point in the history
  4. Remove Python 3.5 support

    rbanffy committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    743bdcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3643cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    332b226 View commit details
    Browse the repository at this point in the history
  7. Time tox execution

    rbanffy committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5fe63f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Update HISTORY.rst

    rbanffy committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d0d7851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de0a6df View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update Python image version

    rbanffy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2dcb10e View commit details
    Browse the repository at this point in the history
  2. Update HISTORY.rst

    Bump version from current to 1.0.3
    rbanffy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    fb53efe View commit details
    Browse the repository at this point in the history
  3. Update config.yml

    Use new Docker environment
    rbanffy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    62b053d View commit details
    Browse the repository at this point in the history
  4. Update config.yml

    Return to the Python orb approach
    rbanffy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3df819d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbae606 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16b4668 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a9f92d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5844740 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Resolve: Inconsistent sort for "Installed as dependency for" (#64)

    * Added a --no-chill option (#36)
    
    * Bump version to 1.0.1
    
    * Fix failing Flake8 test
    
    * Update history
    
    * Add --no-chill command line option. Fixes #34
    
    * Remove click and add black to the requirements file
    
    * Version update
    
    * Remove black - not a dev requirement
    
    * 'Refactored by Sourcery' (#37)
    
    Co-authored-by: Sourcery AI <>
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Version 1.0.1 (#40)
    
    * Bump version to 1.0.1
    
    * Fix failing Flake8 test
    
    * Update history
    
    * Add --no-chill command line option. Fixes #34
    
    * Remove click and add black to the requirements file
    
    * Version update
    
    * Remove black - not a dev requirement
    
    * 'Refactored by Sourcery' (#37)
    
    Co-authored-by: Sourcery AI <>
    
    * Update python-package.yml (#33)
    
    * Circleci project setup (#39)
    
    * Add .circleci/config.yml
    
    * Add .circleci/config.yml
    
    * Add .circleci/config.yml
    
    * Update README with --no-chill switch
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update github repo url (#50)
    
    * Fix GitHub repo URL (#56)
    
    Will fix Travis tests later
    
    * Sort required_by
    
    * Update README to match new output
    
    * Update github repo url (#50)
    
    * Fix GitHub repo URL (#56)
    
    Will fix Travis tests later
    
    * Sort required_by
    
    * Update README to match new output
    
    * Add to AUTHORS
    
    ---------
    
    Co-authored-by: Ricardo Bánffy <[email protected]>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    Co-authored-by: AndrejK <[email protected]>
    Co-authored-by: xatier <[email protected]>
    5 people committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    9d4f398 View commit details
    Browse the repository at this point in the history
  2. 'Refactored by Sourcery' (#67)

    Co-authored-by: Sourcery AI <>
    sourcery-ai[bot] committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3520113 View commit details
    Browse the repository at this point in the history
  3. Fix Flake8 flagged issues

    Isaeiah committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    0267a57 View commit details
    Browse the repository at this point in the history
  4. Apply Black

    Isaeiah committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a4abee3 View commit details
    Browse the repository at this point in the history
  5. Fix version numbers

    Isaeiah committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    2a3e9fc View commit details
    Browse the repository at this point in the history
  6. Fix f-strings

    rbanffy committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    e35b0f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fef8262 View commit details
    Browse the repository at this point in the history