Skip to content

Commit e253e5d

Browse files
committed
Update namespace
1 parent 3fd89d8 commit e253e5d

File tree

21 files changed

+40
-16
lines changed

21 files changed

+40
-16
lines changed

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ iterLn,"@stdlib/math/iter/special/ln"
18621862
iterLog,"@stdlib/math/iter/special/log"
18631863
iterLog1mexp,"@stdlib/math/iter/special/log1mexp"
18641864
iterLog1p,"@stdlib/math/iter/special/log1p"
1865+
iterLog1pexp,"@stdlib/math/iter/special/log1pexp"
18651866
iterLog2,"@stdlib/math/iter/special/log2"
18661867
iterLog10,"@stdlib/math/iter/special/log10"
18671868
iterLogspace,"@stdlib/iter/logspace"

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -1860,8 +1860,9 @@ iterLength,"iterCounter"
18601860
iterLinspace,"iterator2array,iterDatespace,iterIncrspace,iterLogspace,iterStep,iterUnitspace"
18611861
iterLn,"base.ln,iterExp,iterLog10,iterLog1p,iterLog2"
18621862
iterLog,"base.log,iterLog10,iterLog1p,iterLog2,iterPow"
1863-
iterLog1mexp,"base.log1mexp,iterLog,iterLog1p,iterPow"
1863+
iterLog1mexp,"base.log1mexp,iterLog,iterLog1p,iterLog1pexp,iterPow"
18641864
iterLog1p,"base.log1p,iterLog,iterLog10,iterLog2,iterPow"
1865+
iterLog1pexp,"base.log1pexp,iterLog,iterLog1p,iterLog1mexp,iterPow"
18651866
iterLog2,"base.log2,iterLog,iterLog10,iterLog1p,iterPow"
18661867
iterLog10,"base.log10,iterLog,iterLog1p,iterLog2,iterPow"
18671868
iterLogspace,"iterator2array,iterDatespace,iterIncrspace,iterLinspace,iterStep"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ iterLn
18621862
iterLog
18631863
iterLog1mexp
18641864
iterLog1p
1865+
iterLog1pexp
18651866
iterLog2
18661867
iterLog10
18671868
iterLogspace

lib/node_modules/@stdlib/namespace/lib/namespace/i.js

+14
Original file line numberDiff line numberDiff line change
@@ -5463,6 +5463,20 @@ ns.push({
54635463
]
54645464
});
54655465

5466+
ns.push({
5467+
'alias': 'iterLog1pexp',
5468+
'path': '@stdlib/math/iter/special/log1pexp',
5469+
'value': require( '@stdlib/math/iter/special/log1pexp' ),
5470+
'type': 'Function',
5471+
'related': [
5472+
'@stdlib/math/base/special/log1pexp',
5473+
'@stdlib/math/iter/special/log',
5474+
'@stdlib/math/iter/special/log1p',
5475+
'@stdlib/math/iter/special/log1mexp',
5476+
'@stdlib/math/iter/special/pow'
5477+
]
5478+
});
5479+
54665480
ns.push({
54675481
'alias': 'iterLog2',
54685482
'path': '@stdlib/math/iter/special/log2',

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@
18621862
"@stdlib/math/iter/special/log",iterLog
18631863
"@stdlib/math/iter/special/log1mexp",iterLog1mexp
18641864
"@stdlib/math/iter/special/log1p",iterLog1p
1865+
"@stdlib/math/iter/special/log1pexp",iterLog1pexp
18651866
"@stdlib/math/iter/special/log2",iterLog2
18661867
"@stdlib/math/iter/special/log10",iterLog10
18671868
"@stdlib/iter/logspace",iterLogspace

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2related/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -1860,8 +1860,9 @@
18601860
"@stdlib/iter/linspace","@stdlib/array/from-iterator,@stdlib/iter/datespace,@stdlib/iter/incrspace,@stdlib/iter/logspace,@stdlib/iter/step,@stdlib/iter/unitspace"
18611861
"@stdlib/math/iter/special/ln","@stdlib/math/base/special/ln,@stdlib/math/iter/special/exp,@stdlib/math/iter/special/log10,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/log2"
18621862
"@stdlib/math/iter/special/log","@stdlib/math/base/special/log,@stdlib/math/iter/special/log10,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/log2,@stdlib/math/iter/special/pow"
1863-
"@stdlib/math/iter/special/log1mexp","@stdlib/math/base/special/log1mexp,@stdlib/math/iter/special/log,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/pow"
1863+
"@stdlib/math/iter/special/log1mexp","@stdlib/math/base/special/log1mexp,@stdlib/math/iter/special/log,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/log1pexp,@stdlib/math/iter/special/pow"
18641864
"@stdlib/math/iter/special/log1p","@stdlib/math/base/special/log1p,@stdlib/math/iter/special/log,@stdlib/math/iter/special/log10,@stdlib/math/iter/special/log2,@stdlib/math/iter/special/pow"
1865+
"@stdlib/math/iter/special/log1pexp","@stdlib/math/base/special/log1pexp,@stdlib/math/iter/special/log,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/log1mexp,@stdlib/math/iter/special/pow"
18651866
"@stdlib/math/iter/special/log2","@stdlib/math/base/special/log2,@stdlib/math/iter/special/log,@stdlib/math/iter/special/log10,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/pow"
18661867
"@stdlib/math/iter/special/log10","@stdlib/math/base/special/log10,@stdlib/math/iter/special/log,@stdlib/math/iter/special/log1p,@stdlib/math/iter/special/log2,@stdlib/math/iter/special/pow"
18671868
"@stdlib/iter/logspace","@stdlib/array/from-iterator,@stdlib/iter/datespace,@stdlib/iter/incrspace,@stdlib/iter/linspace,@stdlib/iter/step"

lib/node_modules/@stdlib/namespace/pkg2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/code-blocks/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -3083,9 +3083,10 @@ iterLength,"var arr = array2iterator( [ 0, 0, 0, 0, 1 ] );\nvar len = iterLength
30833083
iterLinspace,"var it = iterLinspace( 0, 99, 100 );\nvar v = it.next().value\nv = it.next().value\n"
30843084
iterLn,"var it = iterLn( random.iterators.randu() );\nvar r = it.next().value\nr = it.next().value\n"
30853085
iterLog,"var x = random.iterators.uniform( 0.0, 100.0 );\nvar y = random.iterators.uniform( 0.0, 10.0 );\nvar it = iterLog( x, y );\nvar r = it.next().value\nr = it.next().value\n"
3086+
iterLog1mexp,"var it = iterLog1mexp( random.iterators.randu() );\nvar r = it.next().value\nr = it.next().value\n"
3087+
iterLog1p,"var it = iterLog1p( random.iterators.randu() );\nvar r = it.next().value\nr = it.next().value\n"
30863088
iterLog2,"var it = iterLog2( random.iterators.randu() );\nvar r = it.next().value\nr = it.next().value\n"
30873089
iterLog10,"var it = iterLog10( random.iterators.randu() );\nvar r = it.next().value\nr = it.next().value\n"
3088-
iterLog1p,"var it = iterLog1p( random.iterators.randu() );\nvar r = it.next().value\nr = it.next().value\n"
30893090
iterLogspace,"var it = iterLogspace( 0, 3, 4 );\nvar v = it.next().value\nv = it.next().value\n"
30903091
iterLucasSeq,"var it = iterLucasSeq();\nvar v = it.next().value\nv = it.next().value\n"
30913092
iterMap,"function f( v ) { return v * 10.0; };\nvar it = iterMap( random.iterators.randu(), f );\nvar r = it.next().value\nr = it.next().value\n"

lib/node_modules/@stdlib/repl/code-blocks/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -3085,6 +3085,7 @@ iterLn,"\niterLn( iterator )\n Returns an iterator which iteratively evaluate
30853085
iterLog,"\niterLog( x, b )\n Returns an iterator which iteratively computes the base `b` logarithm.\n\n For negative `b` or `x` iterated values, the returned iterator returns\n `NaN`.\n\n The length of the returned iterator is equal to the length of the shortest\n provided iterator. In other words, the returned iterator ends once *one* of\n the provided iterators ends.\n\n If provided a numeric value as an iterator argument, the value is broadcast\n as an infinite iterator which always returns the provided value.\n\n If an environment supports Symbol.iterator and provided iterators are\n iterable, the returned iterator is iterable.\n\n Parameters\n ----------\n x: Object|number\n Input iterator.\n\n b: Object|number\n Input iterator.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var x = random.iterators.uniform( 0.0, 100.0 );\n > var y = random.iterators.uniform( 0.0, 10.0 );\n > var it = iterLog( x, y );\n > var r = it.next().value\n <number>\n > r = it.next().value\n <number>\n\n See Also\n --------\n base.log, iterLog10, iterLog1p, iterLog2, iterPow\n"
30863086
iterLog1mexp,"\niterLog1mexp( iterator )\n Returns an iterator which iteratively evaluates the natural logarithm of\n `1-exp(-|x|)`.\n\n If an environment supports Symbol.iterator and a provided iterator is\n iterable, the returned iterator is iterable.\n\n Parameters\n ----------\n iterator: Object\n Input iterator.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var it = iterLog1mexp( random.iterators.randu() );\n > var r = it.next().value\n <number>\n > r = it.next().value\n <number>\n\n See Also\n --------\n base.log1mexp, iterLog, iterLog1p, iterPow\n"
30873087
iterLog1p,"\niterLog1p( iterator )\n Returns an iterator which iteratively evaluates the natural logarithm of\n `1+x`.\n\n If an environment supports Symbol.iterator and a provided iterator is\n iterable, the returned iterator is iterable.\n\n Parameters\n ----------\n iterator: Object\n Input iterator.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var it = iterLog1p( random.iterators.randu() );\n > var r = it.next().value\n <number>\n > r = it.next().value\n <number>\n\n See Also\n --------\n base.log1p, iterLog, iterLog10, iterLog2, iterPow\n"
3088+
iterLog1pexp,"\niterLog1pexp( iterator )\n Returns an iterator which iteratively evaluates the natural logarithm of\n `1+exp(x)`.\n\n If an environment supports Symbol.iterator and a provided iterator is\n iterable, the returned iterator is iterable.\n\n Parameters\n ----------\n iterator: Object\n Input iterator.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var it = iterLog1pexp( random.iterators.randu() );\n > var r = it.next().value\n <number>\n > r = it.next().value\n <number>\n\n See Also\n --------\n base.log1pexp, iterLog, iterLog1p, iterLog1mexp, iterPow\n"
30883089
iterLog2,"\niterLog2( iterator )\n Returns an iterator which iteratively evaluates the binary logarithm.\n\n If an environment supports Symbol.iterator and a provided iterator is\n iterable, the returned iterator is iterable.\n\n Parameters\n ----------\n iterator: Object\n Input iterator.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var it = iterLog2( random.iterators.randu() );\n > var r = it.next().value\n <number>\n > r = it.next().value\n <number>\n\n See Also\n --------\n base.log2, iterLog, iterLog10, iterLog1p, iterPow\n"
30893090
iterLog10,"\niterLog10( iterator )\n Returns an iterator which iteratively evaluates the common logarithm\n (logarithm with base 10).\n\n If an environment supports Symbol.iterator and a provided iterator is\n iterable, the returned iterator is iterable.\n\n Parameters\n ----------\n iterator: Object\n Input iterator.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var it = iterLog10( random.iterators.randu() );\n > var r = it.next().value\n <number>\n > r = it.next().value\n <number>\n\n See Also\n --------\n base.log10, iterLog, iterLog1p, iterLog2, iterPow\n"
30903091
iterLogspace,"\niterLogspace( start, stop[, N][, options] )\n Returns an iterator which returns evenly spaced numbers on a log scale.\n\n In linear space, the sequence starts at `base` raised to the power of\n `start` and ends with `base` raised to the power of `stop`.\n\n If an environment supports Symbol.iterator, the returned iterator is\n iterable.\n\n Parameters\n ----------\n start: number\n Exponent of starting value.\n\n stop: number\n Exponent of stopping value.\n\n N: integer (optional)\n Number of values. Default: 100.\n\n options: Object (optional)\n Function options.\n\n options.base: number (optional)\n Base of log space. Default: 10.\n\n Returns\n -------\n iterator: Object\n Iterator.\n\n iterator.next(): Function\n Returns an iterator protocol-compliant object containing the next\n iterated value (if one exists) and a boolean flag indicating whether the\n iterator is finished.\n\n iterator.return( [value] ): Function\n Finishes an iterator and returns a provided value.\n\n Examples\n --------\n > var it = iterLogspace( 0, 3, 4 );\n > var v = it.next().value\n 1\n > v = it.next().value\n 10\n\n See Also\n --------\n iterator2array, iterDatespace, iterIncrspace, iterLinspace, iterStep\n"

lib/node_modules/@stdlib/repl/help/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/info/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -3083,9 +3083,10 @@ iterLength,"\niterLength( iterator:Object )\n Consumes an entire iterator and
30833083
iterLinspace,"\niterLinspace( start:number, stop:number[, N:integer] )\n Returns an iterator which returns evenly spaced numbers over a specified\n interval.\n"
30843084
iterLn,"\niterLn( iterator:Object )\n Returns an iterator which iteratively evaluates the natural logarithm.\n"
30853085
iterLog,"\niterLog( x:Object|number, b:Object|number )\n Returns an iterator which iteratively computes the base `b` logarithm.\n"
3086+
iterLog1mexp,"\niterLog1mexp( iterator:Object )\n Returns an iterator which iteratively evaluates the natural logarithm of\n `1-exp(-|x|)`.\n"
3087+
iterLog1p,"\niterLog1p( iterator:Object )\n Returns an iterator which iteratively evaluates the natural logarithm of\n `1+x`.\n"
30863088
iterLog2,"\niterLog2( iterator:Object )\n Returns an iterator which iteratively evaluates the binary logarithm.\n"
30873089
iterLog10,"\niterLog10( iterator:Object )\n Returns an iterator which iteratively evaluates the common logarithm\n (logarithm with base 10).\n"
3088-
iterLog1p,"\niterLog1p( iterator:Object )\n Returns an iterator which iteratively evaluates the natural logarithm of\n `1+x`.\n"
30893090
iterLogspace,"\niterLogspace( start:number, stop:number[, N:integer][, options:Object] )\n Returns an iterator which returns evenly spaced numbers on a log scale.\n"
30903091
iterLucasSeq,"\niterLucasSeq( [options:Object] )\n Returns an iterator which generates a Lucas sequence.\n"
30913092
iterMap,"\niterMap( iterator:Object, fcn:Function[, thisArg:any] )\n Returns an iterator which invokes a function for each iterated value.\n"

lib/node_modules/@stdlib/repl/info/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/signature/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -3107,9 +3107,10 @@ iterLength,"iterLength( iterator )"
31073107
iterLinspace,"iterLinspace( start, stop[, N] )"
31083108
iterLn,"iterLn( iterator )"
31093109
iterLog,"iterLog( x, b )"
3110+
iterLog1mexp,"iterLog1mexp( iterator )"
3111+
iterLog1p,"iterLog1p( iterator )"
31103112
iterLog2,"iterLog2( iterator )"
31113113
iterLog10,"iterLog10( iterator )"
3112-
iterLog1p,"iterLog1p( iterator )"
31133114
iterLogspace,"iterLogspace( start, stop[, N][, options] )"
31143115
iterLucasSeq,"iterLucasSeq( [options] )"
31153116
iterMap,"iterMap( iterator, fcn[, thisArg] )"

lib/node_modules/@stdlib/repl/signature/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/typed-signature/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -3107,9 +3107,10 @@ iterLength,"iterLength( iterator:Object )"
31073107
iterLinspace,"iterLinspace( start:number, stop:number[, N:integer] )"
31083108
iterLn,"iterLn( iterator:Object )"
31093109
iterLog,"iterLog( x:Object|number, b:Object|number )"
3110+
iterLog1mexp,"iterLog1mexp( iterator:Object )"
3111+
iterLog1p,"iterLog1p( iterator:Object )"
31103112
iterLog2,"iterLog2( iterator:Object )"
31113113
iterLog10,"iterLog10( iterator:Object )"
3112-
iterLog1p,"iterLog1p( iterator:Object )"
31133114
iterLogspace,"iterLogspace( start:number, stop:number[, N:integer][, options:Object] )"
31143115
iterLucasSeq,"iterLucasSeq( [options:Object] )"
31153116
iterMap,"iterMap( iterator:Object, fcn:Function[, thisArg:any] )"

lib/node_modules/@stdlib/repl/typed-signature/data/data.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)