Skip to content

Commit a5fcd01

Browse files
committed
Auto-generated commit
1 parent 7b4dfd0 commit a5fcd01

File tree

4 files changed

+34
-33
lines changed

4 files changed

+34
-33
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test_coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ jobs:
8484
- name: 'Upload coverage to Codecov'
8585
id: upload
8686
# Pin action to full length commit SHA
87-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
87+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
8888
with:
8989
directory: reports/coverage
9090
flags: unittests
9191
fail_ci_if_error: true
92+
env:
93+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9294

9395
# Extract coverage value:
9496
- name: 'Extract coverage value and assign to output'

LICENSE

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,32 @@ The library links against the following external libraries or contains
181181
implementations from the following external libraries, which have their own
182182
licenses:
183183

184+
* Boost <http://www.boost.org/LICENSE_1_0.txt>
185+
186+
Boost Software License - Version 1.0 - August 17th, 2003
187+
188+
Permission is hereby granted, free of charge, to any person or organization
189+
obtaining a copy of the software and accompanying documentation covered by
190+
this license (the "Software") to use, reproduce, display, distribute,
191+
execute, and transmit the Software, and to prepare derivative works of the
192+
Software, and to permit third-parties to whom the Software is furnished to
193+
do so, all subject to the following:
194+
195+
The copyright notices in the Software and this entire statement, including
196+
the above license grant, this restriction and the following disclaimer,
197+
must be included in all copies of the Software, in whole or in part, and
198+
all derivative works of the Software, unless such copies or derivative
199+
works are solely in the form of machine-executable object code generated by
200+
a source language processor.
201+
202+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
203+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
204+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
205+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
206+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
207+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
208+
DEALINGS IN THE SOFTWARE.
209+
184210
* MT19937 <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/
185211
mt19937ar.c>
186212

@@ -214,29 +240,3 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
214240
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
215241
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
216242

217-
* Boost <http://www.boost.org/LICENSE_1_0.txt>
218-
219-
Boost Software License - Version 1.0 - August 17th, 2003
220-
221-
Permission is hereby granted, free of charge, to any person or organization
222-
obtaining a copy of the software and accompanying documentation covered by
223-
this license (the "Software") to use, reproduce, display, distribute,
224-
execute, and transmit the Software, and to prepare derivative works of the
225-
Software, and to permit third-parties to whom the Software is furnished to
226-
do so, all subject to the following:
227-
228-
The copyright notices in the Software and this entire statement, including
229-
the above license grant, this restriction and the following disclaimer,
230-
must be included in all copies of the Software, in whole or in part, and
231-
all derivative works of the Software, unless such copies or derivative
232-
works are solely in the form of machine-executable object code generated by
233-
a source language processor.
234-
235-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
236-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
237-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
238-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
239-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
240-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
241-
DEALINGS IN THE SOFTWARE.
242-

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,27 @@
117117
"@stdlib/fs-exists": "^0.2.1",
118118
"@stdlib/fs-read-dir": "^0.2.1",
119119
"@stdlib/fs-write-file": "^0.2.1",
120-
"@stdlib/math-base-assert-is-integer": "^0.2.3",
120+
"@stdlib/math-base-assert-is-integer": "^0.2.4",
121121
"@stdlib/math-base-assert-is-nan": "^0.2.1",
122122
"@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.2",
123123
"@stdlib/math-base-assert-is-positive-integer": "^0.2.1",
124-
"@stdlib/math-base-assert-is-probability": "^0.2.1",
124+
"@stdlib/math-base-assert-is-probability": "^0.2.2",
125125
"@stdlib/math-base-ops-umul": "^0.2.1",
126126
"@stdlib/math-base-special-abs": "^0.2.1",
127127
"@stdlib/math-base-special-ceil": "^0.2.1",
128128
"@stdlib/math-base-special-cos": "^0.2.1",
129-
"@stdlib/math-base-special-exp": "^0.2.2",
129+
"@stdlib/math-base-special-exp": "^0.2.3",
130130
"@stdlib/math-base-special-factorial": "^0.2.1",
131131
"@stdlib/math-base-special-factorialln": "^0.2.1",
132132
"@stdlib/math-base-special-floor": "^0.2.2",
133-
"@stdlib/math-base-special-ln": "^0.2.1",
133+
"@stdlib/math-base-special-ln": "^0.2.3",
134134
"@stdlib/math-base-special-max": "^0.2.1",
135135
"@stdlib/math-base-special-pow": "^0.2.1",
136136
"@stdlib/math-base-special-round": "^0.2.1",
137137
"@stdlib/math-base-special-signum": "^0.2.1",
138138
"@stdlib/math-base-special-sin": "^0.2.1",
139139
"@stdlib/math-base-special-sqrt": "^0.2.1",
140-
"@stdlib/math-base-special-tan": "^0.2.1",
140+
"@stdlib/math-base-special-tan": "^0.2.2",
141141
"@stdlib/object-assign": "^0.2.1",
142142
"@stdlib/process-env": "^0.2.1",
143143
"@stdlib/stats-base-dists-cosine-quantile": "^0.2.1",

0 commit comments

Comments
 (0)