diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fb393f1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -matrix: - include: - - name: "Linux-Py3" - os: linux - env: - - MINICONDA=Miniconda3-latest-Linux-x86_64.sh - - PYVER="" - - name: "OsX-Py3" - os: osx - osx_image: xcode8 - env: - - MATRIX_EVAL="brew install gcc && CC=gcc-7 && CXX=g++-7" - - MINICONDA=Miniconda3-latest-MacOSX-x86_64.sh - - MACOSX_DEPLOYMENT_TARGET="10.9" - - PYVER="" - -install: - - wget https://repo.continuum.io/miniconda/$MINICONDA -O miniconda.sh; - - bash miniconda.sh -b -p $HOME/miniconda - - export PATH="$HOME/miniconda/bin:$PATH" - - hash -r - - conda config --set always_yes yes --set changeps1 no - - conda update -q conda - - conda install -c conda-forge conda-forge::conda-build - # Useful for debugging any issues with conda - - conda info -a - - gcc -v - - g++ -v - -script: - - conda build -c intel -c conda-forge --override-channels $PYVER conda-recipe diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 3a4ddcb..e9c32cd 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.6" %} +{% set version = "1.2.7" %} {% set buildnumber = 0 %} package: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 577224a..441e3cd 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.6" %} +{% set version = "1.2.7" %} {% set buildnumber = 0 %} package: diff --git a/docs/source/conf.py b/docs/source/conf.py index faf2b40..22b0736 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'mkl_random' copyright = '2017-2024, Intel Corp.' author = 'Intel Corp.' -release = '1.2.5' +release = '1.2.7' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/source/tutorials.rst b/docs/source/tutorials.rst index 6bbea18..9c2d306 100644 --- a/docs/source/tutorials.rst +++ b/docs/source/tutorials.rst @@ -15,7 +15,7 @@ The package :mod:`mkl_random` is available in `conda