-
Notifications
You must be signed in to change notification settings - Fork 192
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 #4211 from aiidateam/release/1.3.0
Release `v1.3.0`
- Loading branch information
Showing
489 changed files
with
14,395 additions
and
10,220 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ while true; do | |
fi | ||
fi | ||
|
||
done | ||
done |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
version: 2 | ||
jobs: | ||
docs: | ||
docker: | ||
# see: https://circleci.com/docs/2.0/circleci-images/#python | ||
- image: circleci/python:3.7-stretch | ||
steps: | ||
# Get our data and merge with upstream | ||
- run: sudo apt-get update | ||
- checkout | ||
|
||
- restore_cache: | ||
keys: | ||
- cache-pip | ||
|
||
- run: | | ||
pip install numpy==1.17.4 | ||
pip install --user .[docs,tests] | ||
- save_cache: | ||
key: cache-pip | ||
paths: | ||
- ~/.cache/pip | ||
|
||
# Build the docs | ||
- run: | ||
name: Build docs to store | ||
# nit-picky mode, turn warnings into errors, | ||
# but do not stop the build on errors (so we can still inspect the doc artifacts) | ||
command: | | ||
sphinx-build -b html -n -W --keep-going -d docs/_build/doctrees docs/source docs/_build/html | ||
- store_artifacts: | ||
path: docs/_build/html/ | ||
destination: html | ||
|
||
workflows: | ||
version: 2 | ||
default: | ||
jobs: | ||
- docs |
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,42 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug you have encountered | ||
title: '' | ||
labels: type/bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Before raising an issue, it is suggested that you first check out the: --> | ||
|
||
- [ ] [AiiDA Troubleshooting Documentation](https://aiida.readthedocs.io/projects/aiida-core/en/latest/intro/troubleshooting.html) | ||
- [ ] [AiiDA Users Forum](https://groups.google.com/forum/#!forum/aiidausers) | ||
|
||
### Describe the bug | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### Steps to reproduce | ||
|
||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
### Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Your environment | ||
|
||
- Operating system [e.g. Linux]: | ||
- Python version [e.g. 3.7.1]: | ||
- aiida-core version [e.g. 1.2.1]: | ||
|
||
Other relevant software versions, e.g. Postres & RabbitMQ | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context about the problem here. --> |
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,4 @@ | ||
contact_links: | ||
- name: AiiDA Users Forum | ||
url: http://www.aiida.net/mailing-list/ | ||
about: For general questions and discussion |
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,18 @@ | ||
--- | ||
name: Documentation Improvement | ||
about: Suggest improvements to the documentation | ||
title: 'Docs: ' | ||
labels: topic/documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the current issue | ||
|
||
<!-- A clear and concise description of what the problem is, | ||
e.g.. This section is unclear ..., or I can't find information on ... | ||
--> | ||
|
||
### Describe the solution you'd like | ||
|
||
<!-- A clear and concise description of what you would like to see happen. --> |
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,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new or improved feature | ||
title: '' | ||
labels: type/feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Before suggesting a feature, we suggest you also check out https://github.com/aiidateam/AEP --> | ||
|
||
### Is your feature request related to a problem? Please describe | ||
|
||
<!-- A clear and concise description of what the problem is. e.g. I'm always frustrated when ... --> | ||
|
||
### Describe the solution you'd like | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Describe alternatives you've considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
safe_interval: 0 | ||
safe_interval: 0 |
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.