The Changelog - v0.1.0
I'm trying out a new format to encourage me to write more. I'm calling it the ✨ Changelog ✨.
A changelog (also spelled change log) is a log or record of all notable changes made to a project. source
However, in my case, I will be documenting significant changes in my life. Each changelog will follow the semantic versioning system, which is a standard approach used in software development to indicate changes in a project. These changes can be either major ( 🚨 breaking!) or minor (🩹 patches). In this changelog, I will include updates on discoveries, project advancements, and any other noteworthy developments that I feel deserve an update - big or small.
Without further ado, here is the first release of my Changelog! 🎉 Version 0.1.0 🎉
📕 Learned:
- 🕸 I'm taking a web development course and became curious how Python web-frameworks like Django, Flask, and FastAPI work. Been enjoying reading these articles:
- 🤖 Exciting to try out OpenAI's new Assistants API in my projects.
- 📼 Pydantic is all you need video
✨ New:
- 📈 I've been aware of
yfinancefor years. Recently, I discovered a nice alternativeyahooquery. The documentation is great and I wishyfinancehad similar docuemntation and consistent docstrings likeyahooquery. - 🐍 Saw a tweet about this cool Python package called Magentic which integrate LLMs as Python functions.
🚨 Changed:
- Changed blog site to MkDocs-Material from Pelican.