Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: make it clear that functions accept unlimited number of parameters #1410

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

sequba
Copy link
Contributor

@sequba sequba commented Apr 30, 2024

Context

Internal discussion: https://handsoncode.slack.com/archives/C04MQ954YPL/p1713780506089739

Types of changes

  • Breaking change (a fix or a feature because of which an existing functionality doesn't work as expected anymore)
  • New feature or improvement (a non-breaking change that adds functionality)
  • Bug fix (a non-breaking change that fixes an issue)
  • Additional language file, or a change to an existing language file (translations)
  • Change to the documentation

Checklist:

  • I have reviewed the guidelines about Contributing to HyperFormula and I confirm that my code follows the code style of this project.
  • I have signed the Contributor License Agreement.
  • My change is compliant with the OpenDocument standard.
  • My change is compatible with Microsoft Excel.
  • My change is compatible with Google Sheets.
  • I described my changes in the CHANGELOG.md file.
  • My changes require a documentation update.
  • My changes require a migration guide.

@sequba sequba self-assigned this Apr 30, 2024
@sequba sequba added the Docs Improvements or additions to documentation label Apr 30, 2024
Copy link

github-actions bot commented Apr 30, 2024

Performance comparison of head (dc415f0) vs base (b18f616)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 546.63 | 537.89 | -1.60%
                                      Sheet B | 178.91 | 174.56 | -2.43%
                                      Sheet T | 152.52 | 152.29 | -0.15%
                                Column ranges | 549.57 | 561.36 | +2.15%
Sheet A:  change value, add/remove row/column |  14.46 |  15.43 | +6.71%
 Sheet B: change value, add/remove row/column | 129.95 | 131.49 | +1.19%
                   Column ranges - add column | 147.32 | 148.18 | +0.58%
                Column ranges - without batch | 430.77 |  429.1 | -0.39%
                        Column ranges - batch |  116.8 | 112.34 | -3.82%

@sequba sequba marked this pull request as ready for review April 30, 2024 13:06
@sequba sequba requested a review from evanSe April 30, 2024 13:06
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.37%. Comparing base (d7ee29f) to head (dc415f0).
Report is 5 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1410   +/-   ##
========================================
  Coverage    97.37%   97.37%           
========================================
  Files          169      169           
  Lines        14428    14428           
  Branches      3099     3099           
========================================
  Hits         14049    14049           
  Misses         376      376           
  Partials         3        3           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant