Releases: sakan811/Common-Japanese-Morphemes-in-YOASOBI-Lyrics
Releases · sakan811/Common-Japanese-Morphemes-in-YOASOBI-Lyrics
v7.0.0
What's Changed
- Updated Visuals by @sakan811 in #3
- Added SQLite operation test by @sakan811 in #4
- Added instructions for extracting Japanese morphemes from lyrics by @sakan811 in #5
- Build the scripts into Docker image by @sakan811 in #6
- chore(deps): update sqlalchemy requirement from ~=2.0.29 to ~=2.0.35 by @dependabot in #9
- chore(deps): update pytest requirement from ~=8.2.0 to ~=8.3.3 by @dependabot in #8
- chore(deps): update pandas requirement from ~=2.2.2 to ~=2.2.3 by @dependabot in #7
- Updated README.md and Docker Build step name by @sakan811 in #10
- Update README.md by @sakan811 in #11
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v6.0.0...v7.0.0
v6.0.0
What's Changed
- Extract morphemes from JSON data instead by @sakan811 in #1
- Change Python Test CI name by @sakan811 in #2
- Removed Find Common Words in YOASOBI's lyrics project
- Removed web-scraping from Genius.com
New Contributors
Full Changelog: v5.0.1...v6.0.0
v5.0.1
v4.0.2
v3.0.0
v2.1.0
- Refactored
web_scrap.py
for improved code quality and maintainability. - Continued enhancements from v2.0.0 and v2.0.1, which included:
- Transitioned to using only BeautifulSoup4 for HTML content scraping.
- Adjustments made to
test.py
to enhance testing effectiveness.