-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jun 25, 2024
1 parent
023907f
commit e5986aa
Showing
3 changed files
with
64 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# CHANGELOG | ||
|
||
## v0.4.1 (2024-06-25) | ||
|
||
### Fix | ||
|
||
* fix(boxplot): support seaborn axes flip (#56) ([`023907f`](https://github.com/xability/py_maidr/commit/023907fd2482631c42803c7504bf9b838fb035c6)) | ||
|
||
## v0.4.0 (2024-06-16) | ||
|
||
|
@@ -12,7 +16,6 @@ | |
|
||
* fix(example): take out unused param from seaborn barplot example ([`a58001d`](https://github.com/xability/py_maidr/commit/a58001d06f19756ac9a625257301482a75c9dc6e)) | ||
|
||
|
||
## v0.3.0 (2024-06-11) | ||
|
||
### Breaking | ||
|
@@ -23,29 +26,29 @@ | |
|
||
* chore(deps-dev): bump black from 23.3.0 to 24.3.0 (#45) | ||
|
||
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. | ||
- [Release notes](https://github.com/psf/black/releases) | ||
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) | ||
- [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: black | ||
dependency-type: direct:development | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> | ||
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. | ||
- [Release notes](https://github.com/psf/black/releases) | ||
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) | ||
- [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: black | ||
dependency-type: direct:development | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`53818c9`](https://github.com/xability/py_maidr/commit/53818c9478301376461e64d1cf5a5d32ef730df2)) | ||
|
||
### Ci | ||
|
||
* ci: add workflow for publishing docs (#44) | ||
|
||
`docs.yml` automates the publishing of py-maidr documentation to GitHub Pages. This builds the | ||
static sources using `quarto` for the website and `quartodoc` for the API Reference. | ||
The rendering and publishing are accomplished using Quarto's github actions, which can be found | ||
at https://github.com/quarto-dev/quarto-actions. | ||
|
||
`docs.yml` automates the publishing of py-maidr documentation to GitHub Pages. This builds the | ||
static sources using `quarto` for the website and `quartodoc` for the API Reference. | ||
The rendering and publishing are accomplished using Quarto's github actions, which can be found | ||
at https://github.com/quarto-dev/quarto-actions. | ||
|
||
Resolves: #43 ([`a6c5886`](https://github.com/xability/py_maidr/commit/a6c5886cc66339eabdfac3c8dc8bb10ee2c037c6)) | ||
|
||
### Fix | ||
|
@@ -54,32 +57,31 @@ Resolves: #43 ([`a6c5886`](https://github.com/xability/py_maidr/commit/a6c5886cc | |
|
||
* fix: remove docs (#48) ([`9b8cae5`](https://github.com/xability/py_maidr/commit/9b8cae5c1e4071be6edbfdbab8f4b498516f9caf)) | ||
|
||
|
||
## v0.2.0 (2024-05-16) | ||
|
||
### Ci | ||
|
||
* ci: setup release pipeline (#42) | ||
|
||
`release.yml` configures the github workflow to lint the commit message, format of the code, | ||
and the unit tests. After successfully completing those jobs, the pipeline builds the package, | ||
updates the semantic version according to the commit message and publishes to the GitHub | ||
Release as well as to the PyPi. | ||
|
||
`release.yml` configures the github workflow to lint the commit message, format of the code, | ||
and the unit tests. After successfully completing those jobs, the pipeline builds the package, | ||
updates the semantic version according to the commit message and publishes to the GitHub | ||
Release as well as to the PyPi. | ||
|
||
Resolves: #41 ([`634f91c`](https://github.com/xability/py_maidr/commit/634f91cdf5a806f2b451727ccc94b970c7af6a90)) | ||
|
||
* ci: setup pr github workflow (#40) | ||
|
||
Combined the black, commit-message-lint, and the unit test workflow into one called ci.yml. This is beneficial because it could be reused in the release pipeline. | ||
|
||
Combined the black, commit-message-lint, and the unit test workflow into one called ci.yml. This is beneficial because it could be reused in the release pipeline. | ||
|
||
Resolves: #39 ([`4ea4bb6`](https://github.com/xability/py_maidr/commit/4ea4bb6de14854dec9234dc36938d24ed04e9902)) | ||
|
||
### Documentation | ||
|
||
* docs: add quarto and quartodoc for static website (#38) | ||
|
||
`_quarto.yml` includes the base structure of the static website with a navbar and the main site. The navbar includes 'Overview', 'Get Started', and 'API Referece' sections, which are structured in `_index.qmd`, `_get_started.qmd`, and the quartodoc section of `_quarto.yml` respectively. Currently, the 'Overview' and 'Get Started' sections are left empty, which will be generated in the upcoming releases. The 'API Reference' section will include the docstring in a neat format generated by `quartodoc`. | ||
|
||
`_quarto.yml` includes the base structure of the static website with a navbar and the main site. The navbar includes 'Overview', 'Get Started', and 'API Referece' sections, which are structured in `_index.qmd`, `_get_started.qmd`, and the quartodoc section of `_quarto.yml` respectively. Currently, the 'Overview' and 'Get Started' sections are left empty, which will be generated in the upcoming releases. The 'API Reference' section will include the docstring in a neat format generated by `quartodoc`. | ||
|
||
Resolves: #17 ([`011b1b2`](https://github.com/xability/py_maidr/commit/011b1b2b916df3036644d43cd6741f663ca64bc3)) | ||
|
||
* docs: add docstring (#34) ([`59f0ca1`](https://github.com/xability/py_maidr/commit/59f0ca1551643f9077fe2891af153e5038ddefe8)) | ||
|
@@ -88,15 +90,14 @@ Resolves: #17 ([`011b1b2`](https://github.com/xability/py_maidr/commit/011b1b2b9 | |
|
||
* feat: use htmltools instead of str (#33) | ||
|
||
* feat: use htmltools instead of str | ||
|
||
* feat: show html using htmltools | ||
|
||
* feat: use htmltools instead of str | ||
|
||
* feat: show html using htmltools | ||
|
||
* chore: move mixin to utils package ([`8b0a838`](https://github.com/xability/py_maidr/commit/8b0a838bf7cd73ecd5e036d9be28e8ed0523a9ed)) | ||
|
||
* feat(boxplot): support matplotlib library (#32) ([`060ccfd`](https://github.com/xability/py_maidr/commit/060ccfda80bb168df00c78354b543dbd72c24f1b)) | ||
|
||
|
||
## v0.1.2 (2024-05-13) | ||
|
||
### Chore | ||
|
@@ -156,18 +157,18 @@ Fixes #5 ([`f1babab`](https://github.com/xability/py_maidr/commit/f1babab54ba44f | |
|
||
* docs: add documentation for classes and methods (#16) | ||
|
||
* docs: add documentation for classes and methods, following numpy docstring style | ||
|
||
* fix: convert maidr data to numpy array | ||
|
||
* docs: add docstring | ||
|
||
* chore: change | none to optional typing | ||
|
||
* chore: rever to | none typing | ||
|
||
--------- | ||
|
||
* docs: add documentation for classes and methods, following numpy docstring style | ||
|
||
* fix: convert maidr data to numpy array | ||
|
||
* docs: add docstring | ||
|
||
* chore: change | none to optional typing | ||
|
||
* chore: rever to | none typing | ||
|
||
--------- | ||
|
||
Co-authored-by: SaaiVenkat <[email protected]> ([`4b5387e`](https://github.com/xability/py_maidr/commit/4b5387e0026b375e37e9097a4abaad7c8d110f94)) | ||
|
||
* docs: update installation instructions in README.md ([`a5134ed`](https://github.com/xability/py_maidr/commit/a5134ed20d544220cee4f89ae132b750a8005807)) | ||
|
@@ -194,8 +195,8 @@ Co-authored-by: SaaiVenkat <[email protected]> ([`4b5387e`](https:/ | |
|
||
* feat: redesign python binder (#10) | ||
|
||
* feat: redesign python binder | ||
|
||
* feat: redesign python binder | ||
|
||
* docs: add example bar plot ([`2fe4901`](https://github.com/xability/py_maidr/commit/2fe490158c7cba8fb40d939a079e4c0817ed349a)) | ||
|
||
### Fix | ||
|
@@ -210,20 +211,20 @@ Co-authored-by: SaaiVenkat <[email protected]> ([`4b5387e`](https:/ | |
|
||
* test(barplot): add unit tests for barplot (#20) | ||
|
||
* test(barplot): add unit tests for barplot | ||
|
||
* chore: add mocks for inputs | ||
|
||
* test: add common fixtures | ||
|
||
* chore: correct test input | ||
|
||
* test: add unit tests for bar plot | ||
|
||
* test: add tox workflow | ||
|
||
* test: add correct python version | ||
|
||
* test(barplot): add unit tests for barplot | ||
|
||
* chore: add mocks for inputs | ||
|
||
* test: add common fixtures | ||
|
||
* chore: correct test input | ||
|
||
* test: add unit tests for bar plot | ||
|
||
* test: add tox workflow | ||
|
||
* test: add correct python version | ||
|
||
* test: remove non-deterministic assert comment ([`af81cd9`](https://github.com/xability/py_maidr/commit/af81cd935a5bfc1f76c43e4ed16665d11c383605)) | ||
|
||
### Unknown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.4.0" | ||
__version__ = "0.4.1" | ||
|
||
from .core import Maidr | ||
from .core.enum import PlotType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ authors = [ | |
"JooYoung Seo <[email protected]>", | ||
"Saairam Venkatesh <[email protected]>" | ||
] | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
classifiers = [ | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Financial and Insurance Industry", | ||
|