-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from WenjieDu/dev
Add PR template, and make the dependencies consistent in all config files
- Loading branch information
Showing
4 changed files
with
30 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# What does this PR do? | ||
|
||
<!-- | ||
Congrats! You've made it this far! You're not quite done yet though. | ||
Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution 😉. | ||
Then, please replace this with a description of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies (if any) that are required for this change. | ||
Once you're done, I will review your PR shortly. I may suggest changes to make the code even better 🤝. | ||
--> | ||
|
||
<!-- Remove if not applicable --> | ||
|
||
Fixes # (issue) | ||
|
||
|
||
## Before submitting | ||
- [ ] This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case). | ||
- [ ] Was this discussed/approved via a Github issue? Please add a link to it if that's the case. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have written necessary tests and already run them locally. |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
author="Wenjie Du", | ||
author_email="[email protected]", | ||
url="https://github.com/WenjieDu/PyPOTS", | ||
download_url="https://github.com/WenjieDu/PyPOTS/archive/master.zip", | ||
download_url="https://github.com/WenjieDu/PyPOTS/archive/main.zip", | ||
keywords=[ | ||
"data mining", | ||
"neural networks", | ||
|