Skip to content

Latest commit

 

History

History
155 lines (82 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

155 lines (82 loc) · 7.25 KB

CHANGELOG

v0.6.2 (2024-11-27)

Bug Fixes

  • Correct defintion of line colors for 2d axes (3fb95b0)

Chores

  • Add support for python v3.12 (2dd1b0f)

Code Style

  • Remove unnecessary linebreaks (f3f87e7)

  • Update ruff linting rules (d60bf20)

  • Switch to ruff as linter, including rules (afef229)

Continuous Integration

  • Switch to docker container for testing and linting (4e7f55c)

  • Include basic testing running and drop python v3.12 support (f130c00)

Documentation

  • Update year in license text (f1217f5)

  • Update to align with new config options setup (9ca7026)

Refactoring

  • Simplify plot3 and surf examples (8ac2863)

  • Line and surface gl options in 3d axis (517c6c5)

  • Simplified configuration options naming (a816a43)

  • Remove unnecessary print statement (6ad4643)

v0.6.1 (2024-11-10)

Bug Fixes

  • Add missing required method for 2d plotting (f5d2d4e)

Documentation

  • Add info and resolution for missing xcb plugin error (0ddb6a1)

Testing

v0.6.0 (2024-11-09)

Features

  • Add azimuth and elevation properties for 3d axis (13f2631)

Refactoring

  • Remove orthographic plot of surface example (121b890)

  • Change view angle of arctan2 example (9e53c24)

v0.5.0 (2024-11-09)

Features

  • Add plot3 functionality including example (4fa0510)

v0.4.0 (2024-11-09)

Chores

  • Update python semantic release version and naming (fb72583)

  • Make sure commit subjects start with a capital (5cc9249)

Code Style

  • Improve readability of full plot example (7ff201a)

Features

v0.3.1 (2024-11-08)

Bug Fixes

  • Change signal/slot timeout to 10 seconds (375f9d0)

Chores

  • Change template location for semantic release (9d320c1)

  • Update templates for genearing the changelog and release notes (cad4364)

  • Add custom templates for changelog and release notes (ffe32c8)

  • Ignore venv and uv artifacts (724674e)

Documentation

  • Mention usage of pqthreads in documentation and readme (d276c68)

  • Add introduction link and getting started to readme (6f40d91)

  • Add copy button to code blocks (c99063c)

v0.3.0 (2024-11-03)

Chores

  • Add naming to github actions workflows (1fd272c)

Documentation

  • Fix link to installation page (6f41c1f)

  • Fix links and typos in documentation (517ae15)

Features

  • Add 3d axis grid with automatic tick labels to surf plots (ee5a6fb)

v0.2.0 (2024-08-20)

Documentation

  • Include pypi package in installation instructions (f514ec1)

Features

  • Add more festures to full 2d plot example (55c54f4)

v0.1.0 (2024-08-19)

Bug Fixes

  • Align with latest pqthreads version (da98f7e)

Chores

  • Move to pyproject.toml setup (d52221e)

Documentation

  • Fix typo on welcome page (5069356)

  • Link explicitely to page w/ installation instructions (f17b61f)

  • Change all documentation links to gh pages (af48cab)

  • Move documentation to mkdocstrings hosted on github pages (1426d1a)

Features

  • Add semantic release management and publishing to pypi (5a44c92)