fix docs glitch, bump version number to 5.0.0
This commit is contained in:
parent
67538b0ee0
commit
9d79960ef6
6 changed files with 17 additions and 18 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
#include "user/user.h"
|
#include "user/user.h"
|
||||||
#include "utils/utils.h"
|
#include "utils/utils.h"
|
||||||
|
|
||||||
#define ULAB_VERSION 4.4.1
|
#define ULAB_VERSION 5.0.0
|
||||||
#define xstr(s) str(s)
|
#define xstr(s) str(s)
|
||||||
#define str(s) #s
|
#define str(s) #s
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ copyright = '2019-2022, Zoltán Vörös and contributors'
|
||||||
author = 'Zoltán Vörös'
|
author = 'Zoltán Vörös'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '4.4.1'
|
release = '5.0.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
scipy.signal
|
scipy.signal
|
||||||
============
|
============
|
||||||
|
|
||||||
Functions in the ``signal`` module can be called by prepending them by
|
This module defines the single function:
|
||||||
``scipy.signal.``. The module defines the following two functions:
|
|
||||||
|
|
||||||
1. `scipy.signal.sosfilt <#sosfilt>`__
|
1. `scipy.signal.sosfilt <#sosfilt>`__
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -355,7 +355,7 @@ in the ``vector_arctan2`` function:
|
||||||
|
|
||||||
.. code:: c
|
.. code:: c
|
||||||
|
|
||||||
mp_obj_t vectorise_arctan2(mp_obj_t y, mp_obj_t x) {
|
mp_obj_t vector_arctan2(mp_obj_t y, mp_obj_t x) {
|
||||||
...
|
...
|
||||||
uint8_t ndim = 0;
|
uint8_t ndim = 0;
|
||||||
size_t *shape = m_new(size_t, ULAB_MAX_DIMS);
|
size_t *shape = m_new(size_t, ULAB_MAX_DIMS);
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@
|
||||||
"execution_count": 1,
|
"execution_count": 1,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ExecuteTime": {
|
"ExecuteTime": {
|
||||||
"end_time": "2022-01-29T16:52:56.162960Z",
|
"end_time": "2022-01-29T20:50:20.813162Z",
|
||||||
"start_time": "2022-01-29T16:52:56.159913Z"
|
"start_time": "2022-01-29T20:50:20.794562Z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
|
|
@ -52,8 +52,8 @@
|
||||||
"execution_count": 2,
|
"execution_count": 2,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ExecuteTime": {
|
"ExecuteTime": {
|
||||||
"end_time": "2022-01-29T16:52:57.098131Z",
|
"end_time": "2022-01-29T20:50:21.613220Z",
|
||||||
"start_time": "2022-01-29T16:52:57.078260Z"
|
"start_time": "2022-01-29T20:50:21.557819Z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
|
|
@ -225,7 +225,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"# scipy.signal\n",
|
"# scipy.signal\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Functions in the `signal` module can be called by prepending them by `scipy.signal.`. The module defines the following two functions:\n",
|
"This module defines the single function:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1. [scipy.signal.sosfilt](#sosfilt)"
|
"1. [scipy.signal.sosfilt](#sosfilt)"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
"execution_count": 1,
|
"execution_count": 1,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ExecuteTime": {
|
"ExecuteTime": {
|
||||||
"end_time": "2022-01-29T17:00:50.601099Z",
|
"end_time": "2022-01-29T20:50:57.025406Z",
|
||||||
"start_time": "2022-01-29T17:00:50.584913Z"
|
"start_time": "2022-01-29T20:50:56.997334Z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
"author = 'Zoltán Vörös'\n",
|
"author = 'Zoltán Vörös'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# The full version, including alpha/beta/rc tags\n",
|
"# The full version, including alpha/beta/rc tags\n",
|
||||||
"release = '4.4.1'\n",
|
"release = '5.0.0'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# -- General configuration ---------------------------------------------------\n",
|
"# -- General configuration ---------------------------------------------------\n",
|
||||||
|
|
@ -218,8 +218,8 @@
|
||||||
"execution_count": 2,
|
"execution_count": 2,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ExecuteTime": {
|
"ExecuteTime": {
|
||||||
"end_time": "2022-01-29T17:00:55.412706Z",
|
"end_time": "2022-01-29T20:51:05.307568Z",
|
||||||
"start_time": "2022-01-29T17:00:53.660836Z"
|
"start_time": "2022-01-29T20:51:04.819263Z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
|
|
@ -256,11 +256,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 4,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ExecuteTime": {
|
"ExecuteTime": {
|
||||||
"end_time": "2022-01-29T17:01:25.433812Z",
|
"end_time": "2022-01-29T20:52:14.453177Z",
|
||||||
"start_time": "2022-01-29T17:01:21.941290Z"
|
"start_time": "2022-01-29T20:52:04.020858Z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue