Commit 76097654 authored by nd-02110114's avatar nd-02110114
Browse files

Merge branch 'master' into update-feat-docs

parents 5a7ca2e2 50992082
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
**Description:**

<!-- Please provide information about your setup -->
<!-- To get the DeepChem version use the following commands:
>> import deepchem
>> deepchem.__version__

If you installed by source please give us the git hash as well
>> git log | head -n 1
-->
- DeepChem Version:
- Platform:

<!-- Please describe your problem as detailed as necessary -->

<!-- If applicable, please provide working code that can reproduce your issue 
We are much more likely to address a bug with a working reproduction quickly
-->
```
Your code sample here
```

<!-- You can also ask questions on the DeepChem Gitter
https://gitter.im/deepchem/Lobby
-->
+36 −0
Original line number Diff line number Diff line
---
name: "\U0001F41B Bug Report"
about: Submit a bug report to help us improve DeepChem
---

## 🐛 Bug

<!-- A clear and concise description of what the bug is. -->

## To Reproduce

Steps to reproduce the behavior:

1.
2.
3.

<!-- If you have a code sample, error messages, stack traces, please provide it here as well. -->

## Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

## Environment

* OS:
* Python version:
* DeepChem version:
* RDKit version (optional):
* TensorFlow version (optional):
* PyTorch version (optional):
* Any other relevant information:

## Additional context

<!-- Add any other context about the problem here. -->
+19 −0
Original line number Diff line number Diff line
---
name: "\U0001F680 Feature Request"
about: Submit a proposal/request for a new DeepChem feature
---

## 🚀 Feature

<!-- A clear and concise description of the feature proposal.
Please provide a link to the paper and code in case they exist. -->

## Motivation

<!-- Please outline the motivation for the proposal. 
Is your feature request related to a problem? e.g., 
I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too. -->

## Additional context

<!-- Add any other context or screenshots about the feature request here. -->
+30 −0
Original line number Diff line number Diff line
---
name: "\U0001F4DA Installation"
about: Report an installation problem with DeepChem
---

## 📚 Installation

<!-- A clear and concise description of the installation error. 
If you have installation log file, please provide it here as well. -->

## Environment

* OS:
* Package manager (PyPI or Conda):
* Python version:
* DeepChem version:
* TensorFlow version:
* PyTorch version (optional):
* CUDA/cuDNN version (optional):
* Any other relevant information:

## Checklist

- [ ] I followed the [installation guide](https://deepchem.readthedocs.io/en/latest/get_started/installation.html).
- [ ] I used Google Colab.
- [ ] I do have multiple CUDA versions on my machine.

## Additional context

<!-- Add any other context about the problem here. -->
+8 −0
Original line number Diff line number Diff line
---
name: "❓Questions & Help"
about: Start a general discussion related to DeepChem
---

## ❓ Questions & Help

<!-- A clear and concise description of the question. -->
Loading