Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

40 lines (36 loc) · 1.46 KB

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.

[1.2.0] - 2021-12-14

Added

  • Support for accessing version number at runtime via metex.__version__.
  • CITATION.cff, according to recommendation # 4 of the FAIR guidelines.

[1.1.0] - 2021-10-11

Added

  • Support for θ◣ ('theta4') statistic.

Fixed

  • 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).

[1.0.0] - 2021-03-31

Added

  • 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 and tox.ini.
  • Package manifest in MANIFEST.in
  • Boilerplate package configuration in pyproject.toml

Fixed

  • Fixed a bug with rectangular beta-horizontal textures, where the generated textures would have swapped width and height with respect to the desired values.

Changed

  • Renamed COPYING to LICENSE to better adhere to standard practice for python packages.