File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# are usually completed in github actions.
33
44SHELL := /bin/bash
5- VERSION := 1.4
5+ VERSION := 1.4.1
66
77NAME := DeepCAVE
88PACKAGE_NAME := deepcave
Original file line number Diff line number Diff line change 3333name = "DeepCAVE"
3434package_name = "deepcave"
3535author = (
36- "S. Segel and H. Graf and E. Bergman and K. Thieme and L. Fehring and A. Tornede and "
37- "R. Sass and A. Biedenkapp and F. Hutter and M. Lindauer"
36+ "S. Segel and H. Graf and E. Bergman and K. Thieme and L. Fehring and M. Wever "
37+ " and A. Tornede and R. Sass and A. Biedenkapp and F. Hutter and M. Lindauer"
3838)
39- author_email = "l.fehring @ai.uni-hannover.de"
39+ author_email = "m.wever @ai.uni-hannover.de"
4040description = "A Visualization and Analysis Tool for Automated Machine Learning."
4141url = "automl.org"
4242project_urls = {
4343 "Documentation" : "https://automl.github.io/DeepCAVE/main" ,
4444 "Source Code" : "https://github.com/automl/deepcave" ,
4545}
4646copyright = f"Copyright { datetime .date .today ().strftime ('%Y' )} , { author } "
47- version = "1.4"
47+ version = "1.4.1 "
4848
4949_exec_file = sys .argv [0 ]
5050_exec_files = ["server.py" , "worker.py" , "sphinx-build" ]
You can’t perform that action at this time.
0 commit comments