Skip to content

Expand research roadmap#10

Open
danielsuit wants to merge 6 commits into
mainfrom
cursor/expanded-research-roadmap-6ea2
Open

Expand research roadmap#10
danielsuit wants to merge 6 commits into
mainfrom
cursor/expanded-research-roadmap-6ea2

Conversation

@danielsuit

@danielsuit danielsuit commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replaced the placeholder upcoming-functions file with a detailed research and implementation roadmap.
  • Added deeper expansion plans for every existing README topic, professional maturity requirements, 50 additional math areas, and professional_function_catalog.md with 8,600 candidate functions.
  • Moved the roadmap API surface into code with mathfunctionize/upcoming.py, metadata registry helpers, and callable placeholders for planned functions.
  • Wired planned placeholders into mathfunctionize.mathfunctionize without overwriting implemented functions.
  • Implemented real functions in previously thin or incomplete areas:
    • Statistics: fixed variance, added standardDeviation, sample statistics, quartiles, IQR, percentile, z-score, covariance, and correlation.
    • Probability: fixed gammaPDF, added Bernoulli/binomial/Poisson/exponential helpers, expected value, conditional probability, and independence checks.
    • Complex numbers: added shared parsing/formatting, multiplication, division, modulus, argument, and polar conversion helpers.
    • Number theory: added gcd/lcm, extended gcd, modular exponentiation/inverse, factorization, sieve, totient, coprime, divisors, and perfect-number checks.
    • Linear algebra: added identity, trace, minors, cofactors, inverse, row echelon, rank, dot product, cross product, and vector norm.
  • Added focused tests for the newly implemented gap functions and updated roadmap-placeholder tests so newly implemented gcd is validated as real code.

Verification

  • python3 -m unittest discover -v passed: 86 tests.
  • git diff --check passed.
  • Import/runtime spot checks passed for implemented gap functions including gcd, binomialPMF, and complex_multiplication.
  • Previous registry verification remains covered by tests: professional catalog has 86 topics and 8,600 candidate functions, with 100 per topic.
Open in Web Open in Cursor 

cursoragent and others added 6 commits July 6, 2026 05:00
Co-authored-by: Daniel Suit <suit.d@northeastern.edu>
Co-authored-by: Daniel Suit <suit.d@northeastern.edu>
Co-authored-by: Daniel Suit <suit.d@northeastern.edu>
Co-authored-by: Daniel Suit <suit.d@northeastern.edu>
Co-authored-by: Daniel Suit <suit.d@northeastern.edu>
Co-authored-by: Daniel Suit <suit.d@northeastern.edu>
@danielsuit danielsuit marked this pull request as ready for review July 6, 2026 11:25
@cursor

cursor Bot commented Jul 6, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

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