File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " torchdyn"
3
- version = " 1.0.5 "
3
+ version = " 1.0.6 "
4
4
license = " Apache License, Version 2.0"
5
5
description = " A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods."
6
6
authors = [" Michael Poli" , " Stefano Massaroli" , " DiffEqML" ]
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = "torchdyn" ,
18
- version = "1.0.5 " ,
18
+ version = "1.0.6 " ,
19
19
author = "Michael Poli and Stefano Massaroli" ,
20
20
description = "PyTorch package for all things neural differential equations." ,
21
21
url = "https://github.com/DiffEqML/torchdyn" ,
Original file line number Diff line number Diff line change 10
10
# See the License for the specific language governing permissions and
11
11
# limitations under the License.
12
12
13
- __version__ = '1.0.5 '
13
+ __version__ = '1.0.6 '
14
14
__author__ = 'Michael Poli, Stefano Massaroli et al.'
15
15
16
16
from torch import Tensor
You can’t perform that action at this time.
0 commit comments