Unverified Commit 2c0d75df authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #2471 from alat-rights/patch-1

Update issues.rst
parents 8eb7b764 0412c1dc
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -17,14 +17,6 @@ please let us know [here](https://github.com/deepchem/deepchem/issues/2376).*
| Feature                        | Deepchem response | Tracker and notes                                 |
|                                |                   |                                                   |
+================================+===================+===================================================+
| AtomicConvModel                | Severe            | [pull#2374](https://github.com/deepchem/deepchem/pull/2374)                   |
|                                | Will fix          |                                                   |
|                                |                   |                                                   |
+--------------------------------+-------------------+---------------------------------------------------+
| RdkitGridFeaturizer            | Severe            | [issue#2366](https://github.com/deepchem/deepchem/issues/2366)                      |
|                                | Will fix          |                                                   |
|                                |                   |                                                   |
+--------------------------------+-------------------+---------------------------------------------------+
| ANIFeaturizer/ANIModel         | Low Priority      | The Deepchem team recommends using TorchANI       |
|                                | Likely deprecate  | instead.                                          |
|                                |                   |                                                   |
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ The publish process is automated by GitHub Actions and it is in `docker` section

We should manually modify documents for installing a new package before pushing a new tag.
Basically, we modify `README.md` and `docs/get_started/installation.rst`. (include `docs/index.rst` in some cases)
If the release fixes or changes a known issue that was listed in `docs/src/issues.rst`, please update that page also.
After pushing a new tag, we go to [the project page](https://readthedocs.org/projects/deepchem/versions) in ReadTheDocs and publish the documents for a new tag.

## Website