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: whatyouhide/stream_data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: whatyouhide/stream_data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 6, 2026

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

Commits on Jun 21, 2026

  1. Fix float when min and max are too far apart (#225)

    Rearrange the arithmetic expression such that intermediate operations
    are always within the bounds of floating-point numbers that can be
    represented by the system.
    
    - Fixes ArithmeticError exception when max - min >= 1.79e308.
    - Fixes floats generated outside of [min, max] range when upper/lower
    limits were lost due to loss of significance.
    IgnacioGoldchluk authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    69fce25 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Modernize CI

    whatyouhide committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    08dbfde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c289e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2026

  1. Add property test for String.count/2 (#212)

    Co-authored-by: Andrea Leopardi <[email protected]>
    SteffenDE and whatyouhide authored Jul 12, 2026
    Configuration menu
    Copy the full SHA
    2b4f833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5e6cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e98936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d356b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Chose flattening strategy for lazy trees

    Closes #107.
    whatyouhide committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    b2b7ac0 View commit details
    Browse the repository at this point in the history
  2. Require Elixir 1.14+

    whatyouhide committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    2a6863c View commit details
    Browse the repository at this point in the history
  3. Release v1.4.0

    whatyouhide committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    49958c0 View commit details
    Browse the repository at this point in the history
Loading