-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'uxlfoundation:main' into dev/incrementalLin_update
- Loading branch information
Showing
173 changed files
with
4,205 additions
and
2,409 deletions.
There are no files selected for viewing
This file contains 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 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 was deleted.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#=============================================================================== | ||
# Copyright contributors to the oneDAL project | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
#=============================================================================== | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: 0 | ||
# Set targets to zero so that it will always stay green. Also leave | ||
# information on thresholds so that future coverage percentage | ||
# enforcement can be easily implemented by only adjusting the threshold | ||
# and setting target: auto. | ||
# threshold: 50 | ||
patch: | ||
default: | ||
target: 0 | ||
# Allow for diffs to have no code coverage. | ||
# threshold: 50 |
This file contains 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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Copyright contributors to the oneDAL project | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
header: | ||
license: | ||
spdx-id: Apache-2.0 | ||
copyright-owner: contributors to the oneDAL project | ||
pattern: | | ||
(Copyright \d{4} Intel Corporation|Copyright contributors to the oneDAL project|Copyright \d{4} Fujitsu Limited) | ||
Licensed under the Apache License, Version 2\.0 \(the "License"\); | ||
you may not use this file except in compliance with the License\. | ||
You may obtain a copy of the License at | ||
http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\. | ||
See the License for the specific language governing permissions and | ||
limitations under the License\. | ||
paths: | ||
- '**' | ||
|
||
paths-ignore: | ||
- '.gitignore' | ||
- '.gitattributes' | ||
# Empty __init__.py files | ||
- 'daal4py/sklearn/monkeypatch/__init__.py' | ||
- 'generator/__init__.py' | ||
# Clang-format configs | ||
- '.clang-format' | ||
- '_clang-format' | ||
# All .csv and .ipynb files | ||
- '**/*.csv' | ||
- '**/*.ipynb' | ||
# Something in doc/ | ||
- 'doc/daal4py/_static/style.css' | ||
- 'doc/daal4py/_templates/layout.html' | ||
- 'doc/sources/_static/style.css' | ||
- 'doc/sources/_templates/footer.html' | ||
- 'doc/sources/_templates/layout.html' | ||
- 'doc/daal4py/third-party-programs.txt' | ||
- 'doc/third-party-programs-sklearnex.txt' | ||
# requirements | ||
- 'dependencies-dev' | ||
- 'requirements*.txt' | ||
# Some files from .ci/.github | ||
- '.github/CODEOWNERS' | ||
- '.github/Pull_Request_template.md' | ||
- '.github/renovate.json' | ||
# Specific files | ||
- 'setup.cfg' | ||
- 'LICENSE' | ||
|
||
comment: never | ||
|
||
license-location-threshold: 80 # specifies the index threshold where the license header can be located. |
Validating CODEOWNERS rules …
This file contains 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 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 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 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.