Skip to content

Conversation

@GabbyTab
Copy link

Description

Add recipe for boofun - a Python library for Boolean function analysis and spectral methods.

PyPI: https://pypi.org/project/boofun/
GitHub: https://github.com/GabbyTab/boofun
Documentation: https://gabbytab.github.io/boofun/

Features

  • Boolean function representations (truth tables, Fourier expansion, ANF, DNF/CNF, circuits, BDDs)
  • Fourier analysis and spectral methods
  • Property testing (linearity, junta, monotonicity)
  • Query complexity measures
  • Built-in function families (majority, parity, tribes)
  • Visualization tools

Checklist

  • Recipe follows conda-forge guidelines
  • Package is on PyPI with MIT license
  • Test imports work
  • All dependencies are available on conda-forge (numpy, scipy, numba)

@github-actions
Copy link
Contributor

Hi! This is the staged-recipes linter and your PR looks excellent! 🚀

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/boofun/meta.yaml) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipes/boofun/meta.yaml:

  • ℹ️ noarch: python recipes should usually follow the syntax in our documentation for specifying the Python version.
    • For the host section of the recipe, you should usually use the pin python {{ python_min }} for the python entry.
    • For the run section of the recipe, you should usually use the pin python >={{ python_min }} for the python entry.
    • For the test.requires section of the recipe, you should usually use the pin python {{ python_min }} for the python entry.
    • If the package requires a newer Python version than the currently supported minimum version on conda-forge, you can override the python_min variable by adding a Jinja2 set statement at the top of your recipe (or using an equivalent context variable for v1 recipes).
  • ℹ️ PyPI default URL is now pypi.org, and not pypi.io. You may want to update the default source url.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/21165633753. Examine the logs at this URL for more detail.

- Use python_min variable for noarch recipe
- Change pypi.io to pypi.org
- Update minimum Python to 3.9 (matches package requirements)
@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/boofun/meta.yaml) and found it was in an excellent condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants