Release Note

0.8.7

  • BUG FIX: modify replacement function

  • BUG FIX: modify filling method when multiple crawling

0.8.6

  • ENHANCEMENT: add get_working_days_between(), crawl_missing_info()

  • BUG FIX: modify select * from stock

0.8.5

  • ENHANCEMENT: allow to insert brand_df

  • ENHANCEMENT: add read_sqlite3 in FlowPath

  • BUG FIX: modify test and FlowPath

0.8.4

  • BUG FIX: modify Database code type

  • BUG FIX: remove requests

  • BUG FIX: add parameter to write WriteImpactSqlite3Block

0.8.3

  • ENHANCEMENT: add database_dir params (#208)

  • ENHANCEMENT: remove pre_condition_block_name from @block

0.8.2

  • ENHANCEMENT: using sqlite3 when crawl and analysis (#207)

0.8.1

  • ENHANCEMENT: using sqlite3 (#201)

  • ENHANCEMENT: add ReadBlock and WriteBlock (#199)

  • ENHANCEMENT: add test (#196)

  • ENHANCEMENT: remove Method-classes (#195)

0.8.0

  • ENHANCEMENT: add Block and Flow classes (#184)

  • ENHANCEMENT: add @block-decorator (#194)

0.7.2

  • FIX: sort values by dt (#168)

0.7.1

  • FIX: catch additional error (#167)

0.7.0

  • ENHANCEMENT: use Pydantic v2 (#166)

0.6.5

  • ENHANCEMENT: add stock-market-enum (#159)

  • FIX: document works

0.6.4

  • ENHANCEMENT: add to_dict() to StockAgg (#153)

  • ENHANCEMENT: remove unused serialize-method (#154)

  • ENHANCEMENT: rename DecodeHtmlPage and RawHtmlPage (#155)

  • ENHANCEMENT: add DecodedHtmlPageStockInfoMultipleDays (#156)

  • ENHANCEMENT: add repository to crawl multiple pages (#157)

0.6.3

  • BUG FIX: _get_impact function

  • BUG FIX: remove unused index column (#151)

  • BUG FIX: add missing columns (#152)

0.6.2

  • BUG FIX: pattern match result check

0.6.1

  • ENHANCEMENT: add Service to convert ValueObject to Entity (#149)

  • ENHANCEMENT: add application to get code-list (#150)

0.6.0

  • ENHANCEMENT: modify codecov (#135)

  • ENHANCEMENT: add Serialize-method (#136)

  • ENHANCEMENT: add Html-decoded-ValueObject (#138)

  • ENHANCEMENT: remove 52WeeksHighLow related (#143)

  • ENHANCEMENT: add Stock-Entity (#144)

  • ENHANCEMENT: add IpoPage-ValueObject (#145)

  • ENHANCEMENT: replace directory,files and docs (#146)

  • ENHANCEMENT: add pplication using injection (#147)

  • ENHANCEMENT: public utilities function (#148)

0.5.2

  • ENHANCEMENT: modify get_impact() (#133)

  • ENHANCEMENT: update attribute delisting (#132)

  • ENHANCEMENT: add test on Python 3.10 (#131)

  • ENHANCEMENT: add IDictSerialize (#130)

  • ENHANCEMENT: add infrastructure on HtmlPages (#119)

0.5.1

  • ENHANCEMENT: add lint and update packages (#126)

  • BUG FIX: crawl market (#125)

  • ENHANCEMENT: update stock-recordset requirement (#124)

0.5.0

  • rename classes (#121)

  • update document (#120)

  • modify recordset repository (#118)

  • fix error (#117)

  • Method contains MethodProcess and MethodVisualize (#116)

  • remove StockDataSingleCode (#115)

0.4.5

  • modify method name (#114)

  • add is_delisting (#113)

0.4.4

  • error: code is float-string, like “1000.0” (#112)

  • crawl previous stock info (#104)

0.4.3

  • modify errors and partially DDD (#111)

0.4.2

  • modify errors and partially DDD (#106)

0.4.1

  • modify errors (#105)

0.4.0

  • add DDD and CleanArchitecture (#103)

0.3.4

  • modify Error (#98)

0.3.3

  • modify Error (#98)

0.3.2

  • modify KeyError (#98)

  • refactor: code name (#96)

  • update document (#95)

  • parallel estimated (#93)

0.3.1

  • add crawl() in StockDataMultipleCode (#89)

  • modify Basic methods, volume type (#92)

  • add function to concat filter_name (#88)

  • modify to_code_iterable (#90)

  • update README (#87)

0.3.0

  • multiprocessing IStockDataMultipleCodeReader (#86)

  • multiprocessing StockInfoPage (#85)

  • add Estimated and EstimateFilter (#84)

  • merge Parameterized and Processed (#83)

0.2.6

  • re-implement Fitting(Method) (#44)

  • add to_parameterize (#81)

  • add read() and write() in StockDataMultipleCode (#82)

0.2.5

  • add contains_outlier-flag (#80)

  • add get_df() in StockDataMultipleCode (#80)

0.2.4

  • add stop-updating-flag (#76)

  • implements save() function (#74)

  • add mypy (#75)

  • fix visualize() function (#68)

  • add new index value (#70)

0.2.3

  • re-build entities (#65)

  • add visualize() function (#49)

  • compatibility to M1 mac (#67)

  • drop Python 3.7 (#55)

0.2.2

  • BUG FIX: Week52HighLow validator (#62)

0.2.1

  • add release note (#56)

  • beautifulsoup argument (#57)

  • add isort (#59)

  • add name to StockInfo (#61)

  • modify read_function _decode_stock_data (#58)

0.2.0

  • Replace metaclass by dataclasses (#27)