issues
search
SethMMorton
/
fastnumbers
Super-fast and clean conversions to numbers for Python.
https://pypi.org/project/fastnumbers/
MIT License
105
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update dev infrastructure
#79
SethMMorton
opened
2 weeks ago
1
Bump jinja2 from 3.1.2 to 3.1.3 in /docs
#78
dependabot[bot]
opened
9 months ago
1
Introduce the "denoise" option to `try_real` and `try_forceint` (and `real`)
#77
SethMMorton
closed
11 months ago
1
Push an updated version to the PyPi
#76
anton-petrov
closed
11 months ago
2
Add Python 3.12 support
#75
SethMMorton
closed
11 months ago
1
Bump urllib3 from 1.26.14 to 1.26.18 in /docs
#74
dependabot[bot]
closed
11 months ago
1
Python 3.12 support
#73
anton-petrov
closed
11 months ago
1
Bump certifi from 2022.12.7 to 2023.7.22 in /docs
#72
dependabot[bot]
closed
11 months ago
1
Bump pygments from 2.14.0 to 2.15.0 in /docs
#71
dependabot[bot]
closed
11 months ago
1
Bump requests from 2.28.2 to 2.31.0 in /docs
#70
dependabot[bot]
closed
11 months ago
1
Big numbers handling: silencing arbitrary digits beyond least significant bit
#69
nopria
closed
11 months ago
9
Make map option of functions
#67
SethMMorton
closed
1 year ago
1
Use std::variant and std::optional make error handling simpler
#66
SethMMorton
closed
1 year ago
1
Enable numpy arrays
#65
SethMMorton
closed
1 year ago
1
Remove ci warnings and improve coverage
#64
SethMMorton
closed
1 year ago
1
Add mapping functions
#63
SethMMorton
closed
1 year ago
1
Add numpy support?
#62
SethMMorton
closed
1 year ago
2
Add support for operating on iterables
#61
SethMMorton
closed
1 year ago
0
Improve conversion performance
#60
SethMMorton
closed
1 year ago
2
Improve performance with METH_FASTCALL
#59
SethMMorton
closed
1 year ago
0
Increase user flexibility
#58
SethMMorton
closed
1 year ago
1
Use fast C++ methods like std::from_chars or fast_float
#57
alugowski
closed
1 year ago
1
Refactor into C++
#56
SethMMorton
closed
1 year ago
1
Error: <built-in function isint/isfloat> returned NULL without setting an error
#55
jayh-aa
closed
1 year ago
2
Add -lm as floor() is used
#54
pterjan
closed
2 years ago
1
Missing -lm breaks build on armv7hl
#53
pterjan
closed
2 years ago
0
Broken 3.2.0 installation
#52
SethMMorton
closed
3 years ago
0
Add type hints
#51
SethMMorton
closed
3 years ago
1
Add python 3.10 support
#50
SethMMorton
closed
3 years ago
1
Add linux aarch64 wheel build support
#49
odidev
closed
3 years ago
4
Add support to release Linux aarch64 wheels
#48
odidev
closed
3 years ago
1
Bump py from 1.8.1 to 1.10.0 in /dev
#47
dependabot[bot]
closed
3 years ago
1
Migrate from travis ci to GitHub actions
#46
SethMMorton
closed
3 years ago
1
Re-write using C++ and pybind11
#45
SethMMorton
closed
1 year ago
0
Support Python 3.9
#44
SethMMorton
closed
3 years ago
0
python3.9 compatibility
#43
dvzrv
closed
3 years ago
5
Use designated initializers for structs
#42
SethMMorton
closed
4 years ago
0
Reduce copy/paste in tests
#41
SethMMorton
closed
4 years ago
1
Proposal: Do not raise an exception on None
#40
argenisleon
closed
1 year ago
5
Proposal: change behavior of isfloat function with respect to treatment of strings containing integers
#39
SethMMorton
closed
1 year ago
3
Add generalized type detection
#38
SethMMorton
closed
4 years ago
2
Proposal: change behavior of isfloat with respect to treatment of float("nan")
#37
argenisleon
closed
1 year ago
19
Fastest way to check is and object is int or float in one pass
#36
argenisleon
closed
4 years ago
14
[BUG] FastNumbers can crash with a SystemError due to returning NULL without setting an exception
#35
lucventurini
closed
1 year ago
5
Rename key to on fail
#34
SethMMorton
closed
4 years ago
1
Keyword only options
#33
SethMMorton
closed
4 years ago
1
Rename "key" option to "on_fail"
#32
SethMMorton
closed
4 years ago
0
Make most options keyword-only
#31
SethMMorton
closed
4 years ago
0
Remove py27 py34 support
#30
SethMMorton
closed
4 years ago
1
Speed not better than Python's int/float
#29
henrybzhang
closed
4 years ago
6
Next