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

fix: correct variable ordering in cauchy CDF implementation #5542

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -856,11 +856,11 @@ IncludeCategories:
Priority: 3

# Built-in headers (e.g., `<stdint.h>`) should always come at the end...
- Regex: '<[[:alnum:].]+>'
- Regex: "<[[:alnum:].]+>"
Priority: 4

# All other headers (e.g., those resolved using relative paths) should come first...
- Regex: '.*'
- Regex: ".*"
Priority: 1

#/
2 changes: 0 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ codecov:
# Default branch to show (if not set, inherited from repository settings):
branch: develop


coverage:
# Number of decimals to display in UI:
precision: 4
@@ -93,7 +92,6 @@ coverage:
# If CI fails, report an "error" commit status:
if_ci_failed: error


# Comment settings:
comment:
layout: "header, diff, changes, sunburst, uncovered, tree"
37 changes: 18 additions & 19 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2023 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license Apache-2.0
*
* Copyright (c) 2023 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

'use strict';
"use strict";

// MODULES //

var config = require( './etc/commitlint/.commitlintrc.js' ); // eslint-disable-line node/no-unpublished-require

var config = require("./etc/commitlint/.commitlintrc.js"); // eslint-disable-line node/no-unpublished-require

// EXPORTS //

4 changes: 0 additions & 4 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -57,13 +57,9 @@ This folder includes configuration for developing the project in a local contain
<section class="links">

[dev-container-image]: https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode

[dev-container-url]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stdlib-js/stdlib

[github-codespaces]: https://github.com/features/codespaces

[github-codespaces-image]: https://github.com/codespaces/badge.svg

[github-codespaces-url]: https://codespaces.new/stdlib-js/stdlib

</section>
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,7 @@
"postCreateCommand": "./.devcontainer/post-create",
"customizations": {
"codespaces": {
"openFiles": [
"README.md"
]
"openFiles": ["README.md"]
},
"vscode": {
"settings": {
37 changes: 18 additions & 19 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

'use strict';
"use strict";

// MODULES //

var eslint = require( './etc/eslint/.eslintrc.overrides.js' );

var eslint = require("./etc/eslint/.eslintrc.overrides.js");

// EXPORTS //

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -26,4 +26,3 @@ contact_links:
- name: 👏 Support Us
url: https://github.com/stdlib-js/stdlib/blob/develop/docs/support_the_project.md
about: Want to help support the project? 😍

8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@ Resolves #{{TODO: add issue number}}.

This pull request:

- {{TODO: add description describing what this pull request does}}
- {{TODO: add description describing what this pull request does}}

## Related Issues

> Does this pull request have any related issues?

This pull request:

- resolves #{{TODO: add issue number}}
- resolves #{{TODO: add issue number}}

## Questions

@@ -32,9 +32,9 @@ No.

> Please ensure the following tasks are completed before submitting this pull request.

- [ ] Read, understood, and followed the [contributing guidelines][contributing].
- [ ] Read, understood, and followed the [contributing guidelines][contributing].

* * *
---

@stdlib-js/reviewers

24 changes: 12 additions & 12 deletions .github/codeql/codeql_config.yml
Original file line number Diff line number Diff line change
@@ -20,18 +20,18 @@ name: codeql_configuration

# Define paths for which code scanning should be performed:
paths:
- 'lib'
- "lib"

# Define paths for which code scanning should *not* be performed:
paths-ignore:
- '**/_tools'
- '**/test/*.js'
- '**/test/**/*.js'
- '**/benchmark/*.js'
- '**/benchmark/**/*.js'
- '**/examples/*.js'
- '**/examples/**/*.js'
- '**/data'
- '**/scripts'
- '**/etc'
- '**/docs'
- "**/_tools"
- "**/test/*.js"
- "**/test/**/*.js"
- "**/benchmark/*.js"
- "**/benchmark/**/*.js"
- "**/examples/*.js"
- "**/examples/**/*.js"
- "**/data"
- "**/scripts"
- "**/etc"
- "**/docs"
56 changes: 28 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -18,32 +18,32 @@

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
ignore:
- dependency-name: "distributhor/workflow-webhook"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
ignore:
- dependency-name: "distributhor/workflow-webhook"

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
allow:
- dependency-name: "*"
dependency-type: "production"
ignore:
- dependency-name: "remark*"
- dependency-name: "chai"
- dependency-name: "debug"
- dependency-name: "ajv"
- dependency-name: "d3-scale"
- dependency-name: "d3-shape"
- dependency-name: "d3-time-format"
- dependency-name: "d3-format"
- dependency-name: "readable-stream"
- dependency-name: "mkdirp"
- dependency-name: "semver"
- dependency-name: "glob"
- dependency-name: "node-gyp"
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
allow:
- dependency-name: "*"
dependency-type: "production"
ignore:
- dependency-name: "remark*"
- dependency-name: "chai"
- dependency-name: "debug"
- dependency-name: "ajv"
- dependency-name: "d3-scale"
- dependency-name: "d3-shape"
- dependency-name: "d3-time-format"
- dependency-name: "d3-format"
- dependency-name: "readable-stream"
- dependency-name: "mkdirp"
- dependency-name: "semver"
- dependency-name: "glob"
- dependency-name: "node-gyp"
24 changes: 12 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -17,25 +17,25 @@
#/

BLAS:
- changed-files:
- any-glob-to-all-files: '**/blas/**/*'
- changed-files:
- any-glob-to-all-files: "**/blas/**/*"

LAPACK:
- changed-files:
- any-glob-to-all-files: '**/lapack/**/*'
- changed-files:
- any-glob-to-all-files: "**/lapack/**/*"

Math:
- changed-files:
- any-glob-to-all-files: '**/math/**/*'
- changed-files:
- any-glob-to-all-files: "**/math/**/*"

REPL:
- changed-files:
- any-glob-to-all-files: '**/repl/**/*'
- changed-files:
- any-glob-to-all-files: "**/repl/**/*"

Statistics:
- changed-files:
- any-glob-to-all-files: '**/stats/**/*'
- changed-files:
- any-glob-to-all-files: "**/stats/**/*"

Tools:
- changed-files:
- any-glob-to-all-files: '**/_tools/**/*'
- changed-files:
- any-glob-to-all-files: "**/_tools/**/*"
Loading
Oops, something went wrong.
Loading
Oops, something went wrong.