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

[Resolves #894] Switch to using poetry #1323

Merged
merged 31 commits into from
Apr 20, 2023
Merged

Commits on Apr 11, 2023

  1. update ci with poetry

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    95f7392 View commit details
    Browse the repository at this point in the history
  2. don't diff poetry.lock file

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f08d2ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b692e90 View commit details
    Browse the repository at this point in the history
  4. fix typo in ci file

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a87ae8f View commit details
    Browse the repository at this point in the history
  5. fix job in ci file

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    bd23927 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad0fdaa View commit details
    Browse the repository at this point in the history
  7. clean up tox configs

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d0b18fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    489bcbc View commit details
    Browse the repository at this point in the history
  9. fix docker build

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f20d3db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    498d072 View commit details
    Browse the repository at this point in the history
  11. run unit tests in parallel

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    de46d42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5fe98a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99615d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e38e0d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb3a6e2 View commit details
    Browse the repository at this point in the history
  16. fixes from review

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    73d432e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    40e8cc4 View commit details
    Browse the repository at this point in the history
  18. cache .tox for circleci

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f83cf0c View commit details
    Browse the repository at this point in the history
  19. fix docs job

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5a3c0f4 View commit details
    Browse the repository at this point in the history
  20. there's only one cache

    zaro0508 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7a0ae3c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. add support for python 3.7

    zaro0508 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a34b559 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. update poetry lock file

    zaro0508 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3e965bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    020492b View commit details
    Browse the repository at this point in the history
  3. fixes from review

    zaro0508 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    633b14d View commit details
    Browse the repository at this point in the history
  4. update precommit

    zaro0508 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2f445a6 View commit details
    Browse the repository at this point in the history
  5. remove setup.cfg

    zaro0508 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5bbbafc View commit details
    Browse the repository at this point in the history
  6. fix doc

    zaro0508 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2c0f643 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. restore makefile and update tests and docs

    * restore makefile and update with poetry commands
    * make tests run in parallel on CI
    * switch docs packages to be an extras dependency
    zaro0508 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    739369b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6b70f View commit details
    Browse the repository at this point in the history
  3. update version

    zaro0508 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fba2403 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update Makefile

    run sphinx-apidoc instead of make
    
    Co-authored-by: Jon Falkenstein <77296393+jfalkenstein@users.noreply.github.com>
    zaro0508 and jfalkenstein authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f2b8727 View commit details
    Browse the repository at this point in the history