Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
changeo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
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
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
Software Public
Legacy
changeo
Commits
6c2ade48
Commit
6c2ade48
authored
5 years ago
by
Robert Greschke
Browse files
Options
Downloads
Patches
Plain Diff
Python 3 (and 2) version.
parent
0a6c45fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#496
passed with stage
Stage: test
in 2 minutes and 28 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+3
-9
3 additions, 9 deletions
HISTORY.rst
changeo/changeo.py
+1763
-1289
1763 additions, 1289 deletions
changeo/changeo.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
1768 additions
and
1300 deletions
HISTORY.rst
+
3
−
9
View file @
6c2ade48
...
...
@@ -2,12 +2,6 @@
History
=======
2016.35 (2018-06-07)
------------------
* First release on new build system.
2018.177 (2018-06-26)
------------------
* Bob fixed bad variable sP for load/save parm files.
\ No newline at end of file
2019.262 (2019-09-19)
---------------------
* Rewritten for Python 2 and 3.
This diff is collapsed.
Click to expand it.
changeo/changeo.py
+
1763
−
1289
View file @
6c2ade48
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
6c2ade48
[bumpversion]
current_version
= 201
8.177
current_version
= 201
9.262
commit
= True
tag
= True
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6c2ade48
...
...
@@ -51,6 +51,6 @@ setup(
packages
=
find_packages
(
include
=
[
'
changeo
'
]),
test_suite
=
'
tests
'
,
url
=
'
https://git.passcal.nmt.edu/passoft/changeo
'
,
version
=
'
201
8.177
'
,
version
=
'
201
9.262
'
,
zip_safe
=
False
,
)
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