File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " torchdyn"
3- version = " 1.0.5 "
3+ version = " 1.0.6 "
44license = " Apache License, Version 2.0"
55description = " A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods."
66authors = [" Michael Poli" , " Stefano Massaroli" , " DiffEqML" ]
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "torchdyn" ,
18- version = "1.0.5 " ,
18+ version = "1.0.6 " ,
1919 author = "Michael Poli and Stefano Massaroli" ,
2020 description = "PyTorch package for all things neural differential equations." ,
2121 url = "https://github.com/DiffEqML/torchdyn" ,
Original file line number Diff line number Diff line change 1010# See the License for the specific language governing permissions and
1111# limitations under the License.
1212
13- __version__ = '1.0.5 '
13+ __version__ = '1.0.6 '
1414__author__ = 'Michael Poli, Stefano Massaroli et al.'
1515
1616from torch import Tensor
You can’t perform that action at this time.
0 commit comments