File tree 5 files changed +12
-7
lines changed
5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ 2.2.0] - 2022-MM-DD
6
+ ## [ 2.3.0] - 2023-MM-DD
7
+ ### Added
8
+ ### Changed
9
+ ### Removed
10
+
11
+ ## [ 2.2.0] - 2022-12-01
7
12
### Added
8
13
- Extended ` GNNExplainer ` to support edge level explanations ([ #6056 ] ( https://github.com/pyg-team/pytorch_geometric/pull/6056 ) )
9
14
- Added CPU affinitization for ` NodeLoader ` ([ #6005 ] ( https://github.com/pyg-team/pytorch_geometric/pull/6005 ) )
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : pyg
3
- version : 2.1 .0
3
+ version : 2.2 .0
4
4
5
5
source :
6
- url : https://files.pythonhosted.org/packages/bd/e3/3913bc65cb23db1dcc5a69a87f53206ebcdfebc28973535a4a64a0cb97cd/torch_geometric-2.1.0.post1 .tar.gz
6
+ url : https://files.pythonhosted.org/packages/bd/e3/3913bc65cb23db1dcc5a69a87f53206ebcdfebc28973535a4a64a0cb97cd/torch_geometric-2.2.0 .tar.gz
7
7
8
8
requirements :
9
9
host :
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : pytorch-geometric
3
- version : 2.1 .0
3
+ version : 2.2 .0
4
4
5
5
source :
6
- url : https://files.pythonhosted.org/packages/bd/e3/3913bc65cb23db1dcc5a69a87f53206ebcdfebc28973535a4a64a0cb97cd/torch_geometric-2.1.0.post1 .tar.gz
6
+ url : https://files.pythonhosted.org/packages/bd/e3/3913bc65cb23db1dcc5a69a87f53206ebcdfebc28973535a4a64a0cb97cd/torch_geometric-2.2.0 .tar.gz
7
7
8
8
requirements :
9
9
host :
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
- __version__ = '2.1 .0'
3
+ __version__ = '2.2 .0'
4
4
URL = 'https://github.com/pyg-team/pytorch_geometric'
5
5
6
6
install_requires = [
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def __dir__(self):
42
42
nn = LazyLoader ('nn' , globals (), 'torch_geometric.nn' )
43
43
graphgym = LazyLoader ('graphgym' , globals (), 'torch_geometric.graphgym' )
44
44
45
- __version__ = '2.1 .0'
45
+ __version__ = '2.2 .0'
46
46
47
47
__all__ = [
48
48
'seed_everything' ,
You can’t perform that action at this time.
0 commit comments