fix docs glitch, bump version number to 5.0.0

This commit is contained in:
Zoltán Vörös 2022-01-29 21:53:42 +01:00
parent 67538b0ee0
commit 9d79960ef6
6 changed files with 17 additions and 18 deletions

View file

@ -33,7 +33,7 @@
#include "user/user.h"
#include "utils/utils.h"
#define ULAB_VERSION 4.4.1
#define ULAB_VERSION 5.0.0
#define xstr(s) str(s)
#define str(s) #s

View file

@ -27,7 +27,7 @@ copyright = '2019-2022, Zoltán Vörös and contributors'
author = 'Zoltán Vörös'
# The full version, including alpha/beta/rc tags
release = '4.4.1'
release = '5.0.0'
# -- General configuration ---------------------------------------------------

View file

@ -2,8 +2,7 @@
scipy.signal
============
Functions in the ``signal`` module can be called by prepending them by
``scipy.signal.``. The module defines the following two functions:
This module defines the single function:
1. `scipy.signal.sosfilt <#sosfilt>`__

View file

@ -355,7 +355,7 @@ in the ``vector_arctan2`` function:
.. 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;
size_t *shape = m_new(size_t, ULAB_MAX_DIMS);

View file

@ -34,8 +34,8 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2022-01-29T16:52:56.162960Z",
"start_time": "2022-01-29T16:52:56.159913Z"
"end_time": "2022-01-29T20:50:20.813162Z",
"start_time": "2022-01-29T20:50:20.794562Z"
}
},
"outputs": [],
@ -52,8 +52,8 @@
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2022-01-29T16:52:57.098131Z",
"start_time": "2022-01-29T16:52:57.078260Z"
"end_time": "2022-01-29T20:50:21.613220Z",
"start_time": "2022-01-29T20:50:21.557819Z"
}
},
"outputs": [],
@ -225,7 +225,7 @@
"source": [
"# scipy.signal\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",
"1. [scipy.signal.sosfilt](#sosfilt)"
]

View file

@ -17,8 +17,8 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2022-01-29T17:00:50.601099Z",
"start_time": "2022-01-29T17:00:50.584913Z"
"end_time": "2022-01-29T20:50:57.025406Z",
"start_time": "2022-01-29T20:50:56.997334Z"
}
},
"outputs": [
@ -61,7 +61,7 @@
"author = 'Zoltán Vörös'\n",
"\n",
"# The full version, including alpha/beta/rc tags\n",
"release = '4.4.1'\n",
"release = '5.0.0'\n",
"\n",
"\n",
"# -- General configuration ---------------------------------------------------\n",
@ -218,8 +218,8 @@
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2022-01-29T17:00:55.412706Z",
"start_time": "2022-01-29T17:00:53.660836Z"
"end_time": "2022-01-29T20:51:05.307568Z",
"start_time": "2022-01-29T20:51:04.819263Z"
}
},
"outputs": [],
@ -256,11 +256,11 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {
"ExecuteTime": {
"end_time": "2022-01-29T17:01:25.433812Z",
"start_time": "2022-01-29T17:01:21.941290Z"
"end_time": "2022-01-29T20:52:14.453177Z",
"start_time": "2022-01-29T20:52:04.020858Z"
}
},
"outputs": [],