Skip to content

Commit

Permalink
Merge pull request #1464 from CamDavidsonPilon/v0.27.3
Browse files Browse the repository at this point in the history
V0.27.3
  • Loading branch information
CamDavidsonPilon authored Sep 25, 2022
2 parents 11c3545 + 3dee468 commit aa019b1
Show file tree
Hide file tree
Showing 13 changed files with 414 additions and 348 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: check-ast
Expand All @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/ambv/black
rev: 21.6b0
rev: 22.8.0
hooks:
- id: black
args: ["--line-length", "130"]
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

#### 0.27.3 - Upcoming

##### New features
- Fixed and silenced a lot of warnings

##### Bug fixes
- Migrate to newer Pandas `Styler` for `to_latex`

##### API Changes
- There were way too many functions on the summary objects, so I've hidden `to_*` on them.


#### 0.27.2 - 2022-09-07

##### Bug fixes
Expand Down
Loading

0 comments on commit aa019b1

Please # to comment.