Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/scientist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.4
Choose a base ref
...
head repository: github/scientist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.5
Choose a head ref
  • 18 commits
  • 8 files changed
  • 9 contributors

Commits on Jan 6, 2023

  1. Fix example code in README

    - A method that has `?` suffix should return boolean, but this method return an object that respond to `valid?`.
    - All other examples don't have `?`.
    tricknotes committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    56ae1fd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 11, 2023
    2 Configuration menu
    Copy the full SHA
    a28dc48 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    dbc99ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from github/improve-clean-docs

    Explain clean vs compare in README
    ekroon authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a25a0d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    2c297ab View commit details
    Browse the repository at this point in the history
  2. Add test for marshal load

    ridiculous authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b98d3f8 View commit details
    Browse the repository at this point in the history
  3. Fix syntax error

    ridiculous committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c4c6e9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #240 from github/dependabot/github_actions/actions…

    …/checkout-4
    
    Bump actions/checkout from 3 to 4
    GrantBirki authored May 23, 2024
    Configuration menu
    Copy the full SHA
    fc9d7c3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Merge pull request #190 from tricknotes/fix-readme

    Fix example code in README
    ekroon authored May 25, 2024
    Configuration menu
    Copy the full SHA
    fcb5050 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request #259 from ridiculous/ridiculous-patch-1

    Fix bug with marshalling experiments
    zerowidth authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    987f8be View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Ci against Ruby v3.3

    toshimaru authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6bda936 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #266 from toshimaru/ruby-3.3

    CI against Ruby v3.3
    zerowidth authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b15ceeb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Report CPU Time alongside Wall Time

    We'd like to be able to quantify CPU time consumed while executing
    the candidate and control blocks during science experiments.
    
    Changes include:
    - Added `cpu_time` attribute to `Scientist::Observation`.
    - Refactored initialization to capture both start/end times for wall
    time and CPU time.
    - Updated tests to include CPU-intensive work so we can verify we're
    recording CPU time correctly.
    
    This allows us to track cpu time more precisely when making improvements.
    elenatanasoiu committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    1987656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb642e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Make the change backwards-compatible

    This supports both the old version (single value) and new version (hash-based).
    
    I've added back the tests from the old version to check that the code stills works
    when we provide a single value.
    
    I've also adapted the README a bit to explain both versions.
    elenatanasoiu committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    b2311bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a45412 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Merge pull request #275 from elenatanasoiu/elena/add-cpu-time

    Report CPU Time alongside Wall Time
    zerowidth authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    fdd09d0 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    504a396 View commit details
    Browse the repository at this point in the history
Loading