File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## [ 5.101.0] - 2024-11-05
6+
7+ ### Added
8+
9+ - ` Enhancement ` For an internal request to get data set information, like date time created/modified, ...
10+ I added a method on the SASdata object called ` attrs ` which returns a 1 row dataframe with each of the attributes
11+ returned by the ATTRN and ATTRC functions. Mostly they are character or numeric, but the create/modified are
12+ returned as timestamps. This provides an easy programmatic wat to access any of these values.
13+
14+ ### Changed
15+
16+ - ` None ` Nothing changed
17+
18+ ### Fixed
19+
20+ - ` None ` Nothing fixed
21+
22+ ### Removed
23+
24+ - ` None ` Nothing removed
25+
26+
27+
528## [ 5.100.4] - 2024-10-28
629
730### Added
Original file line number Diff line number Diff line change 1- __version__ = '5.100.4 '
1+ __version__ = '5.101.0 '
You can’t perform that action at this time.
0 commit comments