Skip to content

Commit 9d5a073

Browse files
authored
Update version.py
1 parent d0285b9 commit 9d5a073

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

cellbox/cellbox/version.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ def get_msg():
104104

105105
"""
106106
version 0.2.3
107-
-- June 8, 2020 --
107+
-- Jun 8, 2020 --
108108
* Add support to L2 loss (alone or together with L1, i.e. elastic net)
109109
* Clean the example configs folder
110110
""",
111111

112112
"""
113113
version 0.3.0
114-
-- June 8, 2020 --
114+
-- Jun 8, 2020 --
115115
Add support for alternative form of perturbation
116116
* Previous: add u on activity nodes
117117
* New: fix activity nodes directly
@@ -123,10 +123,16 @@ def get_msg():
123123

124124
"""
125125
version 0.3.1
126-
-- Sept 25, 2020 --
126+
-- Sep 25, 2020 --
127127
* Release version for publication
128128
* Add documentation
129129
* Rename package to 'cellbox'
130+
""",
131+
132+
"""
133+
version 0.3.2
134+
-- Feb 10, 2023 --
135+
* Modify CellBox to support TF2
130136
"""
131137
]
132138
print(
@@ -138,12 +144,12 @@ def get_msg():
138144
" | |___| __/ | | |_) | (_) > < \n"
139145
" \_____\___|_|_|____/ \___/_/\_\ \n"
140146
"Running CellBox scripts developed in Sander lab\n"
141-
"Maintained by Bo Yuan, Judy Shen, and Augustin Luna"
147+
"Maintained by Bo Yuan, Judy Shen, and Augustin Luna; contributions by Daniel Ritter"
142148
)
143149

144150
print(changelog[-1])
145151
print(
146-
"Tutorials and documentations are available at https://github.com/dfci/CellBox\n"
152+
"Tutorials and documentations are available at https://github.com/sanderlab/CellBox\n"
147153
"If you want to discuss the usage or to report a bug, please use the 'Issues' function at GitHub.\n"
148154
"If you find CellBox useful for your research, please consider citing the corresponding publication.\n"
149155
"For more information, please email us at [email protected] and [email protected], "

0 commit comments

Comments
 (0)