Releases: eru123/numesis
Releases · eru123/numesis
1.1.0
1.1.0
- Added
decode
or d
method
- Added
encode_trail
or trail
or t
method
- Added
encode_block
or block
or b
method
- Update
README.md
for docs and examples on new methods
1.0.2
- Added
CHANGELOG.md
- Added type hint support
- Reduce the probability of duplicate keys
- Improve performace and readability
- Improve Documentation
1.0.1
Numesis 1.0.1
Initial Production Release
Features
- Create a charset based number system
- Encode natural number to custom a number system
Note
- Decode method is still in beta, refrain using it on production use, because it can cause inaccurate result.