issues
search
nucleic
/
atom
Memory efficient Python objects
https://atom.readthedocs.io/en/latest/
Other
361
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update CI release workflow
#215
MatthieuDartiailh
closed
1 month ago
0
3.13 support
#214
MatthieuDartiailh
closed
1 month ago
3
Fix memory leak in pickle creation
#213
MatthieuDartiailh
closed
5 months ago
1
improving the error message thrown when attempting to set the value of a constant member
#212
michalwyszynski93
opened
5 months ago
0
Add FixedTuple member enforcing a given number of items
#211
MatthieuDartiailh
closed
8 months ago
8
Apply dataclass transform to AtomMeta
#210
MatthieuDartiailh
opened
8 months ago
2
Fix ruff config
#209
MatthieuDartiailh
closed
10 months ago
1
atomset __in__ operator appear broken with object implementing a custom hash
#208
MatthieuDartiailh
closed
10 months ago
1
Support Union as TypeVar bound
#207
MatthieuDartiailh
closed
10 months ago
1
Union not supported as TypeVar bound
#206
MatthieuDartiailh
closed
10 months ago
0
Use ruff for linting and formatting
#205
MatthieuDartiailh
closed
1 year ago
2
Fix typo in add_member
#204
frmdstryr
closed
1 year ago
3
Fix memory leak in dict and set members and add test
#203
frmdstryr
closed
1 year ago
1
Atom class with Dict member never frees memory
#202
frmdstryr
closed
1 year ago
4
build(deps): bump actions/checkout from 3 to 4
#201
dependabot[bot]
closed
1 year ago
1
Start running tests on 3.12
#200
MatthieuDartiailh
closed
1 year ago
3
defaultatomdict container and related member
#199
MatthieuDartiailh
closed
1 year ago
1
Fix inferred member when a union contains Any/object
#198
MatthieuDartiailh
closed
1 year ago
1
atomdict: return the coerced item from setdefault
#197
MatthieuDartiailh
closed
1 year ago
1
atomdict setdefault is broken with inner type validated container
#196
MatthieuDartiailh
closed
1 year ago
0
Support __init_subclass__
#195
MatthieuDartiailh
closed
1 year ago
3
Consider an unbound TypeVar as object bound and reject contravariant TypeVar
#194
MatthieuDartiailh
closed
1 year ago
1
Fix generating Subclass members from annotations
#193
MatthieuDartiailh
closed
1 year ago
1
atom: improve typing (using pyright as a guide)
#192
MatthieuDartiailh
closed
1 year ago
1
Update formatting
#191
MatthieuDartiailh
closed
1 year ago
1
Enum items property is incorrect when a validate method is provided
#190
frmdstryr
opened
1 year ago
9
Is there not an __post__init or some way to initialize a member based on the values of other members?
#189
metaperl
opened
1 year ago
1
API and logic for optional or not-optional members?
#188
metaperl
opened
1 year ago
1
Incorrect specification of subclass
#187
metaperl
opened
1 year ago
1
digraphs in docs are literal and not rendered
#186
metaperl
closed
1 year ago
2
Use Typed when an annotation resolve to a single type without a custom instancecheck
#185
MatthieuDartiailh
closed
1 year ago
1
Generate Tuple member from tuple annotation
#184
MatthieuDartiailh
closed
1 year ago
1
Generic
#183
ameni97
closed
1 year ago
4
Move __getstate__ and __setstate__ to catom
#182
frmdstryr
closed
1 year ago
21
cis: update codecov action
#181
MatthieuDartiailh
closed
1 year ago
1
build(deps): bump actions/download-artifact from 2 to 3
#180
dependabot[bot]
closed
1 year ago
0
build(deps): bump codecov/codecov-action from 2 to 3
#179
dependabot[bot]
closed
1 year ago
1
Fix type annotations
#178
MatthieuDartiailh
closed
2 years ago
1
Union fix
#177
MatthieuDartiailh
closed
2 years ago
0
Small fix for docs, missing closing )
#176
marcelotrevisani
closed
2 years ago
0
Support freezing an object on unpickling by default
#175
MatthieuDartiailh
opened
2 years ago
0
Fix handling of ForwardRef in TypeVar
#174
MatthieuDartiailh
opened
2 years ago
0
Investigate support for PEP681 : dataclass_transform
#173
MatthieuDartiailh
opened
2 years ago
0
Investigate allowing str annotation referring to the class being defined
#172
MatthieuDartiailh
opened
2 years ago
0
Fix handling of TypeVar with an object bound
#171
MatthieuDartiailh
closed
8 months ago
2
Create standard benchmarks
#170
MatthieuDartiailh
opened
2 years ago
0
Update and rename index.rst to greet_score.rst
#169
disgreet
closed
2 years ago
1
atom: fix memory layout in the presense of multiple inheritance
#168
MatthieuDartiailh
closed
2 years ago
0
Update tests since mypy 0.960 does not add * to inferred types anymore
#167
MatthieuDartiailh
closed
2 years ago
1
cis: start testing on 3.11
#166
MatthieuDartiailh
closed
2 years ago
1
Next