v0.4.0
v0.4.0 (2024-02-22)
Breaking
- build: drop python 3.8 support
BREAKING CHANGE: (77cc15d
)
Build
-
build: add support for Python 3.12 (
b0b058a
) -
build: add binder env (
60f15b7
) -
build: update pyproj specs (
e70c4bc
) -
build: add/remove dev dependencies (
ec831f3
) -
build: add doc dependencies (
d62d855
)
Chore
-
chore: automatically updating changelog [skip ci] (
50898ac
) -
chore: fixing semantic release action (
cfcfdf1
) -
chore: trying to fix semantic-release action (
75cadc3
) -
chore: manually update GH action and pre-commit versions (
46d9357
) -
chore: update changelog template (
d20c603
) -
chore: delete tmp optuna file in test (
9b266aa
) -
chore: gitignore vscode settings (
ad5ab8e
) -
chore: remove unnecessary files (
74b63ae
) -
chore: list packages after install in test GHA (
35f05e5
) -
chore: include all optimization deps in testing env (
cb2f091
) -
chore: add optuna to test deps (
89e2447
) -
chore: update GHA test env (
70fcbf7
) -
chore: revert to mamba for GHA test env (
45c9b7b
) -
chore: add make command for GHA test env (
9f598bd
) -
chore: upgrade pip for GHA test env (
e89ba32
) -
chore: include setuptools in GHA test env (
aa9e569
) -
chore: fix typo in pre-commit (
b05bab5
) -
chore: ignore bib in pre-commit (
ecd6d93
) -
chore: ignore changelog template in pre-commit (
23ed7d4
) -
chore: update changelog template (
f3a3c9c
) -
chore: remove old push GHA (
9e2088d
) -
chore: replace mamba with pip for GHA test env install (
421cffe
) -
chore: rename release GHA (
32b6c3a
) -
chore: add semantic release GHA (
204c7a7
) -
chore: update pre-commit config (
e2dbcdd
) -
chore: add make commands (
98d6069
) -
chore: update RTD env and add make command (
83d4199
) -
chore: change dependa-bot updates to monthly (
3284324
) -
chore: update from antarctic-plots to polartoolkit (
16bf313
)
Documentation
-
docs: rerun all user guide notebooks (
d8688f2
) -
docs: fix incorrect reference styles (
93b6cfc
) -
docs: fix bibliography references (
606c936
) -
docs: fix rtd.yml (
36376d7
) -
docs: use pip to install RTD env (
27c063a
) -
docs: switch from autodoc to autoapi (
e182bac
) -
docs: add binder link to docs (
ddb80d3
) -
docs: add reference .bib and md file (
048933e
) -
docs: update install instructions (
5c051a4
) -
docs: add a discretization user guide (
8562c06
) -
docs: move contributing guide (
8d30cda
) -
docs: enable nbgallery for user guide (
2bcc0aa
) -
docs: enable binder links (
e134b4a
)
Feature
- feat: add plotting options to show_prism_layers (
8c1874e
)
Fix
- fix: resolve permission denied windows error in optuna test (
1084b56
)