Skip to content

Releases: numbworks/nwpackageversions

v1.8.1

27 Dec 21:59
2e36ea7
Compare
Choose a tag to compare

v1.8.1

  • Library:
    • Bugfix: 'zip() argument 2 is longer than argument 1' when package_name == "openpyxl".
  • Documentation:
    • Feature: updated to v1.8.1.

v1.8.0

01 Dec 14:25
47c8efc
Compare
Choose a tag to compare

v1.8.0

  • Library:
    • Feature: makefile added.
    • Bugfix: types fixed according to mypy analysis.
  • Documentation:
    • Feature: updated to v1.8.0.

v1.6.0

03 Nov 15:31
229f692
Compare
Choose a tag to compare

v1.6.0

  • Library:
    • Feature: added support for badges (PyPiBadgeFetcher, only_stable_releases).
  • Documentation:
    • Feature: updated to v1.6.0.

v1.2.0

25 Oct 17:50
512e600
Compare
Choose a tag to compare

v1.2.0 - BREAKING CHANGES

  • Library:
    • Feature: LanguageChecker added.
    • Refactoring: Status* => Requirement*.
  • Documentation:
    • Feature: updated to v1.2.0.

v1.1.0

22 Oct 17:17
ee68651
Compare
Choose a tag to compare

v1.1.0

  • Library:
    • Maintenance: dependency update (requests 2.31.0 => 2.32.3, jupyter 1.0.0 => 1.1.1, coverage 7.6.1 => 7.6.4).
  • Documentation:
    • Feature: updated to v1.1.0.

v1.0.0

15 Oct 08:49
Compare
Choose a tag to compare

v1.0.0

  • Library:
    • Feature: support retrieving local package information from requirements.txt and Dockerfile (devcontainer).
    • Feature: support retrieving release information from PyPi.org.
    • Feature: ability to compare local package information and PyPi.org's release information.
  • Notebook:
    • Feature: demo for the main use case (evaluate the up-to-date status of the dependencies).
  • Documentation:
    • Feature: covers all the features available in v1.0.0.