-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Scott Griffiths edited this page Jul 4, 2024
·
9 revisions
All dates and features are very subject to change!
Version 0.1 - Perhaps July / August 2024
- New immutable
Bits
class. -
Dtype
class. -
Array
class. Mutable, but with proxy to underlyingBits
. -
Field
,FieldArray
,Format
classes. -
float
,int
,uint
,hex
,oct
,bin
,bytes
,bool
dtypes. - Remove unneeded exception types.
Version 0.1 / 0.2 - Later in 2024.
-
pack
andunpack
methods forBits
. -
Repeat
class. Perhaps should be part of MVP, but still not sure of best implementation. -
Find
class. - Endianness modifiers for dtypes.
- Exotic float types.
- Bit reading class / methods.
- Bit reverse modifier for dtypes?
- User defined types?
- Exponential Golomb types.
- Explicit file support.