|
| 1 | +<!--- Provide a general summary of your changes in the title above. --> |
| 2 | + |
| 3 | +## Description |
| 4 | +<!--- Provide a short description of your changes. --> |
| 5 | + |
| 6 | +## Motivation and Context |
| 7 | +<!--- Why is this change required? What problem does it solve? --> |
| 8 | +<!--- If it fixes an open issue, please link to the issue here. --> |
| 9 | + |
| 10 | +## Changes |
| 11 | +<!--- Explain your changes in detail here. --> |
| 12 | + |
| 13 | +#### Type Of Changes |
| 14 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 15 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 16 | +- [ ] New feature (non-breaking change which adds functionality) |
| 17 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 18 | + |
| 19 | +## How has This Been Tested? |
| 20 | + |
| 21 | +- Database provider: |
| 22 | +- Python version: |
| 23 | +- Operating System: |
| 24 | + |
| 25 | +<!--- Please describe in detail how you tested your changes. --> |
| 26 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 27 | +<!--- see how your change affects other areas of the code, etc. --> |
| 28 | + |
| 29 | +## Does this Close/Impact Existing Issues? |
| 30 | +<!--- Please link to all relevant issues. --> |
| 31 | +- Issue #X |
| 32 | + |
| 33 | +## What is Missing? |
| 34 | +<!--- Please provide any further information that is needed to close this PR. --> |
| 35 | +<!--- This could be another PR that is blocking this PR, or any further changes --> |
| 36 | +<!--- that need to be addressed in the future. --> |
| 37 | + |
| 38 | +## Checklist |
| 39 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 40 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 41 | +- [ ] My change is based on the latest stage of the `develop` branch. |
| 42 | +- [ ] My change required a change of the documentation, which has been done. |
| 43 | +- [ ] I checked that the documentation can be build, visualizes everything as expected, and does not contain any warnings. |
| 44 | +- [ ] I have added/adapted tests to cover my changes. |
| 45 | +- [ ] The tests can be executed successfully. |
| 46 | +- [ ] The notebooks can be executed successfully. |
| 47 | +- [ ] The notebooks can be executed with `mysql` as provider. |
| 48 | +- [ ] I have added a description of the changes to `CHANGELOG.rst`. |
0 commit comments