https://github.com/kubeflow/katib
Revision 3717609adcf6d3732c70128f8c4e4b269fc7f8a1 authored by Andrey Velichkevich on 23 March 2020, 13:34:44 UTC, committed by GitHub on 23 March 2020, 13:34:44 UTC
* UI Support Trial Templates in all namespaces and configMaps

* Change templates yaml
Add FilterPannel to Trial Template View

* Fix problem with adding template to empty configMap

* Support Trial Templates select in Submit Experiment

* Fix comments

* Fix nas module name

* Add version for prettier in Travis
1 parent bad07f9
Raw File
Tip revision: 3717609adcf6d3732c70128f8c4e4b269fc7f8a1 authored by Andrey Velichkevich on 23 March 2020, 13:34:44 UTC
UI: Support Trial Templates in all namespaces and all configMaps (#1083)
Tip revision: 3717609
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top