Skip to content

Tags: SASPAC/macroarray

Tags

1.3.2

Toggle 1.3.2's commit message
The macroArray package, version: 1.3.2

The macroArray package, version: 1.3.2

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

- File SHA256: `F*35A657517CD2B1AB86C4E7C5320B5EDDDFBA9348075AE31DDAF875CF0CC193C9` for this version
- Content SHA256: `C*DE477F4E280D438B364320F324C88DA3D336F102BA37810C60BDE15398DE84E9` for this version

1.3.1

Toggle 1.3.1's commit message
The macroArray package [ver. 1.3.1]

The macroArray package [ver. 1.3.1]

Package regenerated with SAS Packages Framework, version 20250126. No functional changes, documentation cleaned up.

1.3.0

Toggle 1.3.0's commit message
The macroArray package [ver. 1.3.0]

The macroArray package [ver. 1.3.0]

Changes:
- Four new parameters in the `%do_over()` macro: `check`, `rephrase`, `trigger`, and `unq`.
- Minor updates in the `%array()` macro.
- Documentation updated and cleaned.

SHA256 digest for the latest version macroArray: F*C6C2B5507B6590365222FC764076E294CCE3AAE99971D9CAA942F8BAEBEFAE24

1.2.6

Toggle 1.2.6's commit message
The macroArray package [ver. 1.2.6]

The macroArray package [ver. 1.2.6]

Changes:
- Minor update in `%mcDictionary()` and `%mcHashTable()` macros. Restrictions for object names check updated.
- Documentation updated.

SHA256 digest for the latest version macroArray: F*3F3893F1FCD78719543703E4353F4CC19811D247C016F220FF729B283C1AD790

1.2.5

Toggle 1.2.5's commit message
## The `macroArray` package [ver. 1.2.5]

## The `macroArray` package [ver. 1.2.5]

---

### Changes:

- Bug fix in the `%concatArrays()` macro.
- Spelling fix in log message of the `%make_do_over()` macro.

---

SHA256 hash digest: `F*FFF2C3D854F9B5677F561BA2EB6FAA2CCC652D81F6AF9473ADF0A4CE977E43F0`

1.2.3

Toggle 1.2.3's commit message
The macroArray package [ver. 1.2.3]

## The macroArray package [ver. 1.2.3]

- Update in `q=` parameter for the `%array()` macro.
- Fix in data set existence for `ds=` parameter in the `%array()` macro.
- Documentation updated.

---

SHA256 digests for packages:

- macroArray: `F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4`

1.2.1

Toggle 1.2.1's commit message
macroArray package [ver. 1.2.1]

macroArray package [ver. 1.2.1]

- Package regenerated with the latest version of SPF

1.2.0

Toggle 1.2.0's commit message
The macroArray package [ver. 1.2.0]

## The macroArray package [ver. 1.2.0]

- New parameters added to the [`%mcDictionary()`](https://github.com/SASPAC/macroarray/blob/main/macroarray.md#mcdictionary-macro) macro which allows to populate dictionary directly from a data set (see the last example in the documentation).
- Documentation updated.

1.1.1

Toggle 1.1.1's commit message
The macroArray package [ver. 1.1.1]

The macroArray package [ver. 1.1.1]

Changes:
- bug fixes.
- code optimization.

The SHA256 hash digest for package `macroArray`:
`F*E9C0C58FB36AC40C76A518066B8C6F9942202A9DB2C2D737E95D2BB6E4ECED50`

1.1.0

Toggle 1.1.0's commit message
The macroArray package [ver. 1.1.0]

The macroArray package [ver. 1.1.0]

New parameter in the `%array()` macro:
* `q=` - *Optional*, indicates (when set to `1`) if the value be surrounded by quotes. It uses `quote(cats(...))` combo under the hood. Default value is `0`. Ignored for `macarray=M`.