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 fa7a937 commit 0292b13Copy full SHA for 0292b13
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import find_packages, setup
2
3
-__version__ = '0.9.4'
+__version__ = '0.9.5'
4
URL = 'https://github.com/TorchSpatiotemporal/tsl'
5
6
with open("README.md", "r") as fh:
tsl/__init__.py
@@ -7,7 +7,7 @@
7
nn = LazyLoader('nn', globals(), 'tsl.nn')
8
engines = LazyLoader('engines', globals(), 'tsl.engines')
9
10
11
12
epsilon = 5e-8
13
config = Config()
0 commit comments