Releases: RatulMaharaj/predictable
Releases · RatulMaharaj/predictable
v0.0.2
What's Changed
- Implement basic CLI by @RatulMaharaj in #8
New Contributors
- @RatulMaharaj made their first contribution in #8
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Features
-
Added
rptfile handlers to facilitate reading and writing to.rptfiles. This can be used as follows:import predictable as pr # read data from rpt to pd.DataFrame object df = pr.read_rpt("/path/to/modelpoint_in.rpt") # write rpt file using the predictable pandas extension df.predictable.to_rpt("/path/to/modelpoint_out.rpt")
Full Changelog: v0.0.0-alpha...v0.0.1
Test release for PYPI
This is an initial release to test the publishing to PYPI functionality.