Changelog#
All notable changes to this project are documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]#
Changed#
Renamed the package from
numeraire-viztonumeraire-graphics(distribution name) andnumeraire_viztonumeraire_graphics(import name), adopting the project’s academic naming register. Update imports accordingly:from numeraire_graphics import ....Switched to
hatch-vcsdynamic versioning (tag-driven, matchingnumeraireandnumeraire-dataset); the version is no longer hard-coded.__version__is now derived from the installed package metadata viaimportlib.metadata.
Added#
Shipped
py.typedand theTyping :: Typedclassifier, marking the package as type-checked.Per-version
Programming Language :: Python :: 3.11/3.12/3.13classifiers and anIssuesproject URL.
Notes#
This is a new, independently versioned package: its first tagged release will be
0.1.0(it does not tracknumeraire’s version line). Until a tag is cut,hatch-vcsyields a local development version.