Releases: pkeilbach/htwg-practical-nlp
Releases · pkeilbach/htwg-practical-nlp
v0.2.7
What's Changed
- Add information about exam by @pkeilbach in #216
- embeddings.py: specified typehint for metric parameter by @BeneHTWG in #221
- extended find_closest_word unittest to cover both similarity metrics by @BeneHTWG in #219
- precommit check fails without none type check in embeddings assignment by @BeneHTWG in #220
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Add a index slicing exercise to Python basics assignment by @SponsoredByPuma in #208
- Notebook for minimum edit distance is now assignment 5 by @pkeilbach in #210
- New jupyterlab dependency by @TobiTgl in #209
- Update word embeddings lecture by @pkeilbach in #211
- Incorporate Raschka chapter 2.1 by @pkeilbach in #212
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Limit presentation scope to 10 minutes by @pkeilbach in #199
- Session 4 lecture updates by @pkeilbach in #200
- Add precommit strip ipynb by @TobiTgl in #206
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- use CBOW abbreviation by @SponsoredByPuma in #183
- Fix image link in preprocessing lecture by @pkeilbach in #186
- Add question about sample solutions by @pkeilbach in #187
- Add make command for pre-commit by @pkeilbach in #188
- chore: add OOV abbreviation by @SponsoredByPuma in #180
- Add autoreload functionality to jupyter notebooks by @KrasserKai in #190
- POS abbreviation by @SponsoredByPuma in #178
- Added tolerance to test_cosine_similarity by @KrasserKai in #193
- Change assignment policy by @pkeilbach in #195
- Add FAQ that lectures are not mandatory by @pkeilbach in #196
- Add references: literature and podcast episode by @pkeilbach in #197
- fixed type hint and added example of label vector for build_word_frequency method by @BeneHTWG in #198
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Abbreviation Named Entity Recognition in lecture notes by @TobiTgl in #173
- Adapted
expected
and example output forprint_product_price()
by @BeneHTWG in #174 - getting_started.md adjustments - adding upstream by @lauraschrwr in #185
- add TF-IDF abbreviation by @SponsoredByPuma in #176
New Contributors
- @TobiTgl made their first contribution in #173
- @BeneHTWG made their first contribution in #174
- @lauraschrwr made their first contribution in #185
- @SponsoredByPuma made their first contribution in #176
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Updates for week 2!
What's Changed
- Add assignment-0 to makefile by @Alex-J-W in #163
- Update presentation submission info by @pkeilbach in #166
- Add GitHub Actions by @pkeilbach in #167
- Add package description to Python
__init__.py
by @Alex-J-W in #164 - Update issue assignment info by @pkeilbach in #170
- Update tests to validate only expected behavior by @Alex-J-W in #165
- Check dependencies in Makefile (Issue 135) by @KrasserKai in #169
New Contributors
- @Alex-J-W made their first contribution in #163
- @KrasserKai made their first contribution in #169
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Kick-off winter term 2024/25
What's Changed
- Updates on project setup by @pkeilbach in #124
- Prepare winter term 24 25 by @pkeilbach in #125
- Revisit About page by @pkeilbach in #127
- Improve development setup by @pkeilbach in #128
- Winter term 2024/25 preparation by @pkeilbach in #134
- Winter term 2024/25 preparation part 2 by @pkeilbach in #148
- Add ruff linter by @pkeilbach in #149
- Add Markdown linter by @pkeilbach in #150
- Fix MathJax by @pkeilbach in #151
- Fix markdownlint by @pkeilbach in #152
- Align assignment files with solutions by @pkeilbach in #159
- Add assignment for Python basics by @pkeilbach in #160
- Update preprocessing lecture by @pkeilbach in #161
- Updates on assignments and presentations by @pkeilbach in #162
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Start preparations for winter term 2024/25
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add Chapter 1 by @pkeilbach in #1
- Add pre-commit hooks by @pkeilbach in #6
- NLP Pre-processing by @pkeilbach in #7
- Add course profile by @pkeilbach in #9
- Add python pre-commit hooks by @pkeilbach in #10
- Add preprocessing assignment by @pkeilbach in #11
- Winter Term Kickoff by @pkeilbach in #13
- Add information about presentation topics by @pkeilbach in #25
- CI for github pages by @pkeilbach in #26
- Updates for first lecture by @pkeilbach in #27
- Update figure by @pkeilbach in #28
- Fixes for assignment 1 by @pkeilbach in #30
- Image paths relative to parent directory by @pkeilbach in #33
- Add test case when http appears in text by @pkeilbach in #34
- Minor updates for lecture by @pkeilbach in #35
- Logistic regression lecture by @pkeilbach in #36
- Lecture on feature extraction by @pkeilbach in #37
- Improve preprocessing lecture by @pkeilbach in #38
- Lecture and assignment for Naive Bayes by @pkeilbach in #39
- Fix mathjax rendering by @pkeilbach in #42
- Fix word frequency example by @pkeilbach in #43
- Minor lecture updates by @pkeilbach in #44
- Assignment docstring updates by @pkeilbach in #45
- Add git guide for assignments by @pkeilbach in #46
- Lecture about vector space models by @pkeilbach in #48
- Add article submission info by @pkeilbach in #50
- Add isort as pre-commit hook by @pkeilbach in #51
- Update pre-commit hooks by @pkeilbach in #52
- Update presentation submission information by @pkeilbach in #54
- Use numpy assert allclose for array testing by @pkeilbach in #56
- Add lecture on minimum edit distance by @pkeilbach in #57
- Update docstring for get features by @pkeilbach in #55
- Minor lecture updates by @pkeilbach in #59
- Add info on images by @pkeilbach in #60
- Add lecture on language models by @pkeilbach in #62
- Unify latex align statement by @pkeilbach in #63
- Add notebook for minimum edit distance by @pkeilbach in #64
- Add make command assignment 4 by @pkeilbach in #66
- Lecture word embeddings by @pkeilbach in #68
- Article huggingface by @Involute1 in #61
- Lecture about sequence models by @pkeilbach in #73
- Add blog article for Virtual Assistants by @MarcoMollo in #70
- Presentation open source llms by @pkeilbach in #74
- Update hugging_face.md by @Involute1 in #76
- Add blog article for spaCy by @lubrandt in #78
- Fix CBOW architecture chapter by @pkeilbach in #81
- Lecture attention models by @pkeilbach in #82
- Add further reading section by @pkeilbach in #83
- Add blog article for rasa by @andreas-loeffler in #77
- Article about Bing Spell Check API by @pkeilbach in #80
- Added Elasticsearch Article by @BenjaminBruenau in #85
- Add blog article for Langchain by @tobi-brenner in #88
- Update naive_bayes.md - fix typo by @BenjaminBruenau in #89
- add blog article for openai api by @SebastianAlbrecht-htwg in #86
- added gensim article by @fa721ren in #84
- Added blog article for Github Copilot. by @DevJoelM in #87
- Run pre-commit hooks on all files by @pkeilbach in #111
New Contributors
- @pkeilbach made their first contribution in #1
- @Involute1 made their first contribution in #61
- @MarcoMollo made their first contribution in #70
- @lubrandt made their first contribution in #78
- @andreas-loeffler made their first contribution in #77
- @BenjaminBruenau made their first contribution in #85
- @tobi-brenner made their first contribution in #88
- @SebastianAlbrecht-htwg made their first contribution in #86
- @fa721ren made their first contribution in #84
- @DevJoelM made their first contribution in #87
Full Changelog: https://github.com/pkeilbach/htwg-practical-nlp/commits/v0.1.0