2 Commits
0.5.8 ... main

Author SHA1 Message Date
Bart Jablonski
35f72f7322 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
2026-02-17 14:53:09 +01:00
Bart Jablonski
cb2b4b330b 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.
2026-02-02 14:11:35 +01:00
7 changed files with 3407 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*643FBE2B7AE1425FC0240139813B93AE2C6BCFFDF6A0CFAEBEC11F83D3548E57 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.8 - Version: 0.5.10
- Generated: 2026-01-26T15:19:02 - 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*643FBE2B7AE1425FC0240139813B93AE2C6BCFFDF6A0CFAEBEC11F83D3548E57` for this version - File SHA256: `F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9` for this version
- Content SHA256: `C*E2E883D8F8A7F7FCB97C2B7240FD5E70A8A6F2A6B3F0F75119F47886338C6B0C` for this version - Content SHA256: `C*EE048846A8155C317867DCDB8EE1AE9E0352235DC247E4379D101A7296BD0C07` for this version
--- ---
# The `DFA` package, version: `0.5.8`; # The `DFA` package, version: `0.5.10`;
--- ---
# The DFA package [ver. 0.5.8] <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 `20260125`,* *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.

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.