Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 12, 2024
1 parent 180a0c5 commit 6511d65
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 49 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test_coverage.yml
Expand Up @@ -84,11 +84,13 @@ jobs:
- name: 'Upload coverage to Codecov'
id: upload
# Pin action to full length commit SHA
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
directory: reports/coverage
flags: unittests
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# Extract coverage value:
- name: 'Extract coverage value and assign to output'
Expand Down
64 changes: 30 additions & 34 deletions LICENSE
Expand Up @@ -180,44 +180,14 @@ DEPENDENCIES & ATTRIBUTION
The library links against the following external libraries or contains
implementations from the following external libraries, which have their own
licenses:

* Boost <http://www.boost.org/LICENSE_1_0.txt>

Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

The library links against the following external libraries or contains
implementations from the following external libraries, which have their own
licenses:

* StatsFuns.jl <https://raw.githubusercontent.com/JuliaStats/StatsFuns.jl/
e66dd973650c375bc1739c820e5b96bb5bd000a8/LICENSE.md>

Expand All @@ -242,3 +212,29 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

* Boost <http://www.boost.org/LICENSE_1_0.txt>

Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -110,14 +110,14 @@
"@stdlib/constants-float64-sqrt-two-pi": "^0.2.1",
"@stdlib/constants-float64-two-pi": "^0.2.1",
"@stdlib/math-base-assert-is-finite": "^0.2.1",
"@stdlib/math-base-assert-is-integer": "^0.2.3",
"@stdlib/math-base-assert-is-integer": "^0.2.4",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.2",
"@stdlib/math-base-assert-is-positive-integer": "^0.2.1",
"@stdlib/math-base-assert-is-probability": "^0.2.1",
"@stdlib/math-base-assert-is-probability": "^0.2.2",
"@stdlib/math-base-special-abs": "^0.2.1",
"@stdlib/math-base-special-abs2": "^0.2.1",
"@stdlib/math-base-special-asin": "^0.2.1",
"@stdlib/math-base-special-asin": "^0.2.2",
"@stdlib/math-base-special-atan2": "^0.2.1",
"@stdlib/math-base-special-beta": "^0.2.1",
"@stdlib/math-base-special-betainc": "^0.2.1",
Expand All @@ -127,13 +127,13 @@
"@stdlib/math-base-special-ceil": "^0.2.1",
"@stdlib/math-base-special-cospi": "^0.3.1",
"@stdlib/math-base-special-digamma": "^0.2.1",
"@stdlib/math-base-special-erf": "^0.2.2",
"@stdlib/math-base-special-erfc": "^0.2.2",
"@stdlib/math-base-special-erfcinv": "^0.2.1",
"@stdlib/math-base-special-erf": "^0.2.3",
"@stdlib/math-base-special-erfc": "^0.2.3",
"@stdlib/math-base-special-erfcinv": "^0.2.2",
"@stdlib/math-base-special-erfcx": "^0.2.1",
"@stdlib/math-base-special-erfinv": "^0.2.1",
"@stdlib/math-base-special-exp": "^0.2.2",
"@stdlib/math-base-special-expm1": "^0.2.1",
"@stdlib/math-base-special-exp": "^0.2.3",
"@stdlib/math-base-special-expm1": "^0.2.2",
"@stdlib/math-base-special-factorial": "^0.2.1",
"@stdlib/math-base-special-factorialln": "^0.2.1",
"@stdlib/math-base-special-floor": "^0.2.2",
Expand All @@ -143,22 +143,22 @@
"@stdlib/math-base-special-gammaincinv": "^0.2.1",
"@stdlib/math-base-special-gammaln": "^0.2.1",
"@stdlib/math-base-special-kernel-betaincinv": "^0.1.1",
"@stdlib/math-base-special-ln": "^0.2.1",
"@stdlib/math-base-special-log1p": "^0.2.1",
"@stdlib/math-base-special-ln": "^0.2.3",
"@stdlib/math-base-special-log1p": "^0.2.2",
"@stdlib/math-base-special-log2": "^0.2.1",
"@stdlib/math-base-special-max": "^0.2.1",
"@stdlib/math-base-special-min": "^0.2.1",
"@stdlib/math-base-special-min": "^0.2.2",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/math-base-special-riemann-zeta": "^0.2.1",
"@stdlib/math-base-special-round": "^0.2.1",
"@stdlib/math-base-special-roundn": "^0.2.1",
"@stdlib/math-base-special-signum": "^0.2.1",
"@stdlib/math-base-special-sin": "^0.2.1",
"@stdlib/math-base-special-sinc": "^0.2.1",
"@stdlib/math-base-special-sinh": "^0.2.1",
"@stdlib/math-base-special-sinh": "^0.2.2",
"@stdlib/math-base-special-sinpi": "^0.2.1",
"@stdlib/math-base-special-sqrt": "^0.2.1",
"@stdlib/math-base-special-tan": "^0.2.1",
"@stdlib/math-base-special-tan": "^0.2.2",
"@stdlib/math-base-special-trunc": "^0.2.1",
"@stdlib/math-base-tools-sum-series": "^0.2.1",
"@stdlib/random-base-discrete-uniform": "^0.2.1",
Expand Down

0 comments on commit 6511d65

Please sign in to comment.