Partially addresses #50 by adding a pysat version cap, a deprecation warning, and replacing local function calls with pysat function calls for the load_csv_data function.
Type of change
Please delete options that are not relevant.
Breaking change (fix or feature that would cause existing functionality
to not work as expected)
This change requires a documentation update
How Has This Been Tested?
Added unit test and ran unit tests locally.
Test Configuration
Operating system: OS. X Mojave
Version number: Python 3.9
Any details about your local setup that are relevant: develop branch of pysat
Checklist:
[x] Make sure you are merging into the develop (not main) branch
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[N/A] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
[x] Add a note to CHANGELOG.md, summarizing the changes
Description
Partially addresses #50 by adding a pysat version cap, a deprecation warning, and replacing local function calls with pysat function calls for the
load_csv_data
function.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Added unit test and ran unit tests locally.
Test Configuration
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the release checklist on the pysat wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release