Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

finish CI move to GHA #1191

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 4, 2021

  1. MNT: Reflow setup.py

    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    14d513e View commit details
    Browse the repository at this point in the history
  2. MNT: Update setup.py

    setup.py: update trove classifiers
    
    setup.py: use setuptools.find_packages()
    
    setup.py: use version from git tag
    
    Note to self: git-tag releases since 0.7.3 !!!
    
    rm MANIFEST.in since handled by setuptools_scm
    
    MNT: setup.py: add dev deps
    
    Remove pyproject.toml and requirements.txt
    
    We already have more versatile setup.py + setup.cfg
    
    Add docs dependencies to setup.py
    
    setup.py: Add project_urls, shown in PyPI sidebar
    
    setup.py: Use SPDX license identifier
    
    Remove doc/requirements.txt in favor of setup.extras_require
    
    setup.py: add pytest-cov dev dependency
    
    CI: Require pytest-xdist for 'test-code-parallel' make target
    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    cb93223 View commit details
    Browse the repository at this point in the history
  3. MNT: Add GitHub ISSUE_TEMPLATEs

    Add .github/PULL_REQUEST_TEMPLATE.md
    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2fc5a53 View commit details
    Browse the repository at this point in the history
  4. MNT: Add GitHub Actions based CI workflow

    Drop CI testing on python 3.6 -- it's EOL by end of the year.
    
    Update README.rst CI badge
    
    DOC: Fix error "Latexmk: Missing input file: 'tgtermes.sty' from line"
    
    CI: Install in develop mode for Docs
    
    Since `make -C doc doctest` is run from the project dir,
    sphinx/Python may import the curdir skopt instead of the
    installed one.
    
    Install in develop mode to get skopt/_version.py file created.
    The alternative would be to cd elsewhere before running make.
    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9a76a02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    905543e View commit details
    Browse the repository at this point in the history
  6. DOC: README.rst refresher

    Remove media dir; use intro image from doc/image/bo-objective.png
    
    DOC: Merge and extend README/Development into CONTRIBUTING.md
    
    Point docs/development to CONTRIBUTING.md as the canonical source
    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    a680551 View commit details
    Browse the repository at this point in the history
  7. DOC: Add self to authors

    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    34ab852 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f465f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af61a8d View commit details
    Browse the repository at this point in the history
  10. MNT: Bump tested scikit-learn

    To v0.22.* -- it was released in 2019.
    Also this joblib/joblib#917 (comment)
    
    Futher bump tested scikit-learn == 0.24.* -- it is old enough!
    
    The alternative would be to pin equally ancient scipy to
    avoid error:
    
    > AttributeError: 'str' object has no attribute 'decode'
    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ab70149 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    50d3d3c View commit details
    Browse the repository at this point in the history
  12. TST: Fix some failing tests

    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6d27d40 View commit details
    Browse the repository at this point in the history
  13. TST: Fix skopt.tests.test_utils.test_normalize_dimensions

    The test was "rediscovered" (in a failing state) by
    renaming the test case that follows it.
    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    1fc9fac View commit details
    Browse the repository at this point in the history
  14. MNT: Fix sphinx linkcheck

    kernc committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    48a1db1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. fixup! MNT: Update setup.py

    kernc committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c68be90 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    630ecbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb27034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d126d9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    002d2e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    3d1fd52 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. np.int -> int transformers.py

    np.int has been deprecated so changed to int
    mikesmithlab committed May 11, 2023
    Configuration menu
    Copy the full SHA
    26a8583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df6bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge pull request #1 from mikesmithlab/master

    FIX numpy int
    shimanek committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    63473f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

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

Commits on Nov 11, 2023

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