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: PolicyEngine/policyengine-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.19.0
Choose a base ref
...
head repository: PolicyEngine/policyengine-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.19.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    4fec397 View commit details
    Browse the repository at this point in the history
  2. refactor

    MaxGhenis committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6e9f962 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Added a new elif condition to handle integer arrays. If the array's d…

    …ata type kind is "i" (signed integer) or "u" (unsigned integer), the indices variable is directly assigned the array value.
    
    Updated the else condition to raise a ValueError only for unsupported array data types that are not handled by the previous conditions.
    MaxGhenis committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6803f6e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    a1495e3 View commit details
    Browse the repository at this point in the history
  2. Update PolicyEngine Core

    MaxGhenis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    207ce3c View commit details
    Browse the repository at this point in the history
Loading