-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ENH: Add `Instrument.cpu()` (close #144) (#150) * ENH: Add `Instrument.cuda()` (close #145) (#151) * ENH: Add Instrument.float() (close #146) (#153) * ENH: Add Instrument.double() (close #147) (#154) * ENH: Add Instrument.half() (close #148) (#155) * ENH: Add Instrument.bfloat16() (close #149) (#156)
- Loading branch information
simaki
authored
Jul 10, 2021
1 parent
9d6f4eb
commit ba6c11b
Showing
5 changed files
with
105 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pfhedge" | ||
version = "0.7.1" | ||
version = "0.7.2" | ||
description = "Deep Hedging in PyTorch" | ||
authors = ["Shota Imaki <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters