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

Transition to pyproject.toml #443

Merged
merged 35 commits into from
Jan 11, 2023
Merged

Transition to pyproject.toml #443

merged 35 commits into from
Jan 11, 2023

Commits on Dec 27, 2022

  1. create pyproject.toml

    martinvonk committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e3fd536 View commit details
    Browse the repository at this point in the history
  2. add setup files

    martinvonk committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a323022 View commit details
    Browse the repository at this point in the history
  3. import version using importlib

    only change version in pyproject.toml
    martinvonk committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    16cd48b View commit details
    Browse the repository at this point in the history
  4. handle python < 3.8 for getting version

    python 3.7 does not have importlib as a default library
    martinvonk committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c5d1596 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Delete setup.py

    martinvonk committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e4e74db View commit details
    Browse the repository at this point in the history
  2. Update version.py

    make sure __version__ is available
    martinvonk committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e726de6 View commit details
    Browse the repository at this point in the history
  3. Update conf.py

    get pastas version
    martinvonk committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7b9cfa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52f22cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb1d216 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. get version using importlib

    since python 3.7 is deprecated in pastas 0.23.0
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    54759e0 View commit details
    Browse the repository at this point in the history
  2. ignore src folder

    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b120431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4afde9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d9e6e View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    fix __version__
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0caf2e5 View commit details
    Browse the repository at this point in the history
  6. Update pyproject.toml

    put packages between ""
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f480a3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f646bf View commit details
    Browse the repository at this point in the history
  8. Update conf.py

    __version__ update
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    aa2833c View commit details
    Browse the repository at this point in the history
  9. Update pyproject.toml

    add black formatting optoins
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    33910ae View commit details
    Browse the repository at this point in the history
  10. Update pyproject.toml

    add setuptools as requirement
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3d123c5 View commit details
    Browse the repository at this point in the history
  11. empty setup.cfg

    just to make life easy and make use pyproject.toml is used
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    19d2124 View commit details
    Browse the repository at this point in the history
  12. Update pyproject.toml

    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    325ed5d View commit details
    Browse the repository at this point in the history
  13. Update __init__.py

    revert old change
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f883b9e View commit details
    Browse the repository at this point in the history
  14. Update conf.py

    delete changes to conf.py
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    55f24b8 View commit details
    Browse the repository at this point in the history
  15. Update pyproject.toml

    update dependencies
    martinvonk committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    623a3ac View commit details
    Browse the repository at this point in the history
  16. update readthedocs config

    use pyproject.toml optional dependencies
    dbrakenhoff committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    546568f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    881a2b1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9f58ed5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d6c6e3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    30fcd9f View commit details
    Browse the repository at this point in the history
  21. black version.py

    dbrakenhoff committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    bff87da View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. update rtd, ci workflows with pyproject.toml

    - update requirements in docs
    dbrakenhoff committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0a24d36 View commit details
    Browse the repository at this point in the history
  2. fix toml

    dbrakenhoff committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cd10e6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e9fd6 View commit details
    Browse the repository at this point in the history
  4. move optional deps a bit

    dbrakenhoff committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    55e9c0e View commit details
    Browse the repository at this point in the history
  5. bump scipy req to >=1.8

    dbrakenhoff committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    07589b9 View commit details
    Browse the repository at this point in the history