Skip to content

Commit

Permalink
Merge pull request #65 from shenyangHuang/andy
Browse files Browse the repository at this point in the history
update to v 0.9.1
  • Loading branch information
shenyangHuang authored Nov 8, 2023
2 parents 121064c + a5e81cc commit 1217be7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,19 @@ Overview of the Temporal Graph Benchmark (TGB) pipeline:
Thanks to everyone for your help in improving TGB! we will continue to improve TGB based on your feedback and suggestions.


**Please update to version `0.9.0`**
**Please update to version `0.9.1`**


#### version `0.9.1`

Fixed an issue for `tgbl-flight` where the timestamp conversion is incorrect due to time zone differences. If you had issues with `tgbl-flight` before, please update your package.


#### version `0.9.0`

Added the large `tgbn-token` dataset with 72 million edges to the `nodeproppred` dataset.

fixed errors in `tgbl-coin` and `tgbl-flight` where a small set of edges are not sorted chronologically. Please update your dataset version for them to version 2 (will be promted in terminal).
Fixed errors in `tgbl-coin` and `tgbl-flight` where a small set of edges are not sorted chronologically. Please update your dataset version for them to version 2 (will be promted in terminal).


### Pip Install
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-tgb"
version = "0.9.0"
version = "0.9.1"
description = "Temporal Graph Benchmark project repo"
authors = ["shenyang Huang <shenyang.huang@mail.mcgill.ca>", "Farimah Poursafaei", "Emanuele Rossi <emanuele.rossi1909@gmail.com>", "Jacob Danovitch <jacob.danovitch@mila.quebec>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup, find_packages

setup(name="py-tgb", version="0.9.0", packages=find_packages())
setup(name="py-tgb", version="0.9.1", packages=find_packages())

0 comments on commit 1217be7

Please sign in to comment.