-
-
Notifications
You must be signed in to change notification settings - Fork 620
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into utils/delay
- Loading branch information
Showing
6,178 changed files
with
234,106 additions
and
25,251 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!-- | ||
@license Apache-2.0 | ||
Copyright (c) 2024 The Stdlib Authors. | ||
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. | ||
--> | ||
|
||
[![Open in GitHub Codespaces][github-codespaces-image]][github-codespaces-url] | ||
|
||
[![Open in Dev Containers][dev-container-image]][dev-container-url] | ||
|
||
# Development Container | ||
|
||
> Development container for `stdlib`. | ||
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. --> | ||
|
||
<section class="intro"> | ||
|
||
This folder includes configuration for developing the project in a local container or using [GitHub Codespaces][github-codespaces]. | ||
|
||
</section> | ||
|
||
<!-- /.intro --> | ||
|
||
<!-- Section to include usage notes. --> | ||
|
||
<section class="usage"> | ||
|
||
</section> | ||
|
||
<!-- /.usage --> | ||
|
||
<!-- Section to include usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
|
||
<section class="notes"> | ||
|
||
</section> | ||
|
||
<!-- /.notes --> | ||
|
||
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
|
||
<section class="links"> | ||
|
||
[dev-container-image]: https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode | ||
|
||
[dev-container-url]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stdlib-js/stdlib | ||
|
||
[github-codespaces]: https://github.com/features/codespaces | ||
|
||
[github-codespaces-image]: https://github.com/codespaces/badge.svg | ||
|
||
[github-codespaces-url]: https://codespaces.new/stdlib-js/stdlib | ||
|
||
</section> | ||
|
||
<!-- /.links --> |
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 @@ | ||
{ | ||
"name": "stdlib - OSS Development", | ||
"image": "mcr.microsoft.com/devcontainers/universal:2", | ||
"features": { | ||
"ghcr.io/rocker-org/devcontainer-features/r-apt:0": {}, | ||
"ghcr.io/julialang/devcontainer-features/julia:1": {}, | ||
"ghcr.io/marcozac/devcontainer-features/shellcheck:1": {}, | ||
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {} | ||
}, | ||
"postCreateCommand": "./.devcontainer/post-create", | ||
"customizations": { | ||
"codespaces": { | ||
"openFiles": [ | ||
"README.md" | ||
] | ||
}, | ||
"vscode": { | ||
"settings": { | ||
"resmon.show.battery": false, | ||
"resmon.show.cpufreq": false | ||
}, | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", | ||
"EditorConfig.EditorConfig", | ||
"formulahendry.code-runner", | ||
"vsls-contrib.codetour" | ||
] | ||
} | ||
} | ||
} |
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,27 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# @license Apache-2.0 | ||
# | ||
# Copyright (c) 2024 The Stdlib Authors. | ||
# | ||
# 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. | ||
|
||
# Script to set up a development environment. | ||
|
||
make install | ||
make init | ||
|
||
sudo apt-get update | ||
sudo apt-get install -y gfortran | ||
|
||
make install-deps-r |
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,25 @@ | ||
#/ | ||
# @license Apache-2.0 | ||
# | ||
# Copyright (c) 2024 The Stdlib Authors. | ||
# | ||
# 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. | ||
#/ | ||
|
||
BLAS: | ||
- changed-files: | ||
- any-glob-to-all-files: '**/blas/**/*' | ||
|
||
Math: | ||
- changed-files: | ||
- any-glob-to-all-files: '**/math/**/*' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
#/ | ||
# @license Apache-2.0 | ||
# | ||
# Copyright (c) 2024 The Stdlib Authors. | ||
# | ||
# 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. | ||
#/ | ||
|
||
# Workflow name: | ||
name: 'labeler' | ||
|
||
# Workflow triggers: | ||
on: | ||
pull_request_target: | ||
|
||
# Workflow jobs: | ||
jobs: | ||
|
||
# Define a job which automatically labels pull requests based on the contents of the pull request: | ||
labeler: | ||
|
||
# Define job name: | ||
name: 'Labeler' | ||
|
||
# Only run this job if the pull request did not have label `automated-pr`: | ||
if: contains(github.event.pull_request.labels.*.name, 'automated-pr') == false | ||
|
||
# Define job permissions: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
# Define the type of virtual host machine: | ||
runs-on: ubuntu-latest | ||
|
||
# Define the sequence of job steps: | ||
steps: | ||
|
||
# Automatically label pull requests: | ||
- name: 'Automatically label pull requests' | ||
# Pin action to full length commit SHA | ||
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 | ||
with: | ||
configuration-path: .github/labeler.yml | ||
repo-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }} |
Oops, something went wrong.