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.1.2 release #961

Merged
merged 10 commits into from
Mar 1, 2024
Merged

For a 1.1.2 release #961

merged 10 commits into from
Mar 1, 2024

Commits on Jan 30, 2024

  1. Reduce sigdigits in parameter range display #948

    This commit addresses issue #948 by updating the display of parameter ranges to include reduced significant digits.
    adarshpalaskar1 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e924a77 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Reduce sigdigits in parameter range display #948

    This commit addresses issue #948 by updating the display of parameter ranges to include reduced significant digits.
    adarshpalaskar1 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8630c19 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update src/hyperparam/one_dimensional_ranges.jl

    refactored type check
    
    Co-authored-by: Anthony Blaom, PhD <anthony.blaom@gmail.com>
    adarshpalaskar1 and ablaom authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    387e7f3 View commit details
    Browse the repository at this point in the history
  2. Add Float64 range test

    Added test for one-dimensional range with Float64 values, rounded off to 4 significant digits.
    adarshpalaskar1 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    02af6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Merge pull request #958 from adarshpalaskar1/reduce-sigdigits-display…

    …-948
    
    Reduce sigdigits in parameter range display #948
    ablaom authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    831abfa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. add test to catch issue 927

    ablaom committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4aa0883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41181d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdfba7a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. bump 1.1.2

    ablaom committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f7ef4fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #960 from JuliaAI/nested-serialization

    Fix problem with serialization of nested models when component model overload `save`/`restore`
    ablaom authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b23bbd6 View commit details
    Browse the repository at this point in the history