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.
[Unreleased]
Added
- [x]
doc/directory containing documentation files - [x]
doc/source/directory containing Sphinx configuration files - [x]
.readthedocs.ymlfile for configuring ReadTheDocs - [x] new dev dependency
myst-parserfor parsing markdown files in Sphinx
Changed
- [x]
README.mdto include a link to the documentation - [x] move
CHANGELOG.mdto thedoc/directory
[0.2.1] - 2024-04-01
Added
.github/workflowsdirectory with apylint.ymlfile for runningpylinton the codebase
Changed
- [x] move Jacobi solver to a new module to test refactoring
v0.1.4 - v0.1.16
- [x] struggle to understand why
pipwould not install the package dependencies when installing fromtest.pypi.org, but finally realize that it does when installing frompypi.org - [x] update the installation instructions in
README.mdto reflect the correct installation process - [x] update the
pyproject.tomlfile to include the correct package metadata - [x] switch to using
poetryfor building and publishing the package
v0.1.3
- [x] add
numpytobuild-system.requiresinpyproject.toml
v0.1.2
- [x] try cleaning the
distdirectory before building the package
v0.1.1
- [x] add
numpyto dependencies inpyproject.toml - [x] update installation instructions in
README.md
v0.1.0
Features
- [x] add a module
- [x] add a test
- [x] configure
pylint