hypertune 1.2.0__tar.gz → 1.2.1rc0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. {hypertune-1.2.0 → hypertune-1.2.1rc0}/PKG-INFO +1 -1
  2. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/pkg.py +1 -1
  3. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune.egg-info/PKG-INFO +1 -1
  4. hypertune-1.2.1rc0/setup.cfg +20 -0
  5. hypertune-1.2.0/setup.cfg +0 -41
  6. {hypertune-1.2.0 → hypertune-1.2.1rc0}/MANIFEST.in +0 -0
  7. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/__init__.py +0 -0
  8. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/iteration_lineage.py +0 -0
  9. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/logger.py +0 -0
  10. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/matrix/__init__.py +0 -0
  11. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/matrix/dist.py +0 -0
  12. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/matrix/hyperopt.py +0 -0
  13. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/matrix/utils.py +0 -0
  14. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/py.typed +0 -0
  15. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/__init__.py +0 -0
  16. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/base.py +0 -0
  17. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/bayesian_optimization/__init__.py +0 -0
  18. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/bayesian_optimization/acquisition_function.py +0 -0
  19. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/bayesian_optimization/manager.py +0 -0
  20. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/bayesian_optimization/optimizer.py +0 -0
  21. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/bayesian_optimization/space.py +0 -0
  22. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/grid_search/__init__.py +0 -0
  23. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/grid_search/manager.py +0 -0
  24. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/hyperband/__init__.py +0 -0
  25. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/hyperband/manager.py +0 -0
  26. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/hyperopt/__init__.py +0 -0
  27. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/hyperopt/manager.py +0 -0
  28. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/mapping/__init__.py +0 -0
  29. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/mapping/manager.py +0 -0
  30. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/random_search/__init__.py +0 -0
  31. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/random_search/manager.py +0 -0
  32. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/spec.py +0 -0
  33. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune/search_managers/utils.py +0 -0
  34. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune.egg-info/SOURCES.txt +0 -0
  35. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune.egg-info/dependency_links.txt +0 -0
  36. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune.egg-info/requires.txt +0 -0
  37. {hypertune-1.2.0 → hypertune-1.2.1rc0}/hypertune.egg-info/top_level.txt +0 -0
  38. {hypertune-1.2.0 → hypertune-1.2.1rc0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hypertune
3
- Version: 1.2.0
3
+ Version: 1.2.1rc0
4
4
  Summary: A library for performing hyperparameter optimization with Polyaxon.
5
5
  Home-page: https://github.com/polyaxon/hypertune
6
6
  Author: Polyaxon, Inc.
@@ -1,5 +1,5 @@
1
1
  NAME = "hypertune"
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1-rc0"
3
3
  DESC = "A library for performing hyperparameter optimization with Polyaxon."
4
4
  URL = "https://github.com/polyaxon/hypertune"
5
5
  AUTHOR = "Polyaxon, Inc."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hypertune
3
- Version: 1.2.0
3
+ Version: 1.2.1rc0
4
4
  Summary: A library for performing hyperparameter optimization with Polyaxon.
5
5
  Home-page: https://github.com/polyaxon/hypertune
6
6
  Author: Polyaxon, Inc.
@@ -0,0 +1,20 @@
1
+ [metadata]
2
+ description = file: README.md
3
+
4
+ [tool:pytest]
5
+ addopts = --doctest-glob='*.rst'
6
+ markers =
7
+ tuninig_mark
8
+
9
+ [mypy]
10
+ python_version = 3.9
11
+ namespace_packages = true
12
+ ignore_missing_imports = True
13
+ show_error_codes = True
14
+ allow_redefinition = True
15
+ exclude = (setup.py$)|(tests/)|(vendor/)
16
+
17
+ [egg_info]
18
+ tag_build =
19
+ tag_date = 0
20
+
hypertune-1.2.0/setup.cfg DELETED
@@ -1,41 +0,0 @@
1
- [metadata]
2
- description = file: README.md
3
-
4
- [isort]
5
- honor_noqa = True
6
- profile = black
7
- line_length = 88
8
- lines_between_sections = 1
9
- lines_between_types = 1
10
- order_by_type = true
11
- known_future_library = future,pies
12
- extra_standard_library = typing,typing_extensions,mock,pytest,factory,faker,flaky,numpy,pandas,requests,websocket,jinja2,yaml,pytz
13
- known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,celery,picklefield,sentry_sdk,orjson,pydantic,clipped
14
- known_first_party = polyaxon,traceml,hypertune
15
- indent = ' '
16
- multi_line_output = 3
17
- include_trailing_comma = True
18
- force_grid_wrap = 0
19
- use_parentheses = True
20
- known_django = django
21
- forced_separate = django.contrib,django.utils
22
- default_section = THIRDPARTY
23
- sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
24
-
25
- [tool:pytest]
26
- addopts = --doctest-glob='*.rst'
27
- markers =
28
- tuninig_mark
29
-
30
- [mypy]
31
- python_version = 3.9
32
- namespace_packages = true
33
- ignore_missing_imports = True
34
- show_error_codes = True
35
- allow_redefinition = True
36
- exclude = (setup.py$)|(tests/)|(vendor/)
37
-
38
- [egg_info]
39
- tag_build =
40
- tag_date = 0
41
-
File without changes
File without changes