Was ist neu?ยถ
Unreleasedยถ
Changedยถ
๐ท๐ง๐ Switch to prek
Remove pre-commit
25.1.0ยถ
Addedยถ
๐ Add type hints
๐ฅ Add license and acknowledgement
๐ Add logging section from Python4DataScience
๐ง ๐ Add social media support
Add OpenGraph tag for mastodon
Add social media links
๐ Add PyPI digital attestations
๐ Add tip for a stride of -1
๐ Add Whatโs new?
๐ Add conversion to reST
Changedยถ
๐ Update cookiecutter templates
Add badges
Remove deprecated templates
Add Jupyter Notebook section
๐ Update glossary
Add constant, singleton and immutable objects
๐ Update uv sections
Reproducing and updating uv environments
๐จ Rearrange glossaries
๐ Update conda term
๐ Update GitLab package registry
๐ Expand the pytest plugins section
๐ Rearrange functions section
๐ Update installation of freethreaded Python
๐ Expand the contextmanager section
๐จ Restructure the documentation
Move packages outside libraries
Move apps in packages
Remove unittest2
Move doctests to Sphinx
Move the sqlite database test to unittest
Move Sphinx to a subchapter
Removedยถ
Remove OOP design
24.3.0ยถ
Addedยถ
๐ Add humanize
๐ Add testing code to documentation
๐ Add bump-my-version
๐ Add vale
๐ Add codespell
๐ Add checks
๐ Add LBYL and EAFP to exceptions
๐ Add the series of tutorials and trainings
๐ Adopt SOLID principles from Python4DataScience
Changedยถ
๐ Update description for init files
๐ Update pytest plugins
Add pytest-freethreaded to plugins for modified test sequences
Add pytest-edit to modified output plugins
Add playwright and pyleniumio to web dev plugins
Add pytest-patterns to various plugins
Remove pytest-splinter, pytest-mimesis and pytest-freezegun
๐ Switch to uv for building envs, packaging etc.
Install different Python versions in parallel including PyPy and free-threaded Python 3.13.
Add tox-uv
Publishing packages
Update uv.lock file with a pre-commit hook
๐ Update cibuildwheel
๐ท Switch to uv in ci
๐ Switch to .venv directory
๐ Update to Python 3.13
๐ง Switch to pyproject.toml
๐ Rearrange documentation tests
๐ Extend documentation of the string type
๐ Extend documentation of the tuple type
๐ Extend documentation of the list type
๐ Add sphinx-issues
๐ Add direnv tip
๐ Update instructions for installing packages
๐ Add proxy config for PyPI
Fixedยถ
๐ Fix coverage pipeline
โ๏ธ Workaround for pytest lexer warnings
24.2.0ยถ
Addedยถ
๐ Add design patterns
๐ Add frozenset
๐ Add git filter for pytest
๐ Add interrogate for docstring coverage
Changedยถ
๐ Update Python on mobile devices
๐ Update Tiobe Index
๐ Expand section for testing the documentation
24.1.0ยถ
Addedยถ
๐ฑ Add matplotlib for social cards
๐ Add links for strftime
๐ Add link to dataclasses
๐ Add exclude_also to coverage configs
Changedยถ
๐ง Use git tag for versioning the docs
๐ Update None type
๐ Update the review of values and identity
๐ Update comparative expressions
๐ Update dataprep example
๐ Update publishining packages
Add trusted publisher
Fixedยถ
๐จ pre-commit fixes
v1.0.0: 2023-11-28ยถ
Addedยถ
๐ Add dataclasses
๐ Add striding and link to slicing with pandas
๐ Add lambda functions
Changedยถ
๐ Update to 1.0.0, add changelog
๐ Switch to furo theme
๐ Switch to intersphinx links
๐ Add note to Unicode help
๐ Add link to pandas I/O tools and examples for serialisation files
๐ Update dicts type
Add setdefault
Add merging of dictionaries
๐ Update list type
Add loops with index
Add list comprehensions
๐ Update set type
๐ Extend the strings section
๐ Add link to bankersโ rounding