Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
empyre
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dieter Weber
empyre
Commits
78b98984
Commit
78b98984
authored
8 years ago
by
Jan Caron
Browse files
Options
Downloads
Patches
Plain Diff
Forgot version.py (does not belong to version history).
parent
51b39c56
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.hgignore
+1
-0
1 addition, 0 deletions
.hgignore
pyramid/__init__.py
+0
-13
0 additions, 13 deletions
pyramid/__init__.py
pyramid/version.py
+0
-4
0 additions, 4 deletions
pyramid/version.py
with
1 addition
and
17 deletions
.hgignore
+
1
−
0
View file @
78b98984
...
...
@@ -14,3 +14,4 @@ build*
Pyramid.egg-info*
logfile.log
.idea*
version.py
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyramid/__init__.py
+
0
−
13
View file @
78b98984
...
...
@@ -55,31 +55,18 @@ from . import fft
from
.
import
fieldconverter
from
.
import
costfunction
from
.costfunction
import
*
from
.
import
dataset
from
.dataset
import
*
from
.
import
diagnostics
from
.diagnostics
import
*
from
.
import
fieldconverter
from
.fieldconverter
import
*
from
.
import
fielddata
from
.fielddata
import
*
from
.
import
forwardmodel
from
.forwardmodel
import
*
from
.
import
kernel
from
.kernel
import
*
from
.
import
phasemap
from
.phasemap
import
*
from
.
import
phasemapper
from
.phasemapper
import
*
from
.
import
projector
from
.projector
import
*
from
.
import
regularisator
from
.regularisator
import
*
from
.
import
ramp
from
.ramp
import
*
from
.
import
quaternion
from
.quaternion
import
*
from
.
import
colormap
from
.colormap
import
*
from
.config
import
*
from
.version
import
version
as
__version__
...
...
This diff is collapsed.
Click to expand it.
pyramid/version.py
deleted
100644 → 0
+
0
−
4
View file @
51b39c56
# -*- coding: utf-8 -*-
""""
This file is generated automatically by the Pyramid `setup.py`
"""
version
=
"
0.1.0-dev
"
hg_revision
=
"
b
'
111e1118104a+
'"
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