-
Notifications
You must be signed in to change notification settings - Fork 50
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
Modernize freud binding, build system, and CI. #1308
base: main
Are you sure you want to change the base?
Changes from 250 commits
1d13bd6
70ee09b
84c2dd0
b0d78d4
9550b24
9fb9ce3
8c53af3
83eae33
b370e8c
4bf7943
64242b5
41d5aef
7a79c69
03269ce
e8cf006
c9d7fd6
0010947
a7fb08c
2d36aea
3b74b53
8717edf
92e92d9
963de76
1cb1d92
5f40d6e
89bac0c
24eec22
770a769
2bb30bb
c77b5ef
32972de
04c2a97
1758f4e
5592e25
b0900b7
a4e7a82
3194225
c85fdde
728f08e
1cf8133
b19d521
356efee
5ec3279
4a82ec9
be22bf8
0193019
bff43f0
aa0ffb1
9872c90
391dad0
264d749
19a0006
77b31a8
21cdd7a
3352f46
3a6ea38
522e3ec
4d009cb
7833b4c
fcfd1d9
a9c8cd8
6c472fc
51fdb5a
80ecb1e
744c016
5a12795
5c0ddce
39a9e14
7b66c2b
ac7065d
da32e83
41606ba
ed234ca
215bb83
b55deaf
f59ce23
2cc36c2
3d049a3
db06962
d5e0abf
da61777
25440d5
211632e
e093608
4e2df29
61aea7d
ed9b5cf
fe0af2a
771f200
d54fa30
65546cd
c221665
0f0fcac
1ff7c7c
df52bd5
2624305
3d7c01a
9ac0960
26d2df9
620c637
7a84136
6435063
8a47eae
32f7bbf
128c406
19265bc
6d22fd0
8ef7d68
577376d
4484dd5
3989a5d
08c8eb1
52e0893
90cb85d
687a28e
be49b3f
b88f132
1fc13ce
34e2d5f
21bc88f
3fbec56
e2809f2
ca7aac5
a7286ae
c3f4d38
8bae101
f716ee2
7395311
1ce2288
da307a4
e8a6e8d
1abbdaf
0491da2
83fa6c5
b0dba0a
4475fb9
d01949c
0208c74
9549988
f5f7b07
6461db5
a205850
79f92e8
a0286f4
2157905
5eff9b0
e72d8fc
408b470
295a523
494fa15
bf9cb19
679fe6e
49a4d9c
a9133c8
ae1daf3
7b9ace1
843cbdf
69d1354
6565306
42b24e4
8c528af
e6fa0ba
ccb8005
c15a634
a1ed072
373139a
e472950
b755897
b6a6e56
368882e
4dfd29f
b49ccc8
2a57be0
1cc3d88
3ede55d
62fec4d
1f452aa
0335f1c
2f85c9c
3a0bb1f
1ea8ab3
da276b6
e200ad7
f99febc
dbbd115
78f6ad2
b03f917
0c1622c
6049a52
7024466
c3df090
f9d7f27
7be7c1c
7018281
823169f
3ef64ae
eee6785
b7031c7
ff46300
2c046b0
15f14d4
62305d7
15289f9
67877b5
dc519c3
88d4dcb
14f346f
65549d9
dfd0b04
b200a8d
b150680
752d1bd
38dcf3f
57afef6
4100b3c
af99cc9
42b3ce2
1bb421f
c9a2102
060dbaf
4a393ee
0d77b89
0e0ec1b
51b2c84
e3974db
3d4c80c
667480a
299af7c
a290c45
afc41e4
540cb4d
0094d8a
1ed46af
2f6b6ca
23db6c4
e780ab1
c5897c3
0b8be1c
4deb50a
83e179c
d1386ca
8688f8e
a53fa1c
89417ce
fda237d
e1d69ac
a1d2c74
40461ef
e0c8a19
3e15eaa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,56 +5,64 @@ body: | |
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the bug. | ||
description: Describe the problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Please provide a *minimal* script to reproduce the bug. | ||
label: Script | ||
description: | | ||
The *minimal* script that demonstrates the problem. The script should depend only on | ||
freud and its dependencies so that developers can run it. | ||
placeholder: | | ||
import freud | ||
... | ||
render: python | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Error Output | ||
description: Please indicate the output from the above script and what you expect the output to be. | ||
label: Input files | ||
description: Attach any input files needed to run the script. | ||
- type: textarea | ||
attributes: | ||
label: Output | ||
description: | | ||
What output did you get? | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected output | ||
description: What output do you expect? | ||
- type: input | ||
attributes: | ||
label: freud Version | ||
description: What version of freud are you using? | ||
placeholder: v3.1.0 | ||
placeholder: 3.1.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Python Version | ||
description: What version of python are you using? | ||
placeholder: v3.8.2 | ||
placeholder: 3.13.0 | ||
- type: dropdown | ||
attributes: | ||
label: System Platform | ||
description: What platform are you using? | ||
label: Platform | ||
description: What platform are you using? Select all that apply. | ||
multiple: true | ||
options: | ||
- MacOS | ||
- CPU | ||
- GPU | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does freud have GPU support now? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, this is a copy and paste error. |
||
- Linux | ||
- Windows | ||
- macOS | ||
- type: dropdown | ||
attributes: | ||
label: Installation method | ||
description: How did you install freud? | ||
options: | ||
- Download from PyPI | ||
- Download from conda-forge | ||
- glotzerlab-software container | ||
- built from source | ||
- type: dropdown | ||
attributes: | ||
label: Developer | ||
description: Who should fix this? | ||
options: | ||
- I will submit a pull request that fixes this problem. | ||
- Would someone else please fix this? |
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How will code reviews be managed going forward?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR submitter will request a review, typically over Slack or in person.