Skip to content

Releases: pyTooling/pyTooling

v1.9.5

22 Feb 21:10
bd9492a
Compare
Choose a tag to compare

Release created on: 22.02.2022 - 21:10:10

New Features

None

Changes

  • Bumped dependencies.

Bug Fixes

  • Removed debugging prints.

v1.9.4

17 Jan 00:47
17a1759
Compare
Choose a tag to compare

Release created on: 17.01.2022 - 00:47:29

New Features

None

Changes

  • Downgrade lxml and ruaml.yaml, to be compatible with MSYS2's packaged versions.
  • UnitTesting: use option pacboy to override the packages installed through pacman.
  • ArtifactCleanup: update list of unittesting artifacts.

Bug Fixes

None

v1.9.2

07 Jan 14:12
010f88a
Compare
Choose a tag to compare

Release created on: 07.01.2022 - 14:12:21

New Features

None

Changes

  • Also handle float values as strings.
  • Bumped dependencies.

Bug Fixes

None

v1.9.1

07 Jan 13:08
28d62cd
Compare
Choose a tag to compare

Release created on: 07.01.2022 - 13:08:13

New Features

None

Changes

  • Changed handling of keys in pyTooling.Configuration to string-only.
  • Bumped dependencies.

Bug Fixes

  • Handling of sporadic issues with integer keys.

v1.9.0

07 Jan 02:06
9c83c2f
Compare
Choose a tag to compare

Release created on: 07.01.2022 - 02:06:31

New Features

  • Abstract interface for key-value based configurations (e.g. from JSON, TOML, YAML).
  • Configuration parser reading YAML files based on ruamel.yaml.
    • Supporting variables.
  • Support for extras_require.
  • Read additional requirement files (documentation, unit test, packaging) and assemble entries for extras_require.
  • Add an all entry to extras_require to summarize all previous requirements.

Changes

  • Improvements to doc-strings for Codacy.

Bug Fixes

None

v1.8.1

26 Dec 17:10
b8f3bfd
Compare
Choose a tag to compare

Release created on: 26.12.2021 - 17:10:39

New Features

None

Changes

  • Fixed many issues reported by Codacy.
  • Bumped dependencies.
  • Added more type hints.
  • Added type checks in overloaded operators.
  • Reworked file headers.

Bug Fixes

  • Fixed URLs to Codacy.

v1.8.0

26 Dec 00:58
e06681f
Compare
Choose a tag to compare

Release created on: 26.12.2021 - 00:58:40

New Features

  • New isnestedclass helper function (like isinstance or issubclass).
  • Added unit tests for VersionInformation class and helper function isnestedclass.
  • Packaging: Allow status strings not to be lowercase.

Changes

  • Bumped dependencies.
  • Merged .coveragerc and pytest.ini into pyproject.toml configuration file.

Bug Fixes

  • Fixed typo _licenses to _license and property Licenses to License.
  • Added missing property Description.
  • Fixed indentations in file headers.
  • Changed dependency from pyTooling.Packaging to pyTooling.

v1.7.0

16 Dec 04:55
b4d9a45
Compare
Choose a tag to compare

Release created on: 16.12.2021 - 04:55:17

New Features

Changes

  • Added @mark.skipif to tests not supported by Python 3.6 and 3.7.

Bug Fixes

None

v1.6.1

12 Dec 23:44
58e9d11
Compare
Choose a tag to compare

Release created on: 12.12.2021 - 23:44:17

New Features

  • Added property PythonLicenseName.

Changes

  • Renamed PYTHON_CLASSIFIERS to PYTHON_LICENSE_NAMES.
  • Added more type hints.

Bug Fixes

None

v1.6.0

12 Dec 20:48
783c86a
Compare
Choose a tag to compare

Release created on: 12.12.2021 - 20:48:37

New Features

Changes

  • Improved code coverage by disabling coverage on guarding code.

Bug Fixes

None