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

For a 1.3 release #977

Merged
merged 31 commits into from
May 6, 2024
Merged

For a 1.3 release #977

merged 31 commits into from
May 6, 2024

Commits on Mar 30, 2024

  1. Add prompt to REPL example

    Add "julia> " to example REPL session to clearly indicate code. Also add semicolon to indicate that the output should not be considered.
    abhro authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b6056dc View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    7ae5821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190de70 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge pull request #968 from abhro/patch-1

    Add prompt to docstring REPL example
    ablaom authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    54ed311 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Update docstring examples and code

    Fence/indent/dedent code samples in docstrings with proper language
    tags so that built-in julia help and Documenter.jl can pick them up.
    abhro committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2752e08 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    d0002b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #972 from JuliaAI/fix-test

    Make test of `iterator(...)` more robust
    ablaom authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f8b4c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #969 from JuliaAI/predict-type-instability

    Address some predict/transform type instabilities
    ablaom authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6e77d6a View commit details
    Browse the repository at this point in the history
  2. add CompactPerformanceEvaluation type

    oops
    ablaom committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    326f9b5 View commit details
    Browse the repository at this point in the history
  3. add test

    ablaom committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5356cd3 View commit details
    Browse the repository at this point in the history
  4. bump 1.3

    ablaom committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b0818a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc3bec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    686741e View commit details
    Browse the repository at this point in the history
  7. Collapse docstring for holdout

    abhro authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dbba742 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0c7f8a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    bc55ffd View commit details
    Browse the repository at this point in the history
  2. update evaluate! docstring

    ablaom committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5bd8f82 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    43b48cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8bdc7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f744d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b91db0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ed15ce View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. drop invalid smoke test

    ablaom committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8cb6f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. add coverage

    ablaom committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    45cb77c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Merge pull request #973 from JuliaAI/compact-performance-evaluations

    Add `CompactPerformanceEvaluation` objects and the option in `evaluate!` to construct them
    ablaom authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f811dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6db81 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. typo identified in review

    ablaom committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2c85c30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #975 from JuliaAI/insample-evaluations

    Add `InSample` resampling strategy
    ablaom authored May 6, 2024
    Configuration menu
    Copy the full SHA
    d6b1930 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'docstring-patch-1' of https://github.com/abhro/MLJBase.jl

    … into abhro-docstring-patch-1
    ablaom committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e0ca155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af10ff2 View commit details
    Browse the repository at this point in the history