Skip to content

Commit 280e700

Browse files
committed
Auto-generated commit
1 parent 57500e7 commit 280e700

3 files changed

Lines changed: 70 additions & 64 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ A total of 100 issues were closed in this release:
732732

733733
<details>
734734

735+
- [`622d150`](https://github.com/stdlib-js/stdlib/commit/622d15033aa18a95fedfe4bfa1f66ac5799ef3f2) - **docs:** update related packages sections [(#12139)](https://github.com/stdlib-js/stdlib/pull/12139) _(by stdlib-bot)_
735736
- [`f797ee0`](https://github.com/stdlib-js/stdlib/commit/f797ee08c2803353aba4a15f22b866327488dd9b) - **chore:** fix JavaScript lint errors [(#12134)](https://github.com/stdlib-js/stdlib/pull/12134) _(by Syed Ishmum Ahnaf)_
736737
- [`508cffa`](https://github.com/stdlib-js/stdlib/commit/508cffaabd50a383412af306e36e4f2523cd7fa2) - **docs:** update related packages sections [(#12106)](https://github.com/stdlib-js/stdlib/pull/12106) _(by stdlib-bot)_
737738
- [`245721a`](https://github.com/stdlib-js/stdlib/commit/245721a27bef29698e641c0a718c649b01da2736) - **chore:** address JavaScript lint error [(#12074)](https://github.com/stdlib-js/stdlib/pull/12074) _(by Akshit Jain)_

LICENSE

Lines changed: 67 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -220,59 +220,41 @@ comes with no support or guarantee.
220220
Stephen L. Moshier
221221
moshier@na-net.ornl.gov
222222

223-
* FreeBSD <https://svnweb.freebsd.org/>
223+
* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
224+
SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
224225

225-
Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
226+
The MIT License (MIT)
226227

227-
Developed at SunPro, a Sun Microsystems, Inc. business.
228-
Permission to use, copy, modify, and distribute this
229-
software is freely granted, provided that this notice
230-
is preserved.
228+
Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
231229

232-
* FDLIBM <http://www.netlib.org/fdlibm/>
230+
https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
233231

234-
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
232+
Permission is hereby granted, free of charge, to any person obtaining a copy
233+
of this software and associated documentation files (the "Software"), to deal
234+
in the Software without restriction, including without limitation the rights
235+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
236+
copies of the Software, and to permit persons to whom the Software is
237+
furnished to do so, subject to the following conditions:
235238

236-
* SLATEC Common Mathematical Library <https://netlib.org/slatec/>
239+
The above copyright notice and this permission notice shall be included in all
240+
copies or substantial portions of the Software.
237241

238-
Public domain.
242+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
246+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
247+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
248+
SOFTWARE.
249+
250+
* FreeBSD <https://svnweb.freebsd.org/>
251+
252+
Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
239253

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

277259
* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
278260

@@ -304,30 +286,53 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
304286
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
305287
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
306288

307-
* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
308-
SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
289+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
290+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
291+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
292+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
293+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
294+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
295+
DEALINGS IN THE SOFTWARE.
296+
Apache License
297+
Version 2.0, January 2004
298+
http://www.apache.org/licenses/
309299

310-
The MIT License (MIT)
300+
* FDLIBM <http://www.netlib.org/fdlibm/>
311301

312-
Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
302+
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
313303

314-
https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
304+
Developed at SunPro, a Sun Microsystems, Inc. business.
305+
Permission to use, copy, modify, and distribute this
306+
software is freely granted, provided that this notice
307+
is preserved.
308+
Apache License
309+
Version 2.0, January 2004
310+
http://www.apache.org/licenses/
315311

316-
Permission is hereby granted, free of charge, to any person obtaining a copy
317-
of this software and associated documentation files (the "Software"), to deal
318-
in the Software without restriction, including without limitation the rights
319-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
320-
copies of the Software, and to permit persons to whom the Software is
321-
furnished to do so, subject to the following conditions:
312+
* SLATEC Common Mathematical Library <https://netlib.org/slatec/>
322313

323-
The above copyright notice and this permission notice shall be included in all
324-
copies or substantial portions of the Software.
314+
Public domain.
325315

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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
329-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
330-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
331-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
332-
SOFTWARE.
316+
* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
317+
318+
Copyright (c) 2012 Massachusetts Institute of Technology
319+
320+
Permission is hereby granted, free of charge, to any person obtaining
321+
a copy of this software and associated documentation files (the
322+
"Software"), to deal in the Software without restriction, including
323+
without limitation the rights to use, copy, modify, merge, publish,
324+
distribute, sublicense, and/or sell copies of the Software, and to
325+
permit persons to whom the Software is furnished to do so, subject to
326+
the following conditions:
327+
328+
The above copyright notice and this permission notice shall be
329+
included in all copies or substantial portions of the Software.
330+
331+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
332+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
333+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
334+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
335+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
336+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
337+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
333338

iter/ops/divide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ while ( true ) {
160160
## See Also
161161

162162
- <span class="package-name">[`@stdlib/math/iter/ops/add`][@stdlib/math/iter/ops/add]</span><span class="delimiter">: </span><span class="description">create an iterator which performs element-wise addition of two or more iterators.</span>
163-
- <span class="package-name">[`@stdlib/math/iter/ops/divide`][@stdlib/math/iter/ops/divide]</span><span class="delimiter">: </span><span class="description">create an iterator which performs element-wise division of two or more iterators.</span>
163+
- <span class="package-name">[`@stdlib/math/iter/ops/subtract`][@stdlib/math/iter/ops/subtract]</span><span class="delimiter">: </span><span class="description">create an iterator which performs element-wise subtraction of two or more iterators.</span>
164164
- <span class="package-name">[`@stdlib/math/iter/ops/multiply`][@stdlib/math/iter/ops/multiply]</span><span class="delimiter">: </span><span class="description">create an iterator which performs element-wise multiplication of two or more iterators.</span>
165165

166166
</section>
@@ -177,7 +177,7 @@ while ( true ) {
177177

178178
[@stdlib/math/iter/ops/add]: https://github.com/stdlib-js/math/tree/main/iter/ops/add
179179

180-
[@stdlib/math/iter/ops/divide]: https://github.com/stdlib-js/math/tree/main/iter/ops/divide
180+
[@stdlib/math/iter/ops/subtract]: https://github.com/stdlib-js/math/tree/main/iter/ops/subtract
181181

182182
[@stdlib/math/iter/ops/multiply]: https://github.com/stdlib-js/math/tree/main/iter/ops/multiply
183183

0 commit comments

Comments
 (0)