The DFA package, version: 0.5.10

The DFA package, version: 0.5.10

Package regenerated with the SAS Packages Framework, version 20260216.
No functional changes, aesthetic documentation clean up.

- File SHA256: `F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9` for this version
- Content SHA256: `C*EE048846A8155C317867DCDB8EE1AE9E0352235DC247E4379D101A7296BD0C07` for this version
This commit is contained in:
Bart Jablonski
2026-02-17 14:53:09 +01:00
parent cb2b4b330b
commit 35f72f7322
5 changed files with 1706 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a pr
Run `%helpPackage(DFA,createDFArray)` to find examples. Run `%helpPackage(DFA,createDFArray)` to find examples.
SHA256 digest for the latest version of `DFA`: F*17C88537F5FA9BCFAA1AC4803D0F1EF47665C8446A44C82B5558A08315DF0C49 SHA256 digest for the latest version of `DFA`: F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9
[**Documentation for DFA**](./dfa.md "Documentation for DFA") [**Documentation for DFA**](./dfa.md "Documentation for DFA")

14
dfa.md
View File

@@ -9,23 +9,21 @@
### Version information: ### Version information:
- Package: DFA - Package: DFA
- Version: 0.5.9 - Version: 0.5.10
- Generated: 2026-02-02T13:54:19 - Generated: 2026-02-17T12:17:54
- Author(s): Bartosz Jablonski (yabwon@gmail.com) - Author(s): Bartosz Jablonski (yabwon@gmail.com)
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com) - Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
- License: MIT - License: MIT
- File SHA256: `F*17C88537F5FA9BCFAA1AC4803D0F1EF47665C8446A44C82B5558A08315DF0C49` for this version - File SHA256: `F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9` for this version
- Content SHA256: `C*1818B4D524F779F2FB3A242D9E5BEEB592074A92D68135E18A660E594B214401` for this version - Content SHA256: `C*EE048846A8155C317867DCDB8EE1AE9E0352235DC247E4379D101A7296BD0C07` for this version
--- ---
# The `DFA` package, version: `0.5.9`; # The `DFA` package, version: `0.5.10`;
--- ---
# The DFA package [ver. 0.5.9] <a name="dfa-package"></a> ###############################################
The **DFA** (a.k.a. *Dynamic Function Array*) package implements: The **DFA** (a.k.a. *Dynamic Function Array*) package implements:
- dynamic numeric and character arrays, - dynamic numeric and character arrays,
- dynamic stacks (filo), - dynamic stacks (filo),
@@ -56,7 +54,7 @@ Required SAS Components:
--------------------------------------------------------------------- ---------------------------------------------------------------------
*SAS package generated by SAS Package Framework, version `20260202`,* *SAS package generated by SAS Package Framework, version `20260216`,*
*under `WIN`(`X64_10PRO`) operating system,* *under `WIN`(`X64_10PRO`) operating system,*
*using SAS release: `9.04.01M9P06042025`.* *using SAS release: `9.04.01M9P06042025`.*

BIN
dfa.zip

Binary file not shown.

1699
hist/0.5.10/dfa.md Normal file

File diff suppressed because it is too large Load Diff

BIN
hist/0.5.10/dfa.zip Normal file

Binary file not shown.