Skip to content

Commit

Permalink
Updated version number to 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Jun 4, 2021
1 parent e7e6d28 commit 6fb319c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "Compile linux debug (single, jack)",
"type": "shell",
"command": "cd ${workspaceRoot}; python3 setup.py bdist_wheel --use-jack --debug --fast-compile; python3 -m pip install --user --force-reinstall dist/pyo-1.0.3-cp37-cp37m-linux_x86_64.whl",
"command": "cd ${workspaceRoot}; python3 setup.py bdist_wheel --use-jack --debug --fast-compile; python3 -m pip install --user --force-reinstall dist/pyo-1.0.4-cp37-cp37m-linux_x86_64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand All @@ -20,7 +20,7 @@
{
"label": "Compile linux (single, jack)",
"type": "shell",
"command": "cd ${workspaceRoot}; python3 setup.py bdist_wheel --use-jack; python3 -m pip install --user --force-reinstall dist/pyo-1.0.3-cp37-cp37m-linux_x86_64.whl",
"command": "cd ${workspaceRoot}; python3 setup.py bdist_wheel --use-jack; python3 -m pip install --user --force-reinstall dist/pyo-1.0.4-cp37-cp37m-linux_x86_64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand All @@ -34,7 +34,7 @@
{
"label": "Compile linux (double, jack)",
"type": "shell",
"command": "cd ${workspaceRoot}; python3 setup.py bdist_wheel --use-jack --use-double; python3 -m pip install --user --force-reinstall dist/pyo-1.0.3-cp37-cp37m-linux_x86_64.whl",
"command": "cd ${workspaceRoot}; python3 setup.py bdist_wheel --use-jack --use-double; python3 -m pip install --user --force-reinstall dist/pyo-1.0.4-cp37-cp37m-linux_x86_64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand All @@ -48,7 +48,7 @@
{
"label": "Compile Windows (single)",
"type": "shell",
"command": "cd ${workspaceRoot} & py -3.${input:pythonMinorVersion} setup.py bdist_wheel & py -3.${input:pythonMinorVersion} -m pip install --force-reinstall dist\\pyo-1.0.3-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-win_amd64.whl",
"command": "cd ${workspaceRoot} & py -3.${input:pythonMinorVersion} setup.py bdist_wheel & py -3.${input:pythonMinorVersion} -m pip install --force-reinstall dist\\pyo-1.0.4-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-win_amd64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand All @@ -62,7 +62,7 @@
{
"label": "Compile Windows (double)",
"type": "shell",
"command": "cd ${workspaceRoot} & py -3.${input:pythonMinorVersion} setup.py bdist_wheel --use-double & py -3.${input:pythonMinorVersion} -m pip install --force-reinstall dist\\pyo-1.0.3-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-win_amd64.whl",
"command": "cd ${workspaceRoot} & py -3.${input:pythonMinorVersion} setup.py bdist_wheel --use-double & py -3.${input:pythonMinorVersion} -m pip install --force-reinstall dist\\pyo-1.0.4-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-win_amd64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand All @@ -76,7 +76,7 @@
{
"label": "Compile MacOS (single)",
"type": "shell",
"command": "cd ${workspaceRoot} && sudo /usr/local/bin/python3.${input:pythonMinorVersion} setup.py bdist_wheel --use-coreaudio && sudo /usr/local/bin/python3.${input:pythonMinorVersion} -m pip install --force-reinstall dist/pyo-1.0.3-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-macosx_10_12_x86_64.whl",
"command": "cd ${workspaceRoot} && sudo /usr/local/bin/python3.${input:pythonMinorVersion} setup.py bdist_wheel --use-coreaudio && sudo /usr/local/bin/python3.${input:pythonMinorVersion} -m pip install --force-reinstall dist/pyo-1.0.4-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-macosx_10_12_x86_64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand All @@ -90,7 +90,7 @@
{
"label": "Compile MacOS (double)",
"type": "shell",
"command": "cd ${workspaceRoot} && sudo /usr/local/bin/python3.${input:pythonMinorVersion} setup.py bdist_wheel --use-coreaudio --use-double && sudo /usr/local/bin/python3.${input:pythonMinorVersion} -m pip install --force-reinstall dist/pyo-1.0.3-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-macosx_10_12_x86_64.whl",
"command": "cd ${workspaceRoot} && sudo /usr/local/bin/python3.${input:pythonMinorVersion} setup.py bdist_wheel --use-coreaudio --use-double && sudo /usr/local/bin/python3.${input:pythonMinorVersion} -m pip install --force-reinstall dist/pyo-1.0.4-cp3${input:pythonMinorVersion}-cp3${input:pythonMinorVersion}-macosx_10_12_x86_64.whl",
"problemMatcher": [],
"presentation": {
"echo": true,
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-06-04 belangeo <belangeo@gmail.com>

* Git tag: 1.0.4.

2021-05-08 belangeo <belangeo@gmail.com>

* TableMorph checks table sizes before interpolating to prevent segmentation fault.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.3"
version = "1.0.4"
# The full version, including alpha/beta/rc tags.
release = "1.0.3"
release = "1.0.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to the pyo 1.0.3 documentation
Welcome to the pyo 1.0.4 documentation
===================================================

.. image:: _static/E-PyoIcon.png
Expand Down
2 changes: 1 addition & 1 deletion include/pyomodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <stdint.h>
#include <math.h>

#define PYO_VERSION "1.0.3"
#define PYO_VERSION "1.0.4"

typedef Py_ssize_t T_SIZE_T;

Expand Down
2 changes: 1 addition & 1 deletion scripts/release_doc_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 3. Execute from pyo folder : ./scripts/release_doc_src.sh
#

version=1.0.3
version=1.0.4
replace=XXX

doc_rep=pyo_XXX-doc
Expand Down
2 changes: 1 addition & 1 deletion scripts/release_wheels_OSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# curl https://bootstrap.pypa.io/get-pip.py | python(3)
#

version=1.0.3
version=1.0.4
replace=XXX

#### Clean up.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_jack_api():
return "JACK_NEW_API"


pyo_version = "1.0.3"
pyo_version = "1.0.4"
build_with_jack_support = False
compile_externals = False
win_arch = platform.architecture()[0]
Expand Down

0 comments on commit 6fb319c

Please sign in to comment.