Releases: pfnet-research/pfhedge
0.16.1
0.16.0
Release/0.16.0 (#482)
-
ENH: Add SVI model:
svi_variance
andSVIVariance
(#406) (#410) -
ENH: Enable customizing tqdm progress bar (#446)
-
DOC: Add an example of hedging variance swap using options (#426) (#435)
-
DOC: Add
autogreek.theta
to documentation (#429) -
DOC: Add citation to Heston model (#447)
-
DOC: Add an example of sticky strike and sticky delta (#479)
-
TEST: Add tests for BSEuropean put (#439)
-
TEST: Add tests for identity between vega and gamma (#441)
-
MAINT: Update codecov action (#442)
0.15.0
Release/0.15.0 (#427)
-
MAINT: torch requirement changed to 1.9.0 (#425)
-
TEST: Add workflow to test that examples work (close #108) (#409)
Co-authored-by: Masanori HIRANO [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.14.2
Release/0.14.2 (#404)
-
MAINT: Fix default params in CIR and Heston stochastic process (#401) (Thank you, @masanorihirano !)
-
DOC: Clean documentation (#396)
-
DOC: Add
example_heston_iv.py
(#403)
Co-authored-by: Masanori HIRANO [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.14.1
Release/0.14.1 (#392)
-
MAINT: Rename base classes to "Base*" (close #384) (#386)
Instrument
,Primary
,Derivative
are deprecated. UseBase*
instead.
-
MAINT: Miscellaneous maintainances (#385) (#387) (#388) (#389)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.14.0
Release/0.14.0 (#382)
-
ENH: Add
entropic_risk_measure
tonn.functional
(close #352) (#372) -
ENH: Add
value_at_risk
tonn.functional
(#371) -
MAINT: Add typing (#378)
-
MAINT: Drop Python 3.6 (close #356) (#357)
- Python 3.6 is no longer supported. Please update to >=3.7.
-
CHORE: Support PyTorch 1.10 (#377)
-
CHORE: Update README.md (#375)
-
CHORE: Update pytest-cov requirement from ^2.8.1 to ^3.0.0 (#367)
-
CHORE: Update Makefile (#381)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.13.2
Release/0.13.2 (#365)
-
MAINT: Fix buffer key (#353)
-
MAINT: Fix prevention of zero division (#359)
-
CHORE: Run CI and building documentation in Poetry environment (#363)
-
TEST: Fix typo in test of spot (#354)
Co-authored-by: GitHub Actions [email protected]
Co-authored-by: Masanori HIRANO [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.13.1
Release/0.13.1 (#349)
-
ENH: Add features
spot
andunderlier_spot
(#345) -
ENH: Additional Features feature (#343)
-
MAINT: Update repr of clauses (#342)
-
DOC: Fix no-transaction band class for new implementation (#346)
-
CHORE: Measure test coverage for Python 3.9 (#347)
Co-authored-by: Masanori HIRANO [email protected]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]
0.13.0
Release/0.13.0 (#334)
-
ENH: Add
Derivative.add_clause()
(close #328) (#330)- See
examples/example_knockout.py
for an example to add a knock-out clause.
- See
-
MAINT: Prefer
feature.get
overfeature.__getitem__
(#324) -
MAINT: Deprecate specifying derivative dinfo (#331)
-
MAINT: Minor refactoring (#329)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions [email protected]