Skip to content

Releases: yabwon/SAS_PACKAGES

SAS Packages Framework - 20200911

11 Sep 11:57
Compare
Choose a tag to compare

SAS Packages Framework, version 20200911:

  • New macros added: %loadPackageS() and %verifyPackage()
  • %installPackage() allow to install multiple packages with in run
  • %listPackages() updated
  • %generatePackage() provides hash digest of the package zip file (for SAS 9.54M6 and later)
  • Bug fixes
  • New versions of documentation and "getting started"

Packages recompiled with new version of SAS Packages Framework:

  • BasePlus [0.62]
    • getVars() modified to handle "long" lists of variables
    • QuickSort functions added
  • SQLinDS [2.1]
  • DFA (Dynamic Function Arrays) [0.2]
  • macroArray [0.4]
    • new parameter which= added to the %do_over macro
  • dynMacroArray [0.2]

SAS Packages Framework - 20200815

15 Aug 11:21
Compare
Choose a tag to compare

Version 20200815, changes:

  • Type PROTO added in the %genaratePackge() macro. Functions generated by Proc Proto in externC functionName; and externCend; blocks are available.
  • Bug fix in the %listPackages() macro.
  • Documentation updated.

SAS Packages Framework - 20200812

12 Aug 19:39
f542d70
Compare
Choose a tag to compare

Version 20200811, change list:

  • in the %generatePackage() macro the filesLocation is now positional parameter (the first one),
  • in the framework both %loadPackage() and %loadPackage(HELP) command prints out the help information for the %loadPackage() macro (for other macros too),
  • the %ICEloadPackage() macro extended with version testing,
  • test for existence of %loadPackage macro added,
  • bug fix in lazyData generation
  • parsing of the description.sas file improved
  • help section search improved
  • documentation updated.

Packages recompiled with new version of SAS Packages Framework:

  • BasePlus [0.53] (bug fix in getVars macro)
  • SQLinDS [2.1]
  • DFA (Dynamic Function Arrays) [0.2]
  • macroArray [0.3]
  • dynMacroArray [0.2]

SAS Packages Framework - 20200810

11 Aug 15:26
a6cfb9f
Compare
Choose a tag to compare

Version 20200811, change list:

  • in the %generatePackage() macro the filesLocation is now positional parameter (the first one),

  • in the framework both %loadPackage() and %loadPackage(HELP) command prints out the help information for the %loadPackage() macro (for other macros too),

  • the %ICEloadPackage() macro extended with version testing,

  • test for existence of %loadPackage macro added,

  • bug fix in lazyData generation

  • parsing of the description.sas file improved

  • documentation updated.

  • Packages recompiled with new version of SAS Packages Framework:

    • BasePlus [0.52]
    • SQLinDS [2.1]
    • DFA (Dynamic Function Arrays) [0.2]
    • macroArray [0.3]
    • dynMacroArray [0.2]

SAS Packages Framework - 20200807

07 Aug 12:29
7fd4dd9
Compare
Choose a tag to compare

Version 20200807, change list:

  • In the %generatePackage() macro the code for searching help tags was simplified.

  • Documentation updated:

    • the "Getting Started With SAS Packages" presentation added
    • information about description.sas clarified.
  • Help files improved and spellings corrected :-)

  • Packages:

    • BasePlus [0.52]
    • SQLinDS [2.1]
    • DFA (Dynamic Function Arrays) [0.2]
    • macroArray [0.3]
    • dynMacroArray [0.2]

SAS Packages Framework - 20200730

01 Aug 07:13
Compare
Choose a tag to compare

Version 20200730, change list:

  • All elements of the SAS Packages Framework were moved to the SPFinit.sas file in the directory ./SPF [SAS Packages Framework].
  • The public repository was reordered [two new folders].
  • Location link in the %installPackages() macro changed.
  • New directories:
    • ./SPF [for SAS Packages Framework content and documentation]
    • ./packages [for packages repository]
  • Package FunctionsImissinBASE renamed to BasePlus.
  • All packages recompiled with new setup.
  • Help files improved and spellings corrected :-)
  • The %generatePackage() macro cleans SAS session better after running.
  • Documentation updated to new setup.

SAS Packages Framework - 20200730

31 Jul 13:27
Compare
Choose a tag to compare

Version 20200730, change list:

  • All elements of the SAS Packages Framework were moved to the SPFinit.sas file in the directory ./SPF [SAS Packages Framework].
  • The public repository was reordered [two new folders].
  • Location link in the %installPackages() macro changed.
  • New directories:
    • ./SPF [for SAS Packages Framework content and documentation]
    • ./packages [for packages repository]
  • Package FunctionsImissinBASE renamed to BasePlus.
  • All packages recompiled with new setup.
  • Help files improved and spellings corrected :-)
  • The %generatePackage() macro cleans SAS session better after running.

SAS Packages Framework - 20200730

30 Jul 18:06
21827e7
Compare
Choose a tag to compare

Version 20200730, change list:

  • All elements of the SAS Packages Framework were moved to the SPFinit.sas file in the directory ./SPF [SAS Packages Framework].
  • The public repository was reordered [two new folders].
  • Location link in the %installPackages() macro changed.
  • New directories:
    • ./SPF [for SAS Packages Framework content and documentation]
    • ./packages [for packages repository]
  • Package FunctionsImissinBASE renamed to BasePlus.
  • All packages recompiled with new setup.
  • Help files improved and spellings corrected :-)

SAS Packages Framework - 20200725

25 Jul 10:53
Compare
Choose a tag to compare

This release sums up recent improvements and extensions in the SAS Packages Framework.

  • New package added:
    • functionsImissinBASE[0.3]
  • Documentation extended.
  • Bug fixes.

SAS Packages Framework - post SGF2020 update

19 Jun 15:24
8cf5b24
Compare
Choose a tag to compare

This release sums up recent improvements and extensions in the SAS Packages Framework.

  • New functionalities:
    • IML modules added as type,
    • functionS can be compiled with one FCMP run.
  • %InstallPackage() macro added to the framework.
  • Documentation extended.
  • New version of the SGF article added to describe new features.
  • New versions of packages generated.
  • Bug fixes.