Skip to content

Commit

Permalink
chore(release): 🚀 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Jul 11, 2024
1 parent 5e2644f commit 292735c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/docker.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IMAGE_VERSION="0.1.0" # The version of the project
IMAGE_VERSION="0.2.0" # The version of the project
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<!--next-version-placeholder-->

## v0.2.0 (2024-07-11)

### Feature

* **syllabus:** Update course structure and policies for NLP in social science ([`0813cee`](https://github.com/entelecheia/nlp4ss/commit/0813cee56b333d4950354711a46e3bee958b76b1))
* **book:** Expand content on emerging NLP trends in social science research ([`3bf5eff`](https://github.com/entelecheia/nlp4ss/commit/3bf5effef22fa92a629f3f31f5ef989a6e5e7ff3))
* **book:** Enhance lecture on misinformation detection with detailed examples and code ([`28c2ac1`](https://github.com/entelecheia/nlp4ss/commit/28c2ac17f91a8d6d6a44072875562462441aa6e8))
* **docs:** Restructure and expand content on large-scale text analysis for better clarity and detail ([`faeea5e`](https://github.com/entelecheia/nlp4ss/commit/faeea5e34fdc7dcc15f580a803c388265a52b535))
* **session4:** Expand introduction and outline key topics ([`b8c7fc7`](https://github.com/entelecheia/nlp4ss/commit/b8c7fc71199a80c4736e7ef06612982aeb76121c))
* **material:** Expand content on social bias in NLP with detailed examples and ([`bad2230`](https://github.com/entelecheia/nlp4ss/commit/bad2230da15c9c58e122fcb61b3a55ed0d892ba5))
* **session04:** Expand lecture on using LLMs for text generation, including practical examples and applications ([`96ea9fb`](https://github.com/entelecheia/nlp4ss/commit/96ea9fb3d8018a84fbb4e6ea7855a7e02bd49d21))
* **docs:** Expand Session 3 content on LLMs for data annotation and classification ([`950ed62`](https://github.com/entelecheia/nlp4ss/commit/950ed62f72e1ce9cb2c74fbba580bd2028d2fff8))
* **nlp-tutorial:** Add detailed explanations and examples basic NLP tasks ([`56d17d6`](https://github.com/entelecheia/nlp4ss/commit/56d17d671bd491893d34e9674273729bcf1b7f33))
* **content:** Expand lecture on NLP fundamentals and evolution ([`962182c`](https://github.com/entelecheia/nlp4ss/commit/962182c25664695b5a3d37bf6a2d16ca12218c2b))
* **language:** Use dynamic language configuration ([`b4980a5`](https://github.com/entelecheia/nlp4ss/commit/b4980a59150a2c096fc29264f75e0f8889c86832))
* **outline:** Add detailed lecture outlines for NLP fundamentals, generative LLMs, and ethical considerations ([`30e7041`](https://github.com/entelecheia/nlp4ss/commit/30e70419c2bf644f35092aa2f099be8750379643))
* **docs:** Enhance introduction with detailed NLP and LLM overview ([`133fe42`](https://github.com/entelecheia/nlp4ss/commit/133fe426cdd96878294388c6356bb325a9cc5ec8))
* **session01:** Add detailed lecture outlines for NLP fundamentals, generative LLMs, and ethical considerations ([`247d274`](https://github.com/entelecheia/nlp4ss/commit/247d274d9f077f4b85c75099b3b26599d322d677))
* **toc:** Add new sessions and lectures to table of contents ([`c3f6ae0`](https://github.com/entelecheia/nlp4ss/commit/c3f6ae0525cb13e2deec63dd48289c297c18b1c8))
* **syllabus:** Add detailed course outline for NLP applications in social science ([`d77aee7`](https://github.com/entelecheia/nlp4ss/commit/d77aee7ec083959226cd6d85dd002ff699803c4a))
* **session01:** Add introduction lectures for NLP for Social Science course in English and Korean ([`c4d5f52`](https://github.com/entelecheia/nlp4ss/commit/c4d5f52151fb4ee79a198d80e8e0df8592b692f1))

### Fix

* **book:** Remove support for Korean language ([`f47d486`](https://github.com/entelecheia/nlp4ss/commit/f47d486ec72b9a4bcc016f2cb59d24296b0d3d29))
* **language_redirect:** Standardize quotation marks and remove redundant closing tags ([`24ef981`](https://github.com/entelecheia/nlp4ss/commit/24ef981ed17f42f88d302220cdffccb83a8e01b7))
* **language_redirect:** Ensure siteURL ends with a slash before redirecting ([`8709c13`](https://github.com/entelecheia/nlp4ss/commit/8709c1370f1ac5feb5ea14b01ac41b21d27ee63d))
* **language_switcher:** Correct URL path in switchLanguage function ([`18c708a`](https://github.com/entelecheia/nlp4ss/commit/18c708a70406ee2c7844bee3e6a255f0ab7c39a4))

## v0.1.0 (2024-07-09)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nlp4ss"
version = "0.1.0"
version = "0.2.0"
description = "A course on applying natural language processing (NLP) techniques for social science research."
authors = ["Young Joon Lee <[email protected]>"]
license = "CC-BY-4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/nlp4ss/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 292735c

Please sign in to comment.