We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894270b commit c7fe263Copy full SHA for c7fe263
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 0.1.0 (2022-07-01)
4
5
6
+### Features
7
8
+* initial release ([#1](https://github.com/alstonlo/torch-influence/issues/1)) ([3b021fb](https://github.com/alstonlo/torch-influence/commit/3b021fb0e970460fdba18cbb13243ed62c8ffb32))
torch_influence/__init__.py
@@ -2,7 +2,7 @@
A simple and minimal PyTorch implementation of influence functions.
"""
-__version__ = "0.0.0"
+__version__ = "0.1.0"
__all__ = [
"BaseInfluenceModule",
0 commit comments