Skip to content

Commit d0a347b

Browse files
committed
version and changelog for new release
1 parent 89b659b commit d0a347b

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
11
# Changelog
22

33

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+
427
## [5.102.1] - 2025-02-28
528

629
### Added
730

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
932
saspy from other package manages and enhanced the conda instructions as well. Appreciate it!
1033

1134
### Changed

saspy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.102.1'
1+
__version__ = '5.102.2'

0 commit comments

Comments
 (0)