Releases: brndnmtthws/thetagang
Releases · brndnmtthws/thetagang
v1.13.0
What's Changed
- Bump version by @brndnmtthws in #475
- Allow the inclusion of a symbol, without trading by @brndnmtthws in #476
- Bump the deps group with 2 updates by @dependabot in #477
- Switch from ib_insync to ib_async by @brndnmtthws in #478
- Bump the deps group with 2 updates by @dependabot in #479
- Optionally only write calls on excess positions by @brndnmtthws in #480
- Bump minor version by @brndnmtthws in #481
Full Changelog: v1.12.4...v1.13.0
v1.12.4
What's Changed
- Bump version by @brndnmtthws in #457
- This should be <= not < by @brndnmtthws in #458
- Do an explicit conversion to float on updated price by @brndnmtthws in #459
- Update readme by @brndnmtthws in #460
- A few more notes on features/usage by @brndnmtthws in #461
- Bump ruff from 0.4.9 to 0.4.10 in the deps group by @dependabot in #462
- Bump ruff from 0.4.10 to 0.5.0 in the deps group by @dependabot in #463
- Fix error in config docs by @brndnmtthws in #464
- Bump ruff from 0.5.0 to 0.5.1 in the deps group by @dependabot in #465
- Bump ruff from 0.5.1 to 0.5.2 in the deps group by @dependabot in #466
- Bump the deps group with 3 updates by @dependabot in #467
- Gracefully handle no valid puts found by @brndnmtthws in #468
- Also apply to calls by @brndnmtthws in #469
- Better handling of NaN closing prices by @brndnmtthws in #471
- Bump the deps group with 2 updates by @dependabot in #472
- Bump the deps group with 2 updates by @dependabot in #473
Full Changelog: v1.12.3...v1.12.4
v1.12.3
What's Changed
- Bump version by @brndnmtthws in #449
- Floor cash ETF position by @brndnmtthws in #450
- Bump the deps group with 3 updates by @dependabot in #453
- Bump docker/build-push-action from 5 to 6 by @dependabot in #454
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- Bump version by @brndnmtthws in #446
- Fix ITM rolling DTE by @brndnmtthws in #447
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- Bump version by @brndnmtthws in #438
- Bump ruff from 0.4.5 to 0.4.7 in the deps group by @dependabot in #441
- Optionally close positions when rolling fails by @brndnmtthws in #442
- Only close ITM contracts when DTE <= rolling DTE by @brndnmtthws in #443
- Bump the deps group with 2 updates by @dependabot in #444
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Update README.md by @KPCOFGS in #424
- Bump version by @brndnmtthws in #423
- Bump pytest from 8.2.0 to 8.2.1 in the deps group by @dependabot in #426
- Fix bad "C" in is_ok_to_write_puts() by @brndnmtthws in #430
- Fix config validation for write_when by @brndnmtthws in #431
- Update README.md w/ MFA notes in FAQ by @brndnmtthws in #432
- issue 425 support per symbol dte configuration by @noamagiv in #428
- Bump ruff from 0.4.4 to 0.4.5 in the deps group by @dependabot in #435
- Bump version by @brndnmtthws in #436
New Contributors
Full Changelog: v1.11.2...v1.12.0
v1.11.2
What's Changed
- Bump version by @brndnmtthws in #419
- Bump ruff from 0.4.3 to 0.4.4 in the deps group by @dependabot in #420
- Optionally always roll ITM contracts by @brndnmtthws in #421
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Bump version by @brndnmtthws in #415
- Increase strike safety factor when scanning chains by @brndnmtthws in #416
- Fix algo params in default config by @brndnmtthws in #417
Full Changelog: v1.11.0...v1.11.1
v1.11.0
Backward-incompatible changes
Note that this release includes a backward-incompatible change to handling the decision for when to write new contracts (see #412 for details).
The default settings should be as follows:
[write_when.calls]
# Optionally, only write calls when the underlying is green
green = true
red = false
[write_when.puts]
# Optionally, only write puts when the underlying is red
green = false
red = true
It's recommended that you check your configuration for write_when.*.(green|red)
when upgrading.
What's Changed
- Bump version by @brndnmtthws in #406
- Avoid float values for qty_to_roll by @brndnmtthws in #408
- Bump the deps group with 3 updates by @dependabot in #407
- Ensure we keep the minimum credit on roll by @brndnmtthws in #409
- Bump the deps group with 2 updates by @dependabot in #411
- Refactor handling of red/green for new contracts by @brndnmtthws in #412
- Bump minor version by @brndnmtthws in #413
Full Changelog: v1.10.7...v1.11.0
v1.10.7
What's Changed
- Bump version by @brndnmtthws in #398
- Bump ruff from 0.3.7 to 0.4.1 in the deps group by @dependabot in #399
- Make the price update handling more robust by @brndnmtthws in #400
- Did not mean to do this by @brndnmtthws in #402
- Refactor the net option calc by @brndnmtthws in #404
Full Changelog: v1.10.6...v1.10.7