-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7553d96
commit 0ef191a
Showing
20 changed files
with
1,365 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,8 +94,8 @@ jobs: | |
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );" | ||
fi | ||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -191,8 +191,8 @@ jobs: | |
# Pin action to full length commit SHA | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -366,8 +366,8 @@ jobs: | |
# Pin action to full length commit SHA | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -539,8 +539,8 @@ jobs: | |
# Pin action to full length commit SHA | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -735,8 +735,8 @@ jobs: | |
echo "bump=true" >> $GITHUB_OUTPUT | ||
fi | ||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
if: steps.check-if-bump.outputs.bump | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,8 +72,8 @@ jobs: | |
node-version: 20 | ||
timeout-minutes: 5 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ Muhammad Haris <[email protected]> | |
Naresh Jagadeesan <[email protected]> | ||
NightKnight <[email protected]> | ||
Nithin Katta <[email protected]> | ||
Nourhan Hasan <[email protected]> | ||
Ognjen Jevremović <[email protected]> | ||
Oneday12323 <[email protected]> | ||
Philipp Burckhardt <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,6 +181,15 @@ The library links against the following external libraries or contains | |
implementations from the following external libraries, which have their own | ||
licenses: | ||
|
||
* FreeBSD <https://svnweb.freebsd.org/> | ||
|
||
Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. | ||
|
||
Developed at SunPro, a Sun Microsystems, Inc. business. | ||
Permission to use, copy, modify, and distribute this | ||
software is freely granted, provided that this notice | ||
is preserved. | ||
|
||
* Boost <http://www.boost.org/LICENSE_1_0.txt> | ||
|
||
Boost Software License - Version 1.0 - August 17th, 2003 | ||
|
@@ -207,18 +216,6 @@ 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. | ||
|
||
* FreeBSD <https://svnweb.freebsd.org/> | ||
|
||
Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. | ||
|
||
Developed at SunPro, a Sun Microsystems, Inc. business. | ||
Permission to use, copy, modify, and distribute this | ||
software is freely granted, provided that this notice | ||
is preserved. | ||
Apache License | ||
Version 2.0, January 2004 | ||
http://www.apache.org/licenses/ | ||
|
||
* Cephes <http://www.netlib.org/cephes/readme> | ||
|
||
Copyright (c) 1984-2000 Stephen L. Moshier | ||
|
@@ -232,11 +229,6 @@ comes with no support or guarantee. | |
Stephen L. Moshier | ||
[email protected] | ||
|
||
Developed at SunPro, a Sun Microsystems, Inc. business. | ||
Permission to use, copy, modify, and distribute this | ||
software is freely granted, provided that this notice | ||
is preserved. | ||
|
||
* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE> | ||
|
||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -267,9 +259,40 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
* SLATEC Common Mathematical Library <http://www.netlib.no/netlib/slatec/> | ||
* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License> | ||
|
||
Public domain. | ||
Copyright (c) 2012 Massachusetts Institute of Technology | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of 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 AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY 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. | ||
|
||
Developed at SunPro, a Sun Microsystems, Inc. business. | ||
Permission to use, copy, modify, and distribute this | ||
software is freely granted, provided that this notice | ||
is preserved. | ||
Apache License | ||
Version 2.0, January 2004 | ||
http://www.apache.org/licenses/ | ||
|
||
* FDLIBM <http://www.netlib.org/fdlibm/> | ||
|
||
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. | ||
|
||
* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/ | ||
SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE> | ||
|
@@ -298,36 +321,18 @@ 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. | ||
|
||
Stephen L. Moshier | ||
[email protected] | ||
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/ | ||
|
||
* FDLIBM <http://www.netlib.org/fdlibm/> | ||
|
||
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. | ||
|
||
* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License> | ||
|
||
Copyright (c) 2012 Massachusetts Institute of Technology | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
* SLATEC Common Mathematical Library <http://www.netlib.no/netlib/slatec/> | ||
|
||
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 AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY 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. | ||
Public domain. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.