Skip to content

Releases: writememe/motherstarter

2022.04.02 - Version bumps and Python 3.7 removal

02 Apr 02:52
fbe363b
Compare
Choose a tag to compare

2022.04.02

BREAKING CHANGES - Python 3.7 Support Deprecated

Version bumps

  • bandit 1.7.0 to 1.7.4
  • black 21.9b0 to 22.3.0
  • click 7.1,<8.1 to 7.1,<8.2
  • jinja 3.0.1 to 3.1.1
  • mypy 0.910 to 0.942
  • nox 2021.10.1 to 2022.1.7
  • pandas 1.3.3 to 1.4.1
  • pylama 7.7.1 to 8.3.8
  • pytest 6.2.5 to 7.1.1

Github Actions setup python upgrade

  • Upgraded setup python from v2 to v3.1.0

Full Changelog: 2021.10.17...2022.04.20

Type hint addition and version bumps

17 Oct 02:38
e326ad8
Compare
Choose a tag to compare

2021.10.17 Release

Type hints

Type hinting has been added across the codebase (#150) which closes long standing issue (#19).

  • Added type hints to codebase
  • Refactored some unit tests
  • Added mypy to CI testing

Version bumps

  • black 21.5b1 to 21.9b0
  • click max version from <=7.2 to <8.1
  • jinja2 2.11.3 to 3.0.1
  • mypy 0.812 to 0.910
  • nox 2020.12.31 to 2021.10.1
  • openpyxl 3.0.7 to 3.0.9
  • pandas 1.2.4 to 1.3.3
  • pytest 6.2.3 to 6.2.5
  • pytest-cov 2.11.2 to 3.0.0
  • yamllint 1.26.1 to 1.26.3

Codecov Github Actions upgrade

Version bumps in dependencies

11 May 10:28
3d13fc9
Compare
Choose a tag to compare

2021.05.11 Release

Version bumps

  • black 20.8b1 to 21.5b1
  • openpyxl 3.0.6 to 3.0.7
  • pandas 1.2.3 to 1.2.4
  • pytest 6.2.2 to 6.2.3
  • yamllint 1.26.0 to 1.26.1

Version bumps in dependencies

05 Mar 10:07
1e1dddf
Compare
Choose a tag to compare

2021.03.05 Release

Version bumps

  • jinja 2.11.2 to 2.11.3
  • pytest 6.2.1 to 6.2.2
  • pandas 1.2.1 to 1.2.3
  • mypy 0.800 to 0.812

Version bumps, testing docs update and NOTICE addition

07 Feb 10:06
2b2b08d
Compare
Choose a tag to compare

2021.02.07 Release

Version bumps

  • yamllint 1.25.0 to 1.26.0
  • mypy 0.790 to 0.800
  • pandas 1.2.0 to 1.2.1
  • pytest-cov 2.10.1 to 2.11.1
  • openpyxl 3.0.5 to 3.0.6

Testing documentation uplift

  • Added more comments to tests
  • Updated tests documentation

Added NOTICE

  • Added NOTICE file to project

Python 3.6 support deprecated, version bumps, test optimisations

16 Jan 03:08
3b6b8d4
Compare
Choose a tag to compare

BREAKING CHANGES - Python 3.6 Support Depcrecated

Version bumps

  • pandas 1.1.5 to 1.2.0
  • nox 2020.8.22 to 2020.12.31

Test Coverage Optimisations

  • Ignore codecov analysis on motherstarter setup.py and noxfile.py files

xrld to openpyxl pandas conversion, version bumps

23 Dec 05:00
5b3a046
Compare
Choose a tag to compare

Version bumps

  • bandit 1.6.2 to bandit 1.7.0
  • pandas 1.1.4 to 1.1.5
  • pytest 6.1.2 to 6.2.1
  • xlrd 1.20 to 2.0.1

motherstarter excel functionality

  • Migrated motherstarter input/output xlsx functions from xlrd to openpyxl as newer versions of xlrd do not support xlsx filesd

Documentation Uplift and pytest/pylama version fix

15 Nov 07:43
804a0f8
Compare
Choose a tag to compare

Updates

  • Uplifted documentation, including overview diagram, advanced usage and links to how-to videos.
  • Resolved pytest 6.1.2 issue by not calling pylama directly with the make pytest target.

Restoring relative path changes

14 Nov 04:30
ba95641
Compare
Choose a tag to compare
Pre-release

Version bump

14 Nov 03:44
c52ff44
Compare
Choose a tag to compare
Version bump Pre-release
Pre-release
  • Minor version bump to kickoff pypi packaging.
  • Updating TESTS.md with extra aspects which need to be done.