-
Notifications
You must be signed in to change notification settings - Fork 38
update copy right date #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,56 @@ | ||
===================== | ||
mkl-service changelog | ||
`mkl-service` changelog | ||
===================== | ||
|
||
2.3.0 | ||
===== | ||
|
||
1.0.0 | ||
Fixed CI to actually execute tests. Populated CBWR constants to match MKL headers. | ||
Added tests checking that `cbwr_set` and `cbwr_get` round-trip. | ||
|
||
2.2.0 | ||
===== | ||
|
||
Initial release of `mkl-service` package. | ||
Closed issues #8, #7 and #5. | ||
|
||
2.0.0 | ||
==== | ||
Extended `mkl.cbwr_set` to recognize `'avx512_e1'`, `'avx512_mic_e1'`, as as strict conditional numerical reproducibility, supported via `'avx2,strict'`, `'avx512,strict'` (see [issue/8](http://github.com/IntelPython/mkl-service/issues/8)). | ||
|
||
Rerelease of `mkl-service` package with version bumped to 2.0.0 to avoid version clash with `mkl-service` package from Anaconda. | ||
Extended `mkl.cbwrt_get()` to mean `mkl.cbwr('all')`. | ||
|
||
Improved argument checking, which raises an informative error. | ||
2.1.0 | ||
===== | ||
|
||
Loading the package with `import mkl` initializes Intel(R) MKL library to use LP64 interface (i.e. use of environment variable `MKL_INTERFACE` will not have effect). | ||
Change in setup script to not use `numpy.distutils` thus removing numpy as build-time dependency. | ||
|
||
The choice of threading layer can be controlled with environment variable `MKL_THREADING_LAYER`. However the unset variable is interpreted differently that in Intel(R) MKL itself. If `mkl-service` detects that Gnu OpenMP has been loaded in Python space, the threading layer of Intle(R) MKL will be set to Gnu OpenMP, instead of Intel(R) OpenMP. | ||
Change in conda-recipe to allow conda build to build the recipe, but ignoring run export on mkl-service coming from mkl-devel metadata. | ||
|
||
2.0.0 | ||
==== | ||
2.0.2 | ||
===== | ||
|
||
Work-around for VS 9.0 not having `inline` keyword, allowing the package to build on Windows for Python 2.7 | ||
Correction to `setup.py` to not require Cython at the installation time. | ||
|
||
2.0.1 | ||
===== | ||
|
||
Re-release, with some changes necessary for public CI builds to work. | ||
|
||
2.0.2 | ||
2.0.0 | ||
===== | ||
|
||
Correction to `setup.py` to not require Cython at the installation time. | ||
Work-around for VS 9.0 not having `inline` keyword, allowing the package to build on Windows for Python 2.7 | ||
|
||
2.1.0 | ||
2.0.0 | ||
===== | ||
|
||
Change in setup script to not use `numpy.distutils` thus removing numpy as build-time dependency. | ||
|
||
Change in conda-recipe to allow conda build to build the recipe, but ignoring run export on mkl-service coming from mkl-devel metadata. | ||
|
||
2.2.0 | ||
===== | ||
Rerelease of `mkl-service` package with version bumped to 2.0.0 to avoid version clash with `mkl-service` package from Anaconda. | ||
|
||
Closed issues #8, #7 and #5. | ||
Improved argument checking, which raises an informative error. | ||
|
||
Extended `mkl.cbwr_set` to recognize `'avx512_e1'`, `'avx512_mic_e1'`, as as strict conditional numerical reproducibility, supported via `'avx2,strict'`, `'avx512,strict'` (see [issue/8](http://github.com/IntelPython/mkl-service/issues/8)). | ||
Loading the package with `import mkl` initializes Intel(R) MKL library to use LP64 interface (i.e. use of environment variable `MKL_INTERFACE` will not have effect). | ||
|
||
Extended `mkl.cbwrt_get()` to mean `mkl.cbwr('all')`. | ||
The choice of threading layer can be controlled with environment variable `MKL_THREADING_LAYER`. However the unset variable is interpreted differently that in Intel(R) MKL itself. If `mkl-service` detects that Gnu OpenMP has been loaded in Python space, the threading layer of Intle(R) MKL will be set to Gnu OpenMP, instead of Intel(R) OpenMP. | ||
|
||
2.3.0 | ||
1.0.0 | ||
===== | ||
|
||
Fixed CI to actually execute tests. Populated CBWR constants to match MKL headers. | ||
Added tests checking that `cbwr_set` and `cbwr_get` round-trip. | ||
Initial release of `mkl-service` package. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.