Skip to content

Commit d0ea4d2

Browse files
committed
v0.1.4
1 parent 1ea17b9 commit d0ea4d2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
=========
33

4+
Version 0.1.4
5+
-------------
6+
7+
* JOSS review edits (#45, #59, #66, #68, #77, #78)
8+
* Torch.compile tests #81
9+
* Improved documentation (#73, #76)
10+
* Improved notebook #83
11+
412
Version 0.1.3
513
-------------
614

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "torchsurv"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Deep survival analysis made easy with pytorch"
99
authors = [
1010
{name = "Thibaud Coroller", email = "thibaud.coroller@novartis.com"},
11-
{name = "Melodie Monod", email = "melodie.monod@novartis.com"},
11+
{name = "Melodie Monod", email = "monod.melodie@gmail.com"},
1212
{name = "Peter Krusche", email = "peter.krusche@novartis.com"},
1313
{name = "Qian Cao", email = "qian.cao@fda.hhs.com"}
1414
]

0 commit comments

Comments
 (0)