File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 5.102.2] - 2025-03-27
5
+
6
+ ### Added
7
+
8
+ - ` None ` Nothing Added
9
+
10
+ ### Changed
11
+
12
+ - ` None ` Nothing Changed
13
+
14
+ ### Fixed
15
+
16
+ - ` Fix ` Issue #640 found an edge case in sd2df where a row was dropped for a missing value in a single column data set for IOM
17
+ and HTTP. STDIO didn't have the problem. Pandas read_csv required a column separator for that one case even though it didn't for
18
+ cases with more than one column, even for the last column. I fixed the stream of data being provided to pandas so it handled
19
+ this case.
20
+
21
+ ### Removed
22
+
23
+ - ` None ` Nothing removed
24
+
25
+
26
+
4
27
## [ 5.102.1] - 2025-02-28
5
28
6
29
### Added
7
30
8
- - ` Enhancement ` PR #635 was contributed by a new contributor @gregorywaynepower who enhanced the install instructions for installing
31
+ - ` Enhancement ` PR #635 was contributed by a new contributor @gregorywaynepower who enhanced the install instructions for installing
9
32
saspy from other package manages and enhanced the conda instructions as well. Appreciate it!
10
33
11
34
### Changed
Original file line number Diff line number Diff line change 1
- __version__ = '5.102.1 '
1
+ __version__ = '5.102.2 '
You can’t perform that action at this time.
0 commit comments