Skip to content

Commit

Permalink
version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed May 3, 2023
1 parent 7b47895 commit 8baacae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The following backends are available:

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

### Development status (0.3.7)
### Development status (0.3.8)

| | Numpy | PyTorch | Jittor | PaddlePaddle | Tensorflow | MindSpore |
| ------------------- | ----- | ------- | ------ | ------------ | ---------- | --------- |
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.7'
__version__ = '0.3.8'
__author__ = 'ThinkLab at SJTU'


Expand Down

0 comments on commit 8baacae

Please sign in to comment.