Update release notes and version to 0.1.6

This commit is contained in:
Nick 2020-11-12 08:00:59 -08:00
Родитель 6a8cae653f
Коммит c6de245359
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,6 @@
# Release Notes
## 0.1.6
- Fix an issue that caused inf and nan when using LSE omnibus embedding
## 0.1.5
- Fix a bug in omnibus embedding where augmentation happened before the graphs were reduced to common nodes
## 0.1.4

Просмотреть файл

@ -10,7 +10,7 @@ __all__: List[str] = ["version", "name"]
name = "topologic"
# manually updated
__semver = "0.1.5"
__semver = "0.1.6"
# full version (may be same as __semver on release)
__version_file = "version.txt"