Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
ligo-segments
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
ligo-segments
Commits
a009ff76
Commit
a009ff76
authored
Oct 17, 2018
by
Kipp Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 1.1.0
parent
7e31c473
Pipeline
#34729
failed with stages
in 1 minute and 56 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
debian/changelog
debian/changelog
+10
-0
ligo/segments/__init__.py
ligo/segments/__init__.py
+1
-1
No files found.
debian/changelog
View file @
a009ff76
ligo-segments (1.1.0-1) stable; urgency=low
* better python3 support
* fix compile errors on Windows
* a variety of packaging corrections
* reorganize as a package (not a module)
* migrate segmentsUtils.py from glue to here
-- Kipp Cannon <kipp.cannon@ligo.org> Wed, 17 Oct 2018 14:11:21 +0900
ligo-segments (1.0.0-1) unstable; urgency=low
* first release of ligo.segments, should be funtionally identical to glue.segments
...
...
ligo/segments/__init__.py
View file @
a009ff76
...
...
@@ -48,7 +48,7 @@ from copy import copy as shallowcopy
__author__
=
"Kipp Cannon <kipp.cannon@ligo.org>"
__version__
=
'1.
0
.0'
__version__
=
'1.
1
.0'
__all__
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment