1. 26 4月, 2025 4 次提交
  2. 19 4月, 2025 4 次提交
  3. 12 4月, 2025 1 次提交
  4. 10 4月, 2025 2 次提交
    • Ben Mares's avatar
      Update setuptools in Pyodide workflow · f1514ebe
      Ben Mares 提交于
      f1514ebe
    • Ben Mares's avatar
      Update pyproject license schema according to deprecation warnings · b9fafc4d
      Ben Mares 提交于
      * Building wheel...
      /tmp/build-env-vi5sasbz/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
      !!
              ********************************************************************************
              Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
              By 2026-Feb-18, you need to update your project and remove deprecated calls
              or your builds will no longer be supported.
              See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
              ********************************************************************************
      !!
        corresp(dist, value, root_dir)
      /tmp/build-env-vi5sasbz/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
      !!
              ********************************************************************************
              Please consider removing the following classifiers in favor of a SPDX license expression:
              License :: OSI Approved :: BSD License
              See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
              ********************************************************************************
      b9fafc4d
  5. 09 4月, 2025 10 次提交
  6. 08 4月, 2025 4 次提交
  7. 05 4月, 2025 1 次提交
  8. 02 4月, 2025 2 次提交
    • ricardoV94's avatar
      More stable fix for JAX Multinomial · 0f5da80c
      ricardoV94 提交于
      0f5da80c
    • Ricardo Vieira's avatar
      Don't run local uint constant indices in C/Python backends (#1335) · d9b10859
      Ricardo Vieira 提交于
      * Let numpy methods handle integer size problems in AdvancedSubtensor1
      
      * Don't run `local_uint_constant_indices` in C/python backend
      
      Indices are always cast to int64 by the underlying methods.
      
      Also don't run in specialize, to reduce number of passes. Other rewrites may introduce temporar indexing operations (such as x.shape[i]) which always default to int64, and it's useless to optimize immediately.
      d9b10859
  9. 01 4月, 2025 1 次提交
  10. 30 3月, 2025 1 次提交
  11. 28 3月, 2025 1 次提交
  12. 27 3月, 2025 3 次提交
  13. 26 3月, 2025 1 次提交
  14. 24 3月, 2025 4 次提交
  15. 22 3月, 2025 1 次提交