Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.17 KB

CHANGELOG.rst

File metadata and controls

28 lines (20 loc) · 1.17 KB

Changelog

0.0.1 (2024-02-20)

This is the first ever release of the biskotaki Python Package.
The package is open source and is part of the Biskotaki Project.
The project is hosted in a public repository on github at https://github.com/boromir674/biskotaki
Scaffolding included:
  • CI Pipeline running on Github Actions at https://github.com/boromir674/biskotaki/actions - Test Workflow running a multi-factor Build Matrix spanning different platform's and python version's

    1. Platforms: ubuntu-latest, macos-latest
    2. Python Interpreters: 3.6, 3.7, 3.8, 3.9, 3.10
  • Automated Test Suite with parallel Test execution across multiple cpus. - Code Coverage

  • Automation in a 'make' like fashion, using tox - Seamless Lint, Type Check, Build and Deploy operations