Skip to content

Commit

Permalink
Merge pull request #49 from IntelPython/bump-version-to-1-2-7
Browse files Browse the repository at this point in the history
Bump version to 1.2.7
  • Loading branch information
oleksandr-pavlyk committed Aug 5, 2024
2 parents 8bc5e7c + efc65b1 commit e1ed130
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 37 deletions.
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conda-recipe-cf/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.6" %}
{% set version = "1.2.7" %}
{% set buildnumber = 0 %}

package:
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.6" %}
{% set version = "1.2.7" %}
{% set buildnumber = 0 %}

package:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package :mod:`mkl_random` is available in `conda <https://docs.conda.io/en/l
.. code-block:: bash
:caption: Install mkl_random from intel channel
$ conda install -c intel mkl_random
$ conda install -c https://software.repos.intel.com/python/conda mkl_random
.. code-block:: bash
:caption: Install mkl_random from default channel main
Expand Down Expand Up @@ -119,4 +119,4 @@ States initialization algorithms take user provided _seed_ value, usually an int
to populate the internal state of the pseudo-random generator.

The sequence from the pseudo-random generator, unlike from true random generator, is repeatable, provided the internal state can be
saved and restored, or initialized to the same state.
saved and restored, or initialized to the same state.
2 changes: 1 addition & 1 deletion mkl_random/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.6'
__version__ = '1.2.7'

0 comments on commit e1ed130

Please sign in to comment.