Skfolio

Latest version: v0.1.3

Safety actively analyzes 623642 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.1.3

Chore

* chore(docs): contributing.md ruff cmd [skip ci] ([`4982e27`](https://github.com/skfolio/skfolio/commit/4982e274c9bce4813e3ef1e2f10dd6a299876324))

* chore(formatter): replaced black formatter by ruff formatter (37)

* chore(ruff): removed duplicated rule.

* chore(formatter): dropped black formatter.

* ci(tests): added a format step to the tests job.

* chore(ruff): fix line_length discrepancy.

* chore(ruff): ignored redudant rules.

* refactor(src): fix UP032.

* style: one shot ruff formatting. ([`3ee55f4`](https://github.com/skfolio/skfolio/commit/3ee55f4829c16402136844ecbe01ac26425ce3e5))

* chore(ruff): updated ruff&39;s pyproject conf ([`4e68a8b`](https://github.com/skfolio/skfolio/commit/4e68a8b21f631dd392a0231a2343ebbac0dc03ea))

* chore(docs): Bibtex entry corrected [skip ci] ([`1b0c881`](https://github.com/skfolio/skfolio/commit/1b0c8811fe1d7f2dc6aef31bf82e9694a59617b5))

Fix

* fix(ruff): file reformatting to pass ruff format ([`f7a34b5`](https://github.com/skfolio/skfolio/commit/f7a34b536fe2769f7281cd0c14d7899d45972b92))

* fix(datasets): move datasets to another repo (skfolio-datasets) ([`4b31e7d`](https://github.com/skfolio/skfolio/commit/4b31e7d5186052f63ab3f8df3bfcfdecde85edc6))

Unknown

* Merge pull request 42 from skfolio/feature/no-issue/skfolio-datasets

[ENH] Move datasets to another repo (skfolio-datasets) ([`c10158b`](https://github.com/skfolio/skfolio/commit/c10158bc4d28b80773641b34a7aa960172585fa9))

* Merge pull request 35 from vacarme/chore/issue-34/update-ruff-conf [skip ci]

[MNT] Updated ruff&39;s pyproject section. ([`db3c56d`](https://github.com/skfolio/skfolio/commit/db3c56df5acd1852581b6ae7349b5c806ca9838c))

0.1.2

Chore

* chore(docs): removed all-contributors [skip ci] ([`3b4dcf1`](https://github.com/skfolio/skfolio/commit/3b4dcf10f54b0d6df49b85d5b3931457a724a395))

* chore(docs): typo in example [skip ci] ([`6e7cb36`](https://github.com/skfolio/skfolio/commit/6e7cb3613323eefef68865c62db3e5d19c70fc4e))

* chore(docs): CONTRIBUTING.md improved [skip ci] ([`8955fed`](https://github.com/skfolio/skfolio/commit/8955fedc2a293066922c5e40029080a59d852e81))

* chore(docs): pip install in contributing.md [skip ci] ([`51a91b6`](https://github.com/skfolio/skfolio/commit/51a91b6a70bf28f4207e0333e44ad48f36a822a0))

Fix

* fix(portfolio): add effective number of assets ([`f4dbc5f`](https://github.com/skfolio/skfolio/commit/f4dbc5f6c904a14d6244a7c389cadfc28ba344ea))

Unknown

* v0.1.2 [skip ci]

Automatically generated by python-semantic-release ([`7ae2b4c`](https://github.com/skfolio/skfolio/commit/7ae2b4c81e44ec006bd99bf8f68b31b98a31a1d2))

* Merge pull request 31 from skfolio/feature/issue-13/effective-number-assets

[ENH] Add effective number of assets ([`22f7b69`](https://github.com/skfolio/skfolio/commit/22f7b6933dd6014fee725769d202c68018505c9c))

0.1.1

Fix

* fix(optimization): left_inequality and right_inequality converted to numpy array ([`18073ad`](https://github.com/skfolio/skfolio/commit/18073adeba18a455a4cdd163c84e9833432dc890))

Unknown

* v0.1.1 [skip ci]

Automatically generated by python-semantic-release ([`1b312ac`](https://github.com/skfolio/skfolio/commit/1b312ac8180434a2df1d1e415b7f1be75ce43b02))

0.1.0

Chore

* chore(docs): readme badge and logo improved [skip ci] ([`9c5238d`](https://github.com/skfolio/skfolio/commit/9c5238da0d0895be979a746ec3ea571e84cda0dd))

Feature

* feat(measure): effective number of assets [skip ci]

* Implemented effective number of assets in the _measures as described in issue 13. Needs to review in the metrics enum.

* Update src/skfolio/measures/_measures.py

Fixed docstring with proper references

Co-authored-by: Hugo Delatte <delatte.hugogmail.com>

---------

Co-authored-by: carlo <c.nicoliniipazia.com>
Co-authored-by: Hugo Delatte <delatte.hugogmail.com> ([`62692ef`](https://github.com/skfolio/skfolio/commit/62692ef757d90f52b984e859ec69a38c0151d9d7))

Fix

* fix(portfolio): len method removed and number of assets fixed ([`16205d5`](https://github.com/skfolio/skfolio/commit/16205d5f96eeff841a517c0f1716ae1603090f5f))

Unknown

* v0.1.0 [skip ci]

Automatically generated by python-semantic-release ([`d0c3eb1`](https://github.com/skfolio/skfolio/commit/d0c3eb183811565c74392a876400a0f68acb6575))

* Merge pull request 21 from skfolio/fix/issue-19/number-of-assets

[BUG] Number of Assets and Portfolio len ([`1c8b357`](https://github.com/skfolio/skfolio/commit/1c8b357324407e63b4ce18b73d7aa9572cfc8f41))

0.0.11

Chore

* chore(docs): codecov badge [skip ci] ([`b369e87`](https://github.com/skfolio/skfolio/commit/b369e8770265762abdfa7a5798ce4b2c40e308d8))

* chore(docs): add derivative work credits

* chore(docs): add derivative work credits

* chore(docs): add more derivative work credits

* chore(docs): add author ([`c2fdd82`](https://github.com/skfolio/skfolio/commit/c2fdd820f47ba62cf79a9581241ebb682180cc89))

* chore(docs): fix typo [skip ci]

* fix(typos): fix typos

* docs: add rriski as a contributor ([`e1e202a`](https://github.com/skfolio/skfolio/commit/e1e202a7d16210dd0d8c333887e1ef3e8499fa6e))

* chore(readme): download badge [skip ci] ([`6dc7957`](https://github.com/skfolio/skfolio/commit/6dc79570a1583e6d148260a2efa7ae7ea95c4b1b))

* chore(readme): ruff and website badges [skip ci] ([`73e7c0e`](https://github.com/skfolio/skfolio/commit/73e7c0ec1365c85d25cb6977dda75cadb78d4fb9))

Fix

* fix(plotly): fix ruff in _dendrogram.py ([`0c2c59e`](https://github.com/skfolio/skfolio/commit/0c2c59eeb70ad1709f64579933959f3166a3de28))

* fix(docs): ignore FutureWarnings in sphinx gallery examples ([`46db794`](https://github.com/skfolio/skfolio/commit/46db794937b29bb2ae59cb0a0d26281fabcbe7b7))

* fix(returns): pandas concat replaced by join ([`35f87b0`](https://github.com/skfolio/skfolio/commit/35f87b05ad2479925fe2123d6fdd9c83666e47c0))

* fix(plotly): dendrogram fixes added ([`374154e`](https://github.com/skfolio/skfolio/commit/374154e156b199c8328e2aa06ab5d9685a0c6472))

* fix(measure): default trading days in a year amended from 255 to 252 ([`796ed1e`](https://github.com/skfolio/skfolio/commit/796ed1edb2717cac2473bc9c6bb28a2aeff6234a))

Unknown

* v0.0.11 [skip ci]

Automatically generated by python-semantic-release ([`7f98efb`](https://github.com/skfolio/skfolio/commit/7f98efb5e7b6974497e326f7781a63d574d4077e))

* Merge pull request 20 from skfolio/fix/issue-11/business-days-in-year

[BUG] Default trading days in a year amended from 255 to 252 ([`8334c7b`](https://github.com/skfolio/skfolio/commit/8334c7befcced887a00ac940198ef008fb78d9fd))

* Merge remote-tracking branch &39;origin/main&39; into main ([`1adcdd3`](https://github.com/skfolio/skfolio/commit/1adcdd39cfc7cf95050bedb69f8901b28c82ed3a))

0.0.10

Chore

* chore(docs): contributing [skip ci] ([`a1e79d3`](https://github.com/skfolio/skfolio/commit/a1e79d3cf732467dcd078cd414b466b889a2b1c5))

* chore(docs): readme updated [skip ci] ([`6272852`](https://github.com/skfolio/skfolio/commit/6272852ac77ad7fdfd3069e80f0bd2cd2de79c6b))

Fix

* fix(population): lint noqa A003 not used [skip ci] ([`651a729`](https://github.com/skfolio/skfolio/commit/651a72947dbd2d22cedd0199131e4bd88eda92f5))

Unknown

* v0.0.10 [skip ci]

Automatically generated by python-semantic-release ([`6d32c44`](https://github.com/skfolio/skfolio/commit/6d32c445ff216786778a2d085bcf5efe1ebaab9b))

* [BUG]: estimator nomenclature typo (10)

* fix: detoning typo

* Update index.rst

* fix: detoning ([`60cd559`](https://github.com/skfolio/skfolio/commit/60cd559594ef92ee053f6a432cbf280f60bddde2))

* Merge remote-tracking branch &39;origin/main&39; into main ([`29cef24`](https://github.com/skfolio/skfolio/commit/29cef2485c8b9b9ce3d409724fde96678059be82))

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.