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.
- Support for accessing version number at runtime via
metex.__version__
. - CITATION.cff, according to recommendation # 4 of the FAIR guidelines.
- Support for θ◣ ('theta4') statistic.
- Orient theta axis correctly according to usual convention as per Victor and Conte 2012. Previously, the orientation of this axis was reversed (i.e., positive values of a theta value would yield textures corresponding to a negative value per Victor and Conte's convention).
- This changelog.
- Basic unit tests for the library interface in
metex/test/test_library.py
. - Basic test for the command line interface in
metex/test/test_cli_interface.sh
. - CI configuration in
.gitlab-ci.yml
andtox.ini
. - Package manifest in
MANIFEST.in
- Boilerplate package configuration in pyproject.toml
- Fixed a bug with rectangular beta-horizontal textures, where the generated textures would have swapped width and height with respect to the desired values.
- Renamed COPYING to LICENSE to better adhere to standard practice for python packages.