Skip to content

feat: add math/base/special/logitf #3367

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

Merged
merged 24 commits into from
Apr 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
084c777
feat(math): add math/base/special/logitf
vivekmaurya001 Dec 7, 2024
fba8f2c
Merge branch 'logitf' of https://github.com/vivekmaurya001/stdlib int…
vivekmaurya001 Dec 7, 2024
92cc9c6
chore: update copyright years
stdlib-bot Dec 7, 2024
33ea60a
Merge branch 'stdlib-js:develop' into logitf
vivekmaurya001 Jan 18, 2025
501ef98
add math/base/special/logitf
vivekmaurya001 Jan 18, 2025
2e3dce0
chore: update copyright years
stdlib-bot Jan 18, 2025
1b0a660
add math/base/special/logitf
vivekmaurya001 Jan 18, 2025
30fe769
Merge branch 'logitf' of https://github.com/vivekmaurya001/stdlib int…
vivekmaurya001 Jan 18, 2025
5a0da6c
add math/base/special/logitf
vivekmaurya001 Jan 18, 2025
b600358
add math/base/special/logitf
vivekmaurya001 Jan 18, 2025
41a7874
Apply suggestions from code review
gunjjoshi Mar 7, 2025
4348720
Update lib/node_modules/@stdlib/math/base/special/logitf/docs/types/i…
gunjjoshi Mar 7, 2025
d4d2a4a
Merge branch 'stdlib-js:develop' into logitf
vivekmaurya001 Mar 7, 2025
04761f2
Merge branch 'stdlib-js:develop' into logitf
vivekmaurya001 Mar 8, 2025
7049e2f
feat: add math/base/special/logitf
vivekmaurya001 Mar 8, 2025
3327eed
chore: update copyright years
stdlib-bot Mar 8, 2025
a975a76
Merge remote-tracking branch 'upstream/develop' into logitf
stdlib-bot Apr 17, 2025
ae813a0
chore: clean-up
anandkaranubc Apr 17, 2025
abbfe91
docs: fix function descriptions
anandkaranubc Apr 17, 2025
cb908ea
bench: follow code conventions and fix function return types
anandkaranubc Apr 17, 2025
5c8a985
docs: replace manual for loop in examples
anandkaranubc Apr 17, 2025
ff84d08
chore: re-enable lint rule
anandkaranubc Apr 17, 2025
4d5d7aa
fix: use float64ToFloat32 to avoid elevated precision
anandkaranubc Apr 17, 2025
dc07f16
test: replace equal with strictEqual
anandkaranubc Apr 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: clean-up
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
  - task: lint_filenames
    status: passed
  - task: lint_editorconfig
    status: passed
  - task: lint_markdown
    status: na
  - task: lint_package_json
    status: na
  - task: lint_repl_help
    status: na
  - task: lint_javascript_src
    status: na
  - task: lint_javascript_cli
    status: na
  - task: lint_javascript_examples
    status: na
  - task: lint_javascript_tests
    status: na
  - task: lint_javascript_benchmarks
    status: na
  - task: lint_python
    status: na
  - task: lint_r
    status: na
  - task: lint_c_src
    status: na
  - task: lint_c_examples
    status: na
  - task: lint_c_benchmarks
    status: na
  - task: lint_c_tests_fixtures
    status: na
  - task: lint_shell
    status: na
  - task: lint_typescript_declarations
    status: na
  - task: lint_typescript_tests
    status: na
  - task: lint_license_headers
    status: passed
---
  • Loading branch information
anandkaranubc committed Apr 17, 2025
commit ae813a0165268cba43bd1bed7eb34b49da665eb1

This file was deleted.