Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] -2025-02-01

  • simplify set up process and instructions
  • restructure and put all the notebooks in the root directory for easy access in Colab
  • use !cat instead of load magic to load solution as load magics are not implemented in some environments

[1.1.0] - 2022-07-10

  • Various upgrades (#40)
  • Behind-the-scenes
    • Upgrade Python to 3.9.13
    • Upgrade all dependencies to latest with NumPy/pandas/Matplotlib/scikit-learn matching CoCalc versions.
    • Switch from pip-tools to Poetry (configuration in pyproject.toml)
    • Update Development Setup guidance in README.md
    • Integrate & configure flake8, pylint, black & other linters.
    • Added pre-commit configuration.
    • Updated VS Code settings.json
    • Added linestripper.py to keep EOF newlines out of solutions code (better attendee UX) yet black-compliant.
    • Added CHANGELOG.md and started versioning releases.
  • Workshop materials
    • Reviewed all workshop materials for deprecations.
    • Replaced all single quotes in solutions with double quotes for black compliance.
    • Added EOF newlines to datasets.
    • Other minor changes: trailing whitespace, trailing commas, isort compliant solution code.

[1.0.0] - 2021-07-23

Final version used for Humble Data workshops in 2021.