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: facebookresearch/balance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Choose a base ref
...
head repository: facebookresearch/balance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 24, 2025

  1. Remove upper version limits for Python 3.12+ dependencies

    Summary:
    Remove upper version constraints from numpy, pandas, scipy, and scikit-learn dependencies for Python 3.12+. This allows the balance package to work with newer versions of these libraries while maintaining backward compatibility for older Python versions.
    
    Libraries updated:
    - numpy: removed <2.1 constraint for Python >=3.12
    - pandas: removed <2.4.0 constraint for Python >=3.12
    - scipy: removed <1.14.0 constraint for Python >=3.12
    - scikit-learn: removed <1.5.0 constraint for Python >=3.12
    
    For Python < 3.12, existing version constraints are preserved to ensure stability.
    
    Reviewed By: atavory
    
    Differential Revision: D83134005
    
    fbshipit-source-id: 7a25c3b959dc94242b8236487f1301f19b50c333
    talgalili authored and facebook-github-bot committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    c582fc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Release balance v0.12.0: Add support for Python 3.13 and 3.14 and rem…

    …ove constraints over scientific libraries (#128)
    
    Summary:
    Pull Request resolved: #128
    
    As title
    
    Reviewed By: wesleytlee
    
    Differential Revision: D84630564
    
    fbshipit-source-id: 0b15767d136472a3e713593d5f1501ffb97fef64
    talgalili authored and meta-codesync[bot] committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    5ef9db4 View commit details
    Browse the repository at this point in the history
Loading