Skip to content

Releases: kaushiksk/pyportfolio

v1.0.1 - Handle casparser errors

27 Jun 16:49
9b818b8
Compare
Choose a tag to compare
  • Handle casparser exceptions like wrong password (we print error and gracefully abort)
  • Minor internal changes to how version is computed

v1.0.0-alpha

27 Jun 10:06
825d422
Compare
Choose a tag to compare

First alpha release of pyportfolio.

  • Scheme and Transaction pydantic models
  • Portfolio export to dict
  • LTCG Tax Harvesting
  • Portfolio Summary and Break Up

BREAKING CHANGES

We no longer have a Scheme class. All methods take the Scheme model as param, which is interoperable.