Skip to content

Commit 1e0f9b3

Browse files
committed
Auto-generated commit
1 parent 9a3591e commit 1e0f9b3

19 files changed

Lines changed: 80 additions & 59 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-02-25)
7+
## Unreleased (2026-02-27)
88

99
<section class="features">
1010

@@ -722,6 +722,9 @@ A total of 85 issues were closed in this release:
722722

723723
<details>
724724

725+
- [`3422651`](https://github.com/stdlib-js/stdlib/commit/3422651a3ec2e6717f25d82020a62f00dbe2aa78) - **docs:** add missing section closing comments in READMEs _(by Philipp Burckhardt)_
726+
- [`40a80f6`](https://github.com/stdlib-js/stdlib/commit/40a80f62a767edfc5d664d617f44a4b8cb335cdd) - **docs:** add missing section closing comments in `math/base/special` READMEs _(by Philipp Burckhardt)_
727+
- [`abedf58`](https://github.com/stdlib-js/stdlib/commit/abedf5837f3b62af132cc2e9a8dac5dabc3939bc) - **docs:** fix typo in section closing comments in `math/base/special/gammasgn*` READMEs _(by Philipp Burckhardt)_
725728
- [`4fb4995`](https://github.com/stdlib-js/stdlib/commit/4fb49958095bee6d0cfee8b5d63fcfdf94f87e6e) - **docs:** fix missing and malformed section tags in README files _(by Philipp Burckhardt)_
726729
- [`f7191c0`](https://github.com/stdlib-js/stdlib/commit/f7191c093f0607ad6de9b7a21612f36bb3a84d90) - **chore:** use relative paths and remove trailing slashes in require paths _(by Philipp Burckhardt)_
727730
- [`0ca797b`](https://github.com/stdlib-js/stdlib/commit/0ca797b5558b96111256a7446eafe101761b240b) - **bench:** use float literals for `uniform` range arguments _(by Philipp Burckhardt)_

LICENSE

Lines changed: 44 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,15 @@ 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+
* FDLIBM <http://www.netlib.org/fdlibm/>
185+
186+
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
187+
188+
Developed at SunPro, a Sun Microsystems, Inc. business.
189+
Permission to use, copy, modify, and distribute this
190+
software is freely granted, provided that this notice
191+
is preserved.
192+
184193
* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
185194
SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
186195

@@ -212,11 +221,6 @@ SOFTWARE.
212221

213222
Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
214223

215-
Developed at SunPro, a Sun Microsystems, Inc. business.
216-
Permission to use, copy, modify, and distribute this
217-
software is freely granted, provided that this notice
218-
is preserved.
219-
220224
* Boost <http://www.boost.org/LICENSE_1_0.txt>
221225

222226
Boost Software License - Version 1.0 - August 17th, 2003
@@ -255,42 +259,13 @@ comes with no support or guarantee.
255259

256260
Stephen L. Moshier
257261
moshier@na-net.ornl.gov
258-
259-
* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
260-
261-
Copyright (c) 2012 Massachusetts Institute of Technology
262-
263-
Permission is hereby granted, free of charge, to any person obtaining
264-
a copy of this software and associated documentation files (the
265-
"Software"), to deal in the Software without restriction, including
266-
without limitation the rights to use, copy, modify, merge, publish,
267-
distribute, sublicense, and/or sell copies of the Software, and to
268-
permit persons to whom the Software is furnished to do so, subject to
269-
the following conditions:
270-
271-
The above copyright notice and this permission notice shall be
272-
included in all copies or substantial portions of the Software.
273-
274-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
275-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
276-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
277-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
278-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
279-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
280-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
281-
282-
* FDLIBM <http://www.netlib.org/fdlibm/>
283-
284-
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
285-
286-
Developed at SunPro, a Sun Microsystems, Inc. business.
287-
Permission to use, copy, modify, and distribute this
288-
software is freely granted, provided that this notice
289-
is preserved.
290262
Apache License
291263
Version 2.0, January 2004
292264
http://www.apache.org/licenses/
293265

266+
Stephen L. Moshier
267+
moshier@na-net.ornl.gov
268+
294269
* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
295270

296271
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -321,28 +296,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
321296
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
322297
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
323298

324-
Stephen L. Moshier
325-
moshier@na-net.ornl.gov
326-
Apache License
327-
Version 2.0, January 2004
328-
http://www.apache.org/licenses/
299+
* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
329300

330-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
331-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
332-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
333-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
334-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
335-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
336-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
337-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
338-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
339-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
340-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
341-
Apache License
342-
Version 2.0, January 2004
343-
http://www.apache.org/licenses/
301+
Copyright (c) 2012 Massachusetts Institute of Technology
302+
303+
Permission is hereby granted, free of charge, to any person obtaining
304+
a copy of this software and associated documentation files (the
305+
"Software"), to deal in the Software without restriction, including
306+
without limitation the rights to use, copy, modify, merge, publish,
307+
distribute, sublicense, and/or sell copies of the Software, and to
308+
permit persons to whom the Software is furnished to do so, subject to
309+
the following conditions:
310+
311+
The above copyright notice and this permission notice shall be
312+
included in all copies or substantial portions of the Software.
313+
314+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
315+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
316+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
317+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
318+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
319+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
320+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
344321

345322
* SLATEC Common Mathematical Library <https://netlib.org/slatec/>
346323

347324
Public domain.
348325

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

base/special/cosd/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/cosdf/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/cot/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/cotd/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/cotdf/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/cotf/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/csc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

base/special/cscf/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ limitations under the License.
2626

2727
</section>
2828

29+
<!-- /.intro -->
30+
2931
<section class="usage">
3032

3133
## Usage

0 commit comments

Comments
 (0)