Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
d30a4efa
Commit
d30a4efa
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Remove old versions file.
parent
de8b65bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!22
Release 0.3
,
!3
Bloxberg proof of concept
Pipeline
#7462
passed
3 years ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/caosadvancedtools/models/parser.py
+1
-1
1 addition, 1 deletion
src/caosadvancedtools/models/parser.py
src/caosadvancedtools/models/version.py
+0
-32
0 additions, 32 deletions
src/caosadvancedtools/models/version.py
with
1 addition
and
33 deletions
src/caosadvancedtools/models/parser.py
+
1
−
1
View file @
d30a4efa
"""
This script provides
the a function
to read a DataModel from a yaml file.
This script provides
methods
to read a DataModel from a yaml file.
If a file name is passed to parse_model_from_yaml it is parsed and a DataModel
is created. The yaml file needs to be structured in a certain way which will be
...
...
This diff is collapsed.
Click to expand it.
src/caosadvancedtools/models/version.py
deleted
100644 → 0
+
0
−
32
View file @
de8b65bf
#
# ** header v3.0
# This file is a part of the CaosDB Project.
#
# Copyright (C) 2018 Research Group Biomedical Physics,
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# ** end header
#
# THIS FILE IS GENERATED FROM SETUP.PY
short_version
=
'
0.1.0
'
version
=
'
0.1.0
'
full_version
=
'
0.1.0.dev-Unknown
'
git_revision
=
'
Unknown
'
release
=
False
if
not
release
:
version
=
full_version
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment