We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201026a commit cc7a90dCopy full SHA for cc7a90d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "torchdyn"
3
-version = "1.0.3"
+version = "1.0.4"
4
license = "Apache License, Version 2.0"
5
description = "A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods."
6
authors = ["Michael Poli", "Stefano Massaroli", "DiffEqML"]
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="torchdyn",
18
- version="1.0.3",
+ version="1.0.4",
19
author="Michael Poli and Stefano Massaroli",
20
description="PyTorch package for all things neural differential equations.",
21
url="https://github.com/DiffEqML/torchdyn",
0 commit comments