Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
adaptive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Quantum Tinkerer
adaptive
Merge requests
!125
update to the latest miniver
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update to the latest miniver
update_miniver
into
master
Overview
0
Commits
1
Pipelines
3
Changes
4
Merged
Bas Nijholt
requested to merge
update_miniver
into
master
6 years ago
Overview
0
Commits
1
Pipelines
3
Changes
4
Expand
and add the url to the
miniver repo
.
Edited
6 years ago
by
Bas Nijholt
0
0
Merge request reports
Compare
master
version 2
acf6b261
6 years ago
version 1
6395ca7e
6 years ago
master (base)
and
latest version
latest version
3a69cd99
1 commit,
6 years ago
version 2
acf6b261
1 commit,
6 years ago
version 1
6395ca7e
1 commit,
6 years ago
4 files
+
62
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
adaptive/__init__.py
+
2
−
3
Options
@@ -17,9 +17,8 @@ with suppress(ImportError):
from
.learner
import
SKOptLearner
from
.runner
import
Runner
,
BlockingRunner
from
.
import
version
__version__
=
version
.
version
from
._version
import
__version__
del
_version
del
notebook_integration
# to avoid confusion with `notebook_extension`
del
version
Loading