Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pygwinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
gwinc
pygwinc
Merge requests
!99
Version support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Version support
jameson.rollins/pygwinc:version
into
master
Overview
4
Commits
1
Pipelines
12
Changes
7
1 unresolved thread
Hide all comments
Merged
Jameson Rollins
requested to merge
jameson.rollins/pygwinc:version
into
master
4 years ago
Overview
4
Commits
1
Pipelines
12
Changes
7
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 5
3c31c23b
4 years ago
version 4
8ff5cdb3
4 years ago
version 3
fab24e1d
4 years ago
version 2
7c53dc1d
4 years ago
version 1
d11021f0
4 years ago
master (base)
and
latest version
latest version
2d3a44f8
1 commit,
4 years ago
version 5
3c31c23b
1 commit,
4 years ago
version 4
8ff5cdb3
1 commit,
4 years ago
version 3
fab24e1d
1 commit,
4 years ago
version 2
7c53dc1d
1 commit,
4 years ago
version 1
d11021f0
5 commits,
4 years ago
7 files
+
92
−
72
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
gwinc/__init__.py
+
5
−
0
Options
@@ -5,6 +5,11 @@ import logging
import
importlib
import
numpy
as
np
try
:
from
._version
import
__version__
except
ModuleNotFoundError
:
import
setuptools_scm
__version__
=
setuptools_scm
.
get_version
()
from
.ifo
import
IFOS
from
.struct
import
Struct
from
.plot
import
plot_budget
Loading