Skip to content

Commit e1ed130

Browse files
Merge pull request #49 from IntelPython/bump-version-to-1-2-7
Bump version to 1.2.7
2 parents 8bc5e7c + efc65b1 commit e1ed130

File tree

6 files changed

+6
-37
lines changed

6 files changed

+6
-37
lines changed

.travis.yml

-31
This file was deleted.

conda-recipe-cf/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.2.6" %}
1+
{% set version = "1.2.7" %}
22
{% set buildnumber = 0 %}
33

44
package:

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.2.6" %}
1+
{% set version = "1.2.7" %}
22
{% set buildnumber = 0 %}
33

44
package:

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'mkl_random'
1010
copyright = '2017-2024, Intel Corp.'
1111
author = 'Intel Corp.'
12-
release = '1.2.5'
12+
release = '1.2.7'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/tutorials.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package :mod:`mkl_random` is available in `conda <https://docs.conda.io/en/l
1515
.. code-block:: bash
1616
:caption: Install mkl_random from intel channel
1717
18-
$ conda install -c intel mkl_random
18+
$ conda install -c https://software.repos.intel.com/python/conda mkl_random
1919
2020
.. code-block:: bash
2121
:caption: Install mkl_random from default channel main
@@ -119,4 +119,4 @@ States initialization algorithms take user provided _seed_ value, usually an int
119119
to populate the internal state of the pseudo-random generator.
120120

121121
The sequence from the pseudo-random generator, unlike from true random generator, is repeatable, provided the internal state can be
122-
saved and restored, or initialized to the same state.
122+
saved and restored, or initialized to the same state.

mkl_random/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.6'
1+
__version__ = '1.2.7'

0 commit comments

Comments
 (0)