issues
search
kvesteri
/
intervals
Python tools for handling intervals (ranges of comparable objects).
BSD 3-Clause "New" or "Revised" License
107
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TypeError: '<' not supported between instances of 'Interval' and 'Interval'
#55
zhongyongbin1
opened
3 years ago
1
fix: discrete interval length
#54
kvesteri
closed
3 years ago
0
length should return the actual length for discrete intervals
#53
kvesteri
closed
3 years ago
0
Hotfix/42 overflow error
#52
kvesteri
closed
4 years ago
0
New release?
#51
coreycb
closed
4 years ago
2
Patch for overflow error
#50
theSage21
closed
4 years ago
1
fix date and datetime intervals from string
#49
hitbox
opened
4 years ago
3
Interval exception detect when modify the lower or the upper property on an exist interval instance
#48
Taktoshi
opened
4 years ago
1
Unit test errors
#47
toddrme2178
opened
5 years ago
1
Expose inf interface in this package
#46
yuxincs
closed
4 years ago
0
date intervals cannot use from_string
#45
Marcnuth
opened
6 years ago
1
Integer intervals are falsy reported as not connected
#44
IlianIliev
opened
6 years ago
0
Intersect returns empty intervals e.g. (5, 5] which are unusable.
#43
IlianIliev
opened
6 years ago
1
OverflowError in daterange coercion with sqlalchemy in intervals==0.8.1
#42
qria
closed
4 years ago
0
IntInterval and FloatInterval crash when input is not of the same type.
#41
IlianIliev
closed
6 years ago
1
Bump version to 0.8.0.clover
#40
vansivallab
closed
7 years ago
0
Fix is_connected
#39
vansivallab
closed
4 years ago
0
Unioning Discrete Adjacent Intervals
#38
vansivallab
opened
7 years ago
1
Canonicalizing Unbounded Intervals
#37
vansivallab
opened
7 years ago
0
Are intervals with the same lower and upper but inclusive of one and exclusive of the other valid?
#36
vansivallab
closed
7 years ago
1
.glb() and .lub() work in a confusing way
#35
akaihola
opened
8 years ago
2
__eq__ is not symmetric
#34
tvuotila
opened
8 years ago
0
.sup and .inf do not assign lower_inc and upper_inc correctly
#33
micklat
closed
8 years ago
2
checking 'in' interval performance
#32
rotten
opened
8 years ago
2
Make division floating point by default
#31
evertrol
closed
8 years ago
1
Remove dependency on six
#30
evertrol
closed
9 years ago
2
Doctest fix
#29
evertrol
closed
9 years ago
3
Problem using SQLAlchemy and calling history
#28
fmerges
closed
8 years ago
1
Error in DateInterval
#27
usakov-leonid
closed
8 years ago
1
Fixed issue #25
#26
ghost
closed
9 years ago
1
IntervalEception no longer in intervals namespace
#25
ghost
closed
9 years ago
0
Add support for 'in' operator on dict() and set()
#24
dogrover
closed
9 years ago
3
Fix intersection
#23
arimbr
closed
9 years ago
1
Intersection should be commutative
#22
arimbr
closed
9 years ago
0
Support for unbounded intervals
#21
homeworkprod
closed
8 years ago
3
Read version from intervals/__init__.py in setup.py
#20
jpvanhal
closed
10 years ago
1
Clean unused imports
#19
jpvanhal
closed
10 years ago
1
Python 3.4
#18
jpvanhal
closed
10 years ago
0
Doc improvements
#17
jpvanhal
closed
10 years ago
1
Feature/2 organized folder structure
#16
tvuotila
closed
10 years ago
0
Make Interval and IntervalSet hashable
#15
kvesteri
closed
9 years ago
0
Support for IntervalSets (discontinous intervals)
#14
kvesteri
closed
8 years ago
1
Fix intersection being one way
#13
tvuotila
closed
10 years ago
3
Package six is required to use intervals.
#12
tvuotila
closed
10 years ago
1
Add union operator
#11
tvuotila
closed
10 years ago
1
Modify constructor to support more ways of initialization
#10
adarshk7
closed
8 years ago
1
Zero interval
#9
kvesteri
closed
10 years ago
0
Feature/7 interval initialization
#8
adarshk7
opened
10 years ago
1
Support for easier initialization of intervals
#7
adarshk7
closed
8 years ago
5
Feature/5 empty interval
#6
adarshk7
closed
10 years ago
1
Next