This release brings the basic API with the essential resources required to perform coalescing operations. The docstrings are still not fully covered. The repr and str magic methods are also not fully covered. The API.md file and the /examples directory won't be filled at this release. And lastly, the unit tests haven't still been elaborated.
Features: - Special Objects: 1. VoidTypes - Special Types 1. UndefinedType - Special Constants 1. UNDEFINED - alias: Undefined 2. VOID - alias: Void - Special Agents 1. VOIDSAFE - alias: VoidSafe 2. VALUE - alias: value - Special Operators 1. IFNONE - alias: ifnone 2. IFNDEF - alias: ifndef 3. IFVOID - alias: ifvoid
1: Include Project with MVP
Gustavo Cardoso Ribeiro
2024-03-10
epic_1_include_mvp_2
README.md image centered and resized.
1: Include Project with MVP
Gustavo Cardoso Ribeiro
2024-03-10
Update README.md
fix( README.md ):
Corrected image alignment;
Removed spacers;
Added a disclaimer about /examples.
1: Include Project with MVP
Gustavo Cardoso Ribeiro
2024-03-10
3_change_nonesafe (#4)
FIX: changed "/nonesafe" to "/voidsafe"
3: Change "nonesafe" Directory Name
Gustavo Cardoso Ribeiro
2024-03-12
5_library_documentation (#11)
doc(*): Added an extensive documentation to the package
This release includes an extensive documentation for the package, which covers the following scopes:
Documentation:
Finished covering declarations' docstrings;
Finished implementing __repr__ methods;
Elaborated the API.md file;
Elaborated the content for the /examples directory;
Elaborated more on the README.md;
12_install_via_pypi (#12)
doc(*): Install via PyPi
Added twine-generated directories to .gitignore;
Added instructions on how to install the package;
Added metadata about the project's description on setup.cfg.
Epic 1: Include Project with MVP (#2)
epic_1_include_mvp
This release brings the basic API with the essential resources required to perform coalescing operations. The docstrings are still not fully covered. The repr and str magic methods are also not fully covered. The API.md file and the /examples directory won't be filled at this release. And lastly, the unit tests haven't still been elaborated.
Features: - Special Objects: 1. VoidTypes - Special Types 1. UndefinedType - Special Constants 1. UNDEFINED - alias: Undefined 2. VOID - alias: Void - Special Agents 1. VOIDSAFE - alias: VoidSafe 2. VALUE - alias: value - Special Operators 1. IFNONE - alias: ifnone 2. IFNDEF - alias: ifndef 3. IFVOID - alias: ifvoid
1: Include Project with MVP
Gustavo Cardoso Ribeiro
2024-03-10
epic_1_include_mvp_2
README.md image centered and resized.
1: Include Project with MVP
Gustavo Cardoso Ribeiro
2024-03-10
Update README.md
fix( README.md ):
Corrected image alignment;
Removed spacers;
Added a disclaimer about /examples.
1: Include Project with MVP
Gustavo Cardoso Ribeiro
2024-03-10
3_change_nonesafe (#4)
FIX: changed "/nonesafe" to "/voidsafe"
3: Change "nonesafe" Directory Name
Gustavo Cardoso Ribeiro
2024-03-12
5_library_documentation (#11)
doc(*): Added an extensive documentation to the package
This release includes an extensive documentation for the package, which covers the following scopes:
Documentation:
docstrings
;__repr__
methods;API.md
file;/examples
directory;README.md
;12_install_via_pypi (#12)
doc(*): Install via PyPi
twine-generated
directories to.gitignore
;setup.cfg
.12: Install via PyPi