Skip to content

Commit c1e21e0

Browse files
committed
Add CHANGELOG.md
1 parent 5371137 commit c1e21e0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
<!-- TOWNCRIER -->
9+
10+
## [1.1.0] - 2022-07-10
11+
12+
- Various upgrades ([#40](https://github.com/HumbleData/beginners-data-workshop/pull/40))
13+
- **Behind-the-scenes**
14+
- Upgrade Python to 3.9.13
15+
- Upgrade all dependencies to latest with NumPy/pandas/Matplotlib/scikit-learn matching CoCalc versions.
16+
- Switch from `pip-tools` to Poetry (configuration in `pyproject.toml`)
17+
- Update Development Setup guidance in `README.md`
18+
- Integrate & configure flake8, pylint, black & other linters.
19+
- Added pre-commit configuration.
20+
- Updated VS Code `settings.json`
21+
- Added `linestripper.py` to keep EOF newlines out of solutions code (better attendee UX) yet black-compliant.
22+
- Added `CHANGELOG.md` and started versioning releases.
23+
- **Workshop materials**
24+
- Reviewed all workshop materials for deprecations.
25+
- Replaced all single quotes in solutions with double quotes for black compliance.
26+
- Added EOF newlines to datasets.
27+
- Other minor changes: trailing whitespace, trailing commas, isort compliant solution code.
28+
29+
30+
## [1.0.0] - 2021-07-23
31+
Final version used for Humble Data workshops in 2021.

0 commit comments

Comments
 (0)