The DFA package [ver. 0.5.9]

The DFA package [ver. 0.5.9]

Package regenerated with SAS Packages Framework, version 20250202. No functional changes, documentation cleaned up.
This commit is contained in:
Bart Jablonski
2026-02-02 14:11:35 +01:00
parent e0ca1ea075
commit cb2b4b330b
5 changed files with 1709 additions and 8 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*643FBE2B7AE1425FC0240139813B93AE2C6BCFFDF6A0CFAEBEC11F83D3548E57 SHA256 digest for the latest version of `DFA`: F*17C88537F5FA9BCFAA1AC4803D0F1EF47665C8446A44C82B5558A08315DF0C49
[**Documentation for DFA**](./dfa.md "Documentation for DFA") [**Documentation for DFA**](./dfa.md "Documentation for DFA")

14
dfa.md
View File

@@ -9,22 +9,22 @@
### Version information: ### Version information:
- Package: DFA - Package: DFA
- Version: 0.5.8 - Version: 0.5.9
- Generated: 2026-01-26T15:19:02 - Generated: 2026-02-02T13:54:19
- 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*643FBE2B7AE1425FC0240139813B93AE2C6BCFFDF6A0CFAEBEC11F83D3548E57` for this version - File SHA256: `F*17C88537F5FA9BCFAA1AC4803D0F1EF47665C8446A44C82B5558A08315DF0C49` for this version
- Content SHA256: `C*E2E883D8F8A7F7FCB97C2B7240FD5E70A8A6F2A6B3F0F75119F47886338C6B0C` for this version - Content SHA256: `C*1818B4D524F779F2FB3A242D9E5BEEB592074A92D68135E18A660E594B214401` for this version
--- ---
# The `DFA` package, version: `0.5.8`; # The `DFA` package, version: `0.5.9`;
--- ---
# The DFA package [ver. 0.5.8] <a name="dfa-package"></a> ############################################### # 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,
@@ -56,7 +56,7 @@ Required SAS Components:
--------------------------------------------------------------------- ---------------------------------------------------------------------
*SAS package generated by SAS Package Framework, version `20260125`,* *SAS package generated by SAS Package Framework, version `20260202`,*
*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.

1701
hist/0.5.9/dfa.md Normal file

File diff suppressed because it is too large Load Diff

BIN
hist/0.5.9/dfa.zip Normal file

Binary file not shown.