Skip to content

Commit d50be70

Browse files
authored
Merge pull request #212 from JaxGaussianProcesses/v0.6
V0.6
2 parents aa3f5d2 + 6fa6d4f commit d50be70

File tree

242 files changed

+21765
-17964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+21765
-17964
lines changed

.circleci/config.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

.coveragerc

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ This code of conduct applies to all communication: this includes IRC, the mailin
1818
- Unwelcome sexual attention.
1919
- Advocating for, or encouraging, any of the above behaviour.
2020
- Repeated harassment of others. In general, if someone asks you to stop, then stop.
21-
- When we disagree, we try to understand why. Disagreements, both social and technical, happen all the time and GPJax is no exception. It is important that we resolve disagreements and differing views constructively. Remember that we're different. The strength of GPJax comes from its varied community, people from a wide range of backgrounds. Different people have different perspectives on issues. Being unable to understand why someone holds a viewpoint doesn't mean that they're wrong. Don't forget that it is human to err and blaming each other doesn't get us anywhere, rather offer to help resolving issues and to help learn from mistakes.
21+
- When we disagree, we try to understand why. Disagreements, both social and technical, happen all the time and GPJax is no exception. It is important that we resolve disagreements and differing views constructively. Remember that we're different. The strength of GPJax comes from its varied community, people from a wide range of backgrounds. Different people have different perspectives on issues. Being unable to understand why someone holds a viewpoint doesn't mean that they're wrong. Don't forget that it is human to err and blaming each other doesn't get us anywhere, rather offer to help resolving issues and to help learn from mistakes.
2222

23-
Text adapted from the [Speak Up! project](http://web.archive.org/web/20141109123859/http://speakup.io/coc.html) and [Django](https://www.djangoproject.com/conduct/)
23+
Text adapted from the [Speak Up! project](http://web.archive.org/web/20141109123859/http://speakup.io/coc.html) and [Django](https://www.djangoproject.com/conduct/)

.github/codecov.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# codecov used to be able to find this anywhere, now we have to manually
2+
# tell it where to look
3+
comment: false
4+
5+
codecov:
6+
notify:
7+
require_ci_to_pass: no
8+
9+
coverage:
10+
status:
11+
patch:
12+
default:
13+
target: 50%
14+
if_no_uploads: error
15+
if_not_found: success
16+
if_ci_failed: failure
17+
project:
18+
default: false

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
- package-ecosystem: pip
8+
directory: "/.github/workflows"
9+
schedule:
10+
interval: weekly
11+
- package-ecosystem: pip
12+
directory: "/docs"
13+
schedule:
14+
interval: weekly
15+
- package-ecosystem: pip
16+
directory: "/"
17+
schedule:
18+
interval: weekly
19+
versioning-strategy: lockfile-only
20+
allow:
21+
- dependency-type: "all"

.github/labels.yml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
# Labels names are important as they are used by Release Drafter to decide
3+
# regarding where to record them in changelog or if to skip them.
4+
#
5+
# The repository labels will be automatically configured using this file and
6+
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
7+
- name: breaking
8+
description: Breaking Changes
9+
color: bfd4f2
10+
- name: bug
11+
description: Something isn't working
12+
color: d73a4a
13+
- name: build
14+
description: Build System and Dependencies
15+
color: bfdadc
16+
- name: ci
17+
description: Continuous Integration
18+
color: 4a97d6
19+
- name: dependencies
20+
description: Pull requests that update a dependency file
21+
color: 0366d6
22+
- name: documentation
23+
description: Improvements or additions to documentation
24+
color: 0075ca
25+
- name: duplicate
26+
description: This issue or pull request already exists
27+
color: cfd3d7
28+
- name: enhancement
29+
description: New feature or request
30+
color: a2eeef
31+
- name: github_actions
32+
description: Pull requests that update Github_actions code
33+
color: "000000"
34+
- name: good first issue
35+
description: Good for newcomers
36+
color: 7057ff
37+
- name: help wanted
38+
description: Extra attention is needed
39+
color: 008672
40+
- name: invalid
41+
description: This doesn't seem right
42+
color: e4e669
43+
- name: performance
44+
description: Performance
45+
color: "016175"
46+
- name: python
47+
description: Pull requests that update Python code
48+
color: 2b67c6
49+
- name: question
50+
description: Further information is requested
51+
color: d876e3
52+
- name: refactoring
53+
description: Refactoring
54+
color: ef67c4
55+
- name: removal
56+
description: Removals and Deprecations
57+
color: 9ae7ea
58+
- name: style
59+
description: Style
60+
color: c120e5
61+
- name: testing
62+
description: Testing
63+
color: b1fc6f
64+
- name: wontfix
65+
description: This will not be worked on
66+
color: ffffff

.github/pull_request_template.md

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
1-
<!--- Please provide a general summary of your changes in the title above -->
1+
## Type of changes
22

3-
## Pull request type
3+
- [ ] Bug fix
4+
- [ ] New feature
5+
- [ ] Documentation / docstrings
6+
- [ ] Tests
7+
- [ ] Other
48

5-
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
9+
## Checklist
610

7-
Please check the type of change your PR introduces:
11+
- [ ] I've formatted the new code by running `poetry run pre-commit run --all-files --show-diff-on-failure` before committing.
12+
- [ ] I've added tests for new code.
13+
- [ ] I've added docstrings for the new code.
814

9-
- [ ] Bugfix
10-
- [ ] Feature
11-
- [ ] Code style update (formatting, renaming)
12-
- [ ] Refactoring (no functional changes, no api changes)
13-
- [ ] Build related changes
14-
- [ ] Documentation content changes
15-
- [ ] Other (please describe):
15+
## Description
1616

17-
## What is the current behavior?
18-
19-
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
17+
Please describe your changes here. If this fixes a bug, please link to the issue, if possible.
2018

2119
Issue Number: N/A
22-
23-
## What is the new behavior?
24-
25-
<!-- Please describe the behavior or changes that are being added by this PR. -->
26-
27-
-
28-
-
29-
-
30-
31-
## Other information
32-
33-
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->

.github/release-drafter.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
categories:
2+
- title: ":boom: Breaking Changes"
3+
label: "breaking"
4+
- title: ":rocket: Features"
5+
label: "enhancement"
6+
- title: ":fire: Removals and Deprecations"
7+
label: "removal"
8+
- title: ":beetle: Fixes"
9+
label: "bug"
10+
- title: ":racehorse: Performance"
11+
label: "performance"
12+
- title: ":rotating_light: Testing"
13+
label: "testing"
14+
- title: ":construction_worker: Continuous Integration"
15+
label: "ci"
16+
- title: ":books: Documentation"
17+
label: "documentation"
18+
- title: ":hammer: Refactoring"
19+
label: "refactoring"
20+
- title: ":lipstick: Style"
21+
label: "style"
22+
- title: ":package: Dependencies"
23+
labels:
24+
- "dependencies"
25+
- "build"
26+
template: |
27+
## Changes
28+
$CHANGES

0 commit comments

Comments
 (0)