issues
search
mverleg
/
pyjson_tricks
Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
Other
154
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Numpy 2.0 Compatibility
#105
minerharry
closed
3 days ago
5
Test without numpy
#104
hmaarrfk
closed
2 months ago
1
ro-json
#103
hmaarrfk
closed
2 months ago
1
Do not use warns(None) to check for no warnings
#102
s-t-e-v-e-n-k
closed
3 months ago
0
Enable CIs on pull requests
#101
hmaarrfk
closed
11 months ago
3
CIs
#100
hmaarrfk
closed
11 months ago
1
Serialize scalars and 0-dimensional arrays
#99
hmaarrfk
opened
11 months ago
5
Roundtripping inconsistent for objects of `shape=()` and numpy scalars...
#98
hmaarrfk
opened
11 months ago
3
Is scalar serialization still experimental?
#97
hmaarrfk
closed
11 months ago
2
Add range object serialization
#96
claydugo
closed
12 months ago
1
Allow timezone.utc as the timezone in datetime and time objects
#95
claydugo
closed
1 year ago
2
Suggestion: Drop support for python < 3.7
#94
aqeelat
opened
1 year ago
2
Disambiguate datetimes that happen during a DST fold
#93
mverleg
closed
1 year ago
1
Update README links
#92
claydugo
closed
1 year ago
0
Use bytearray in frombuffer
#91
claydugo
closed
1 year ago
1
Compressed numpy arrays are decoded as writeable=False
#90
claydugo
closed
1 year ago
0
Ambiguous timezone info in datetime
#89
eumiro
closed
1 year ago
2
Test failures on s390x (big endian) architecture with 3.17.1
#88
cboltz
opened
1 year ago
0
Idea/Discussion - Applying a similar technique to dictionaries and their keys?
#87
aggieNick02
opened
1 year ago
2
Test failures on s390x (big endian) architecture
#86
cboltz
closed
1 year ago
4
Add encoder and decoder for slice object
#85
claydugo
closed
1 year ago
2
Fix issue #82 with __weakref__ in __slots__
#84
mverleg
closed
2 years ago
0
Fix error in __slots__ support of the __weakref__ attribute
#83
dominicdoty
closed
2 years ago
5
attrs class instances that use __weakref__ cannot be decoded
#82
dominicdoty
closed
2 years ago
3
Add support for encoding/decoding bytestrings
#81
mcdevitts
closed
2 years ago
4
TypeError in Python 3.9 due to removal of encoding kwarg from json.loads
#80
dschreij
closed
4 years ago
5
Allow `cls=None` in `dump`, `dumps`, `load` and `loads`
#79
ruancomelli
closed
4 years ago
2
GitHub Actions
#78
mverleg
closed
4 years ago
0
Decode shape of empty numpy arrays
#77
mverleg
closed
4 years ago
0
Bug: Numpy Array with shape (0,N) not decoded correctly.
#76
papalotis
closed
4 years ago
1
Deprecation warning ignore_comments
#75
mverleg
closed
4 years ago
0
Make `ignore_comments` not default (next major release)
#74
mverleg
opened
4 years ago
2
Use compressed numpy format by default in compressed mode (next major release)
#73
mverleg
opened
4 years ago
1
Store ndarrays in compact format
#72
mverleg
closed
4 years ago
1
Pandas ix is deprecated since pd.__version__ > 1.0
#71
Laksh1997
closed
4 years ago
1
Serializing NaN
#70
skjerns
closed
4 years ago
2
Open paths text mode when it contains text
#69
mverleg
closed
4 years ago
0
Can't load a dumped object of class scipy.optimize.OptimizeResult
#68
eiffleduarte
closed
4 years ago
6
removed deprecated .ix syntax. Fixes #55
#67
erwanp
closed
4 years ago
2
dump returns a byte value, is this normal?
#66
alessio-greco
closed
4 years ago
4
Issue 64 (numpy array order parameter)
#65
mverleg
closed
5 years ago
0
Decode fail for numpy arrays with dtype=object
#64
jkgr
closed
5 years ago
1
JSON tricks cannot dump nan and infinity
#63
liuzhe-lz
closed
5 years ago
2
Python3.8
#62
mverleg
closed
5 years ago
0
Include the license file in the distribution
#61
hmaarrfk
closed
5 years ago
2
Tests fail assert 'ExceptionInfo' without code changes
#60
mverleg
closed
5 years ago
1
Add json_tricks.__version__
#59
mverleg
closed
5 years ago
1
Please a __version__ variable to __init__.py
#58
hmaarrfk
closed
5 years ago
9
Bug: JSONDecodeError with valid string
#57
brupelo
closed
2 years ago
8
Optimize kwargs filter for less calls to signature()
#56
janLo
closed
5 years ago
0
Next