Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Releases: kotamya/pandas-estat

0.3.4

01 Dec 05:52
bdbc675
Compare
Choose a tag to compare
Release/0.3.4 (#163)

* Update bump.yml (#146)

* Update mypy requirement from ^0.942 to ^0.991 (#162)

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.991)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update sphinx requirement from ^4.2.0 to ^5.3.0 (#160)

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simaki <shota.imaki.0801@gmail.com>

* Update pytest-cov requirement from ^3.0.0 to ^4.0.0 (#157)

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bumping version from 0.3.3 to 0.3.4 (#164)

Co-authored-by: GitHub Actions <action@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <action@github.com>

0.3.3

30 Mar 07:50
90a7319
Compare
Choose a tag to compare
Release/0.3.3 (#144)

* MAINT: Update sphinx-copybutton requirement from ^0.4.0 to ^0.5.0 (#137)

Updates the requirements on [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) to permit the latest version.
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: sphinx-copybutton
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MAINT: Refactor (#138)

* MAINT: Update furo requirement from ^2021.9.22 to ^2022.3.4 (#140)

Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2021.09.22...2022.03.04)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simaki <shota.imaki.0801@gmail.com>

* MAINT: Update mypy requirement from ^0.931 to ^0.942 (#143)

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.931...v0.942)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump version (#145)

Co-authored-by: GitHub Actions <action@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <action@github.com>

0.3.2

19 Feb 22:05
436e746
Compare
Choose a tag to compare

Release/0.3.2 (#134)

  • CHORE: Build documentation in Poetry and update docs (close #123) (#124) (#125)

  • MAINT: Update pytest requirement from ^6.2.5 to ^7.0.1 (#132)

  • MAINT: Update black requirement from ^21.9b0 to ^22.1 (#130)

  • MAINT: Update mypy requirement from ^0.910 to ^0.931 (#129)

0.3.1

07 Oct 11:12
c5a4f1c
Compare
Choose a tag to compare

Release/0.3.1 (#121)

  • MAINT: Support Python 3.10 (#119)

  • MAINT: Drop Python 3.6 and update dependencies (close #115) (#116)

  • MAINT: Complete typing (close #114) (#120)

  • MAINT: Update pytest-cov requirement from ^2.11.1 to ^3.0.0 (#117)

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions action@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions action@github.com

v0.3.0

29 Jun 13:47
716fed3
Compare
Choose a tag to compare
  • DOC: Create Sphinx documentation (close #109)

v0.2.10

03 Jun 02:07
7fd92b3
Compare
Choose a tag to compare
  • GITHUB: Create GitHub Action to bump version (close #101) (#102)

v0.2.9

17 May 03:53
4897ece
Compare
Choose a tag to compare
  • DOC: Fix docstring (#99)

v0.2.8

17 May 03:08
88cb1df
Compare
Choose a tag to compare
  • GITHUB: Create CODE_OF_CONDUCT.md (#95)

  • CHORE: Create Makefile (#93)

  • CHORE: Setup GitHub Action to Publish on Release (#94)

  • CHORE: Delete issue templates (#97)