Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2 release #162

Merged
merged 25 commits into from
Nov 13, 2023
Merged

4.2 release #162

merged 25 commits into from
Nov 13, 2023

Conversation

DeepSpace2
Copy link
Owner

No description provided.

DeepSpace2 and others added 24 commits June 15, 2022 16:57
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

depen update(deps): bump sphinx from 5.0.1 to 5.0.2
Added support for controlling individual borders styles
* Improved contributing.md

* Linked CONTRIBUTING.md in README.md
…7_improve_example

Improve example code in README.md
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.2.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.0.2...v5.2.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

depen update(deps): bump sphinx from 5.0.2 to 5.2.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.2.2...v5.2.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

depen update(deps): bump sphinx from 5.2.2 to 5.2.3
…er_format` to `date_format` (where applicable).

Closes #148
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.2.3...v5.3.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

depen update(deps): bump sphinx from 5.2.3 to 5.3.0
* depen update(deps): bump sphinx from 5.3.0 to 7.2.6

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.2.6.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v5.3.0...v7.2.6)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Added same versions pin to docs/requirements.txt to match setup.py

* Revert "Added same versions pin to docs/requirements.txt to match setup.py"

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DeepSpace2 <6841988+DeepSpace2@users.noreply.github.com>
* depen update(deps): update pandas requirement from <2 to <3

Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@0.3.0...v2.1.2)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

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

* Fixed ExcelWriter.save to .close aliasing DataFrame applymap to DataFrame.map

* Using .iloc in tests to access series by position due to deprecation in pandas > 2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DeepSpace2 <6841988+DeepSpace2@users.noreply.github.com>
Co-authored-by: Adi Vaknin <DeepSpace2@users.noreply.github.com>
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (c8a1117) 90.51% compared to head (f5aafe9) 90.66%.

❗ Current head f5aafe9 differs from pull request most recent head 2052ed0. Consider uploading reports for the commit 2052ed0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   90.51%   90.66%   +0.14%     
==========================================
  Files          18       18              
  Lines        1529     1564      +35     
==========================================
+ Hits         1384     1418      +34     
- Misses        145      146       +1     
Files Coverage Δ
styleframe/__init__.py 100.00% <100.00%> (ø)
styleframe/command_line/commandline.py 78.72% <100.00%> (-1.07%) ⬇️
styleframe/tests/style_frame_tests.py 99.42% <100.00%> (+0.03%) ⬆️
styleframe/utils.py 99.14% <100.00%> (+0.03%) ⬆️
styleframe/version.py 93.75% <100.00%> (ø)
styleframe/style_frame.py 86.65% <95.45%> (+0.72%) ⬆️
styleframe/styler.py 78.62% <72.22%> (-1.24%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DeepSpace2 DeepSpace2 merged commit 26a2b9c into master Nov 13, 2023
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants