feat: v3.5.8 — scanner CLI, Windows installer, props_path fix, asset rendering fix#87
Merged
Conversation
fix: v3.5.7 — fix build-backend compatibility and lazy-load push command See merge request server/openapi/openapi-python-sdk!274
…and, fix asset rendering
…ttrs in currency_assets serialization
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tigeropen quote scannerCLI 命令,支持--filter(数值/累计/财务/标签筛选,预设gainers/losers)、--sort、--sort-dir、--limit参数install.ps1(irm .../install.ps1 | iex);install.sh在 MINGW/MSYS/Cygwin 环境下增加 PowerShell 安装提示_get_props_path()传入完整文件路径时文件名被替换为tiger_openapi_config.properties的问题,现在支持任意文件名account assets命令渲染PortfolioAccount对象时报错的问题KeyError导致崩溃的问题_segment_to_dict中currency_assets序列化未过滤私有属性的问题Changes
tigeropen/cli/quote_cmd.pyscanner命令(+211 lines);修复 sort KeyErrortigeropen/cli/account_cmd.pytigeropen/tiger_open_config.pyinstall.ps1install.shCHANGELOG.mdtigeropen/__init__.py