Releases: facioquo/stock-indicators-python
Releases · facioquo/stock-indicators-python
1.3.5
What's Changed
- fix: Support Decimal exponential notation by @LeeDongGeon1996 in #429
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
- feat: Load CLR with Python.NET by @LeeDongGeon1996 in #421
- fix: Remove redundant super call by @LeeDongGeon1996 in #424
- chore: Bump DLL to 2.6.1 by @LeeDongGeon1996 in #425
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- fix: Disable debug logging by @DaveSkender in #418
Full Changelog: 1.3.2...1.3.3
Note
Apologies y'all, @DaveSkender forgot to turn off debug logging in v1.3.2. Fixed!
1.3.2
What's Changed
- fix: Debian (macOS) compatibility (and GH workflows) by @DaveSkender in #415
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- fix: Apply
CultureInfo.InvariantCulture
not to be affected by systemlocale
setting by @LeeDongGeon1996 in #386 - feat: Remove unnecessary validations by @LeeDongGeon1996 in #395
- feat: Add type hint on Quote by @LeeDongGeon1996 in #396
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- docs: Add link to QuickStart repo by @DaveSkender in #360
- feat: Add McGinley Dynamic by @LeeDongGeon1996 in #367
- feat: Add ATR Trailing Stop by @LeeDongGeon1996 in #369
- docs: Update social card by @DaveSkender in #371
- feat: Add Chande Momentum Oscillator (CMO) by @LeeDongGeon1996 in #370
- feat: Add optional params on Stochastic Oscillator by @LeeDongGeon1996 in #372
- feat: Replace find() implementation with Python by @LeeDongGeon1996 in #373
- feat: Replace remove_warmup_periods() implementation with Python by @LeeDongGeon1996 in #374
- docs: Transfer-related URL updates by @DaveSkender in #375
- feat: Add deprecation warning on
reload()
anddone()
by @LeeDongGeon1996 in #378 - feat: Add
condense()
on all supported indicators by @LeeDongGeon1996 in #377 - test: Update benchmarks by @LeeDongGeon1996 in #380
Full Changelog: 1.2.1...1.3.0
1.2.1
What's Changed
- chore: Add all env test workflow by @LeeDongGeon1996 in #77
- ci: Add Codacy code coverage by @DaveSkender in #336
- docs: Remove broken test coverage badge by @DaveSkender in #347
- docs: Refresh icons by @DaveSkender in #349
- refactor: Optimize images by @imgbot in #350
- feat: Add explanatory error message for
FormatException
by @LeeDongGeon1996 in #351 - docs: Add blurb for trouble with converting to quotes by @LeeDongGeon1996 in #352
- feat: Add Momentum to ROC by @LeeDongGeon1996 in #355
- fix: Wrap exception to add helpful exception message by @LeeDongGeon1996 in #354
- feat: Declare quote wrappers as class for better linting by @LeeDongGeon1996 in #356
Special thanks to:
- @hmuhdkamran for identifying missing ROC momentum values in #353
- @rafalsza for supporting additional error handling for Pandas DataFrame users in #348
- @imgbot for making their first contribution in #350
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- test: Update
conftest
not to useopenpyxl
by @LeeDongGeon1996 in #335 - docs: Update doc site by @DaveSkender in #332
- feat: Add Dominant Cycle Periods to HT Trendline by @LeeDongGeon1996 in #341
- feat: Add SMI default values by @LeeDongGeon1996 in #342
- feat: Remove
sma_periods
default value for StarcBands by @LeeDongGeon1996 in #343 - feat: Add True Range (TR) by @LeeDongGeon1996 in #344
- docs: Update docs for v1.2.0 by @LeeDongGeon1996 in #337
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- feat: Add Basic Quote by @LeeDongGeon1996 in #287
- docs: Update docs by @LeeDongGeon1996 in #288
- chore: Bump pythonnet from 3.0.0.post1 to 3.0.1 by @dependabot in #290
- remove redundant unit test by @alexpvpmindustry in #305
- use CSV test files by @alexpvpmindustry in #303
- chore: Bump pythonnet from 3.0.1 to 3.0.2 by @dependabot in #311
- chore: update packages by @DaveSkender in #312
- chore: Bump pythonnet from 3.0.2 to 3.0.3 by @dependabot in #315
- chore: Bump dll to 2.5.0 by @LeeDongGeon1996 in #318
- fix: Fix converting C# timezone-aware DateTime by @LeeDongGeon1996 in #321
- chore: Migrate CI & CD to GitHub Actions by @LeeDongGeon1996 in #322
- chore: Replace
setup.py
topyproject.toml
by @LeeDongGeon1996 in #326
New Contributors
- @alexpvpmindustry made their first contribution in #305
Full Changelog: 1.0.0...1.1.0