Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDelatte committed Dec 18, 2023
2 parents 6d9eb09 + ba12c8d commit 9c75a05
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# CHANGELOG



## v0.0.2 (2023-12-18)

### Chore

* chore(docs): docs workflow ([`edfeb41`](https://github.com/skfolio/skfolio/commit/edfeb417adb2d09ec38ed123a4f2fc5eaf2cbfcc))

* chore(workflow): coverage report ([`f52ee96`](https://github.com/skfolio/skfolio/commit/f52ee968a5c67bfbd366945fe2376b8e9c6a7c5b))

### Fix

* fix(tests): linux dataset path PermissionError ([`82017fe`](https://github.com/skfolio/skfolio/commit/82017fef7d6e7b17f5f2316ea7567d6483441f41))

* fix(dataset): download dataset from github ([`2f0ff50`](https://github.com/skfolio/skfolio/commit/2f0ff50f8715dd3598ca4ccb7138659957967aeb))

* fix(convex): solver changed from ECOS/ECS to CLARABEL ([`1f05907`](https://github.com/skfolio/skfolio/commit/1f05907a25ef1e880eecd75d921cf7e382d7f6f6))

### Unknown

* chore(workflow): ([`8e92dc3`](https://github.com/skfolio/skfolio/commit/8e92dc384fe68434d57c2b667e2609f2eeb23001))

* logo ([`edff0ca`](https://github.com/skfolio/skfolio/commit/edff0caa9401709e220b9590caf17b5fa49ebc10))


## v0.0.1 (2023-12-17)

### Unknown

* first commit ([`7eeb687`](https://github.com/skfolio/skfolio/commit/7eeb687f8889f3898965d3a1c7d29a10cf776178))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "skfolio"
version = "0.0.1"
version = "0.0.2"
maintainers = [
{ name = "Hugo Delatte", email = "delatte.hugo@gmail.com" },
]
Expand Down

0 comments on commit 9c75a05

Please sign in to comment.