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
e7e7a29a
Commit
e7e7a29a
authored
Jul 04, 2018
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch '1.0.1' into 'master'"
This reverts merge request
!6
parent
8af238a7
Pipeline
#24300
passed with stages
in 8 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
11 deletions
+2
-11
debian/changelog
debian/changelog
+0
-6
ligo-segments.spec
ligo-segments.spec
+1
-4
ligo/segments.py
ligo/segments.py
+1
-1
No files found.
debian/changelog
View file @
e7e7a29a
ligo-segments (1.0.1-1) unstable; urgency=low
* bug-fix release
-- Duncan Macleod <duncan.macleod@ligo.org> Wed, 04 Jul 2018 12:17:00 +0000
ligo-segments (1.0.0-1) unstable; urgency=low
* first release of ligo.segments, should be funtionally identical to glue.segments
...
...
ligo-segments.spec
View file @
e7e7a29a
%global srcname ligo-segments
Name: %{srcname}
Version: 1.0.
1
Version: 1.0.
0
Release: 1%{?dist}
Summary: Representations of semi-open intervals
...
...
@@ -76,8 +76,5 @@ make check PYTHON=%{__python3} PYTHONPATH="$RPM_BUILD_ROOT%{python3_sitearch}"
%{python3_sitearch}/*
%changelog
* Wed Jul 04 2018 Duncan Macleod <duncan.macleod@ligo.org>
- 1.0.1: bug-fix release
* Thu May 10 2018 Duncan Macleod <duncan.macleod@ligo.org>
- 1.0.0: first release of ligo.segments, should be funtionally identical to glue.segments
ligo/segments.py
View file @
e7e7a29a
...
...
@@ -52,7 +52,7 @@ from six.moves import range
__author__
=
"Kipp Cannon <kipp.cannon@ligo.org>"
__version__
=
'1.0.
1
'
__version__
=
'1.0.
0
'
#
...
...
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