Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-02-19 | 3.2 kB | |
v1.10.2 source code.tar.gz | 2024-02-19 | 8.6 MB | |
v1.10.2 source code.zip | 2024-02-19 | 8.8 MB | |
Totals: 3 Items | 17.4 MB | 1 |
What's Changed
- ๐งฐโป๏ธ Add Dependency Caching by @mberr in https://github.com/pykeen/pykeen/pull/1239
- โ๏ธ๐บ๏ธ Fix estimate diversity function by @dobraczka in https://github.com/pykeen/pykeen/pull/1242
- ๐๐ Update Hello World Notebook by @mberr in https://github.com/pykeen/pykeen/pull/1249
- ๐พ๐ Improve Memory-Efficiency of Converting OGB Datasets to TriplesFactory by @mberr in https://github.com/pykeen/pykeen/pull/1253
- ๐งโ๏ธ Fix CachedTextRepresentation.from_dataset by @mberr in https://github.com/pykeen/pykeen/pull/1259
- ๐งฌ ๐พ Add the PharMeBINet dataset by @sbonner0 in https://github.com/pykeen/pykeen/pull/1257
- โ๏ธ๐ฏ Fix norm limit regularizers hpo defaults by @mberr in https://github.com/pykeen/pykeen/pull/1274
- ๐ค๐ โโ๏ธ Fix TransH HPO compatability by @mberr in https://github.com/pykeen/pykeen/pull/1277
- ๐ฅ๐ช Fix relation prediction with inverses by @mberr in https://github.com/pykeen/pykeen/pull/1304
- ๐งน๐งโโ๏ธ add gc_after_trial parameter for optuna by @LizzAlice in https://github.com/pykeen/pykeen/pull/1301
- ๐๐ Use torch_max_mem for automatic memory optimization in Evaluator by @mberr in https://github.com/pykeen/pykeen/pull/1261
- โโ๏ธ CSGraphAnchorSearcher: Ensure top-k index array is sorted by @mberr in https://github.com/pykeen/pykeen/pull/1318
- ๐ฅ๐งฉ Fix NodePiece & Complex Embeddings by @mberr in https://github.com/pykeen/pykeen/pull/1288
- ๐ฅ๐งฉ Utility to create inductive NodePiece representations by @mberr in https://github.com/pykeen/pykeen/pull/1322
- ๐๐ฎ Ensure cleanup of temporary files by @mberr in https://github.com/pykeen/pykeen/pull/1307
- โ๏ธโญ Merge BoxE interaction by @mberr in https://github.com/pykeen/pykeen/pull/1180
- ๐ ๐ช Early Slicing for Lazy Target Representations by @mberr in https://github.com/pykeen/pykeen/pull/1321
- ๐ง๐ฎ Fix predict_all for inductive inference by @mberr in https://github.com/pykeen/pykeen/pull/1320
- ๐๏ธ๐ Support resolving non-rank-based metrics by @mberr in https://github.com/pykeen/pykeen/pull/1237
- ๐โจ Update readme by @mberr in https://github.com/pykeen/pykeen/pull/968
- โ๏ธโญ Raise error when encountering a checkpoint_name in the HPO configuration by @mberr in https://github.com/pykeen/pykeen/pull/1324
- ๐โ๏ธ Validation Loss Training Callback by @mberr in https://github.com/pykeen/pykeen/pull/1169
- Relax protobuf requirement by @cthoyt in https://github.com/pykeen/pykeen/pull/1332
- โ ๐ Check Losses' HPO Defaults by @mberr in https://github.com/pykeen/pykeen/pull/1333
- ๐๐ Bump PyTorch Geometric cpu-build version for CI by @mberr in https://github.com/pykeen/pykeen/pull/1336
- โ๏ธ๐ธ Update Losses' HPO default range checks by @mberr in https://github.com/pykeen/pykeen/pull/1337
- ๐ฃ๐ Repo cleanup and fix RGCN's hpo_default by @mberr in https://github.com/pykeen/pykeen/pull/1370
New Contributors
- @LizzAlice made their first contribution in https://github.com/pykeen/pykeen/pull/1301
Full Changelog: https://github.com/pykeen/pykeen/compare/v1.10.1...v1.10.2