File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments