Skip to content

Commit

Permalink
version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Jan 1, 2023
1 parent 871ec16 commit 99946a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ The following backends are available:

<img src="https://pygmtools.readthedocs.io/en/latest/_images/tensorflow_logo.png" alt="tensorflow logo" width="200"/>

### Development status (main)
### Development status (0.3.5)

| | Numpy | PyTorch | Jittor | PaddlePaddle | Tensorflow | MindSpore |
| ------------------- | ----- | ------- | ------ | ------------ | ---------- | --------- |
| Linear Solvers |||||| 🧱 |
| Classic Solvers |||||| 🧱 |
| Multi-Graph Solvers ||||| 📆 | 📆 |
| Neural Solvers |||| 🧱 | 📆 | 📆 |
| Examples Gallery | 🧱 ||| 🧱 | 📆 | 📆 |
| Examples Gallery | ||| 🧱 | 📆 | 📆 |

✔: Supported; 🧱: Work in progress; 📆: Planned for future versions (contributions welcomed!).

Expand Down
2 changes: 1 addition & 1 deletion pygmtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .neural_solvers import pca_gm, ipca_gm, cie, ngm
import pygmtools.utils as utils
BACKEND = 'numpy'
__version__ = '0.3.4'
__version__ = '0.3.5'
__author__ = 'ThinkLab at SJTU'


Expand Down

0 comments on commit 99946a6

Please sign in to comment.