Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

70 lines (47 loc) · 4.23 KB

Changelog

All notable changes to this project (especially user-visible ones) will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.1 - 2024-10-21

Features

  • Python 3.13 support by @alexlancaster (#32)

Bug Fixes

  • Add unit test for accessing Zotero library remotely + ensure binary packages in CI testing by @alexlancaster (#30)

Internal

  • Update networkx requirement from <=3.3 to <=3.4.1 by @dependabot (#33)
  • Update pyparsing requirement from <=3.1.4 to <=3.2.0 by @dependabot (#34)
  • Update pandas requirement from <=2.2.2 to <=2.2.3 by @dependabot (#31)
  • Update pyzotero requirement from <=1.5.20 to <=1.5.25 by @dependabot (#28)
  • Update pyparsing requirement from <=3.1.2 to <=3.1.4 by @dependabot (#27)
  • Update matplotlib requirement from <=3.9.1 to <=3.9.2 by @dependabot (#26)

Documentation

  • Post-publication updates: add details + DOI + merge in manuscript files by @alexlancaster (#24)

0.8.0 - 2024-07-11

First production release of scribl

Features

  • Add support for zenodo and pypi uploads (disabled for the time being) by @alexlancaster (#3)

Bug Fixes

  • Fix pip install during pytest by @alexlancaster (#17)
  • create sandbox for pytest "on-the-fly", rather than hardcoding by @alexlancaster (#16)
  • implement best-practice conventions as per repo-review by @alexlancaster (#2)

Internal

  • Update matplotlib requirement from <=3.9.0 to <=3.9.1 by @dependabot (#19)
  • Update pyzotero requirement from <=1.5.19 to <=1.5.20 by @dependabot (#18)
  • Update matplotlib requirement from <=3.8.4 to <=3.9.0 by @dependabot (#13)
  • Update pyzotero requirement from <=1.5.18 to <=1.5.19 by @dependabot (#14)
  • Update pandas requirement from <=2.2.1 to <=2.2.2 by @dependabot (#12)
  • Update networkx requirement from <=3.2.1 to <=3.3 by @dependabot (#11)
  • Update matplotlib requirement from <=3.8.3 to <=3.8.4 by @dependabot (#10)
  • Update pyparsing requirement from <=3.1.1 to <=3.1.2 by @dependabot (#9)
  • Update Zenodo + Test PyPI workflows by @alexlancaster (#8)
  • Update pandas requirement from <=2.2.0 to <=2.2.1 by @dependabot (#7)
  • Update matplotlib requirement from <=3.8.2 to <=3.8.3 by @dependabot (#6)
  • Bump the actions group with 1 update by @dependabot (#5)
  • Update pandas requirement from <=2.1.4 to <=2.2.0 by @dependabot (#4)
  • Add support for zenodo and pypi uploads (disabled for the time being) by @alexlancaster (#3)
  • Bump actions/upload-artifact from 3 to 4 by @dependabot (#1)

Documentation

  • implement best-practice conventions as per repo-review by @alexlancaster (#2)