Skip to content

Commit 5c864a2

Browse files
committed
update documentation
1 parent ecf7acf commit 5c864a2

File tree

5 files changed

+18
-39
lines changed

5 files changed

+18
-39
lines changed

code/ulab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "user/user.h"
3434
#include "utils/utils.h"
3535

36-
#define ULAB_VERSION 6.9.0
36+
#define ULAB_VERSION 6.11.0
3737
#define xstr(s) str(s)
3838
#define str(s) #s
3939

docs/manual/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = 'Zoltán Vörös'
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = '6.9.0'
30+
release = '6.11.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/manual/source/ulab-ndarray.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,9 @@ dimensions is larger than 1.
15641564
15651565
15661566
1567+
The method also accepts the ``axes`` keyword argument, if permutation of
1568+
the returned axes is required.
1569+
15671570
The transpose of the array can also be gotten through the ``T``
15681571
property:
15691572

docs/ulab-convert.ipynb

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 2,
17+
"execution_count": 1,
1818
"metadata": {
1919
"ExecuteTime": {
2020
"end_time": "2022-02-09T06:27:15.118699Z",
@@ -61,7 +61,7 @@
6161
"author = 'Zoltán Vörös'\n",
6262
"\n",
6363
"# The full version, including alpha/beta/rc tags\n",
64-
"release = '6.9.0'\n",
64+
"release = '6.11.0'\n",
6565
"\n",
6666
"\n",
6767
"# -- General configuration ---------------------------------------------------\n",
@@ -217,7 +217,7 @@
217217
},
218218
{
219219
"cell_type": "code",
220-
"execution_count": 3,
220+
"execution_count": 2,
221221
"metadata": {
222222
"ExecuteTime": {
223223
"end_time": "2022-02-09T06:27:21.647179Z",
@@ -258,7 +258,7 @@
258258
},
259259
{
260260
"cell_type": "code",
261-
"execution_count": 4,
261+
"execution_count": null,
262262
"metadata": {
263263
"ExecuteTime": {
264264
"end_time": "2022-02-09T06:27:42.024028Z",
@@ -270,34 +270,6 @@
270270
"name": "stderr",
271271
"output_type": "stream",
272272
"text": [
273-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
274-
" _, nbc = validator.normalize(nbc)\n",
275-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
276-
" _, nbc = validator.normalize(nbc)\n",
277-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
278-
" _, nbc = validator.normalize(nbc)\n",
279-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
280-
" _, nbc = validator.normalize(nbc)\n",
281-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
282-
" _, nbc = validator.normalize(nbc)\n",
283-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
284-
" _, nbc = validator.normalize(nbc)\n",
285-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
286-
" _, nbc = validator.normalize(nbc)\n",
287-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
288-
" _, nbc = validator.normalize(nbc)\n",
289-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
290-
" _, nbc = validator.normalize(nbc)\n",
291-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
292-
" _, nbc = validator.normalize(nbc)\n",
293-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
294-
" _, nbc = validator.normalize(nbc)\n",
295-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
296-
" _, nbc = validator.normalize(nbc)\n",
297-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
298-
" _, nbc = validator.normalize(nbc)\n",
299-
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
300-
" _, nbc = validator.normalize(nbc)\n",
301273
"/home/v923z/anaconda3/lib/python3.11/site-packages/nbconvert/exporters/exporter.py:349: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.\n",
302274
" _, nbc = validator.normalize(nbc)\n"
303275
]

docs/ulab-ndarray.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,6 +2237,13 @@
22372237
"print('shape of a:', a.shape)"
22382238
]
22392239
},
2240+
{
2241+
"cell_type": "markdown",
2242+
"metadata": {},
2243+
"source": [
2244+
"The method also accepts the `axes` keyword argument, if permutation of the returned axes is required."
2245+
]
2246+
},
22402247
{
22412248
"cell_type": "markdown",
22422249
"metadata": {},
@@ -3731,11 +3738,8 @@
37313738
}
37323739
],
37333740
"metadata": {
3734-
"interpreter": {
3735-
"hash": "ce9a02f9f7db620716422019cafa4bc1786ca85daa298b819f6da075e7993842"
3736-
},
37373741
"kernelspec": {
3738-
"display_name": "Python 3",
3742+
"display_name": "base",
37393743
"language": "python",
37403744
"name": "python3"
37413745
},
@@ -3749,7 +3753,7 @@
37493753
"name": "python",
37503754
"nbconvert_exporter": "python",
37513755
"pygments_lexer": "ipython3",
3752-
"version": "3.8.5"
3756+
"version": "3.11.7"
37533757
},
37543758
"toc": {
37553759
"base_numbering": 1,

0 commit comments

Comments
 (0)