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.6 release #987

Merged
merged 21 commits into from
Jul 2, 2024
Merged

For a 1.6 release #987

merged 21 commits into from
Jul 2, 2024

Commits on Jun 26, 2024

  1. Fix links

    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5c41370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12c399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a023f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a135165 View commit details
    Browse the repository at this point in the history
  5. Fix fenced code examples

    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    40f6dd8 View commit details
    Browse the repository at this point in the history
  6. Update array print look

    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c2c6ce8 View commit details
    Browse the repository at this point in the history
  7. Use latex builtin exp

    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6b91946 View commit details
    Browse the repository at this point in the history
  8. Fix argument list

    Extra newline causes markdown to interpret them as two different lists.
    Remove newline to keep it all as one list.
    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d3d9383 View commit details
    Browse the repository at this point in the history
  9. Split method docstrings

    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    170e975 View commit details
    Browse the repository at this point in the history
  10. Use proper ordered lists in docstrings

    Lists were already formatted as bullet lists with
    extraneous numbering or as manual plaintext lists.
    abhro committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4eaa1e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    aa613cb View commit details
    Browse the repository at this point in the history
  2. bump 1.6

    ablaom committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cb15208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d37eed View commit details
    Browse the repository at this point in the history
  4. Add argument name in docstring description

    Co-authored-by: Anthony Blaom, PhD <anthony.blaom@gmail.com>
    abhro and ablaom authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a9442fa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Match variable names to docs

    Update variable name style (and comments) to match docs
    abhro committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    08a014e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. tweak docstring

    ablaom committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    63344b7 View commit details
    Browse the repository at this point in the history
  2. fix docstring

    fix some more
    ablaom committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ecb4322 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #984 from JuliaAI/pipelines-with-supervised-transf…

    …ormers
    
    Add support in pipelines for `Unsupervised` models for which `target_in_fit`  is `true`
    ablaom authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b44e7cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #983 from abhro/patch-1

    Docstring patches
    ablaom authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7254ee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    928a7d1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #986 from JuliaAI/default-logger-docstring

    Fix `default_logger` docstring
    ablaom authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9d78c6c View commit details
    Browse the repository at this point in the history