The NetBSD Project

CVS log for pkgsrc/finance/py-alphalens/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / finance / py-alphalens

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 20 16:10:37 2024 UTC (15 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
py-alphalens: fix build with Python 3.12

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 5 14:50:00 2022 UTC (3 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
py-alphalens: updated to 0.4.0

v0.4.0
This is a minor release from 0.3.6 that includes bugfixes, performance improvements, and build changes.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:26:03 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
finance: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:53:52 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
finance: Remove SHA1 hashes for distfiles

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 17 05:31:49 2019 UTC (5 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
py-alphalens: updated to 0.3.6

v0.3.6
Add option to compute forward returns non-cumulatively

v0.3.5
This is a minor release from 0.3.4 that includes bugfixes, speed enhancement and compatibility with more recent pandas versions. We recommend that all users upgrade to this version.

v0.3.4
This is a minor release from 0.3.3 that includes bugfixes, small enhancements and backward compatibility breakages. We recommend that all users upgrade to this version.

v0.3.3
TEST: added tests for perf.mean_return_by_quantile

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 5 09:21:29 2018 UTC (6 years, 10 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
finance/py-alphalens: Update to 0.3.2

New features since 0.2.1:
- Integration with Pyfolio. It is now possible to simulate a portfolio
  using the input alpha factor and analyze the performance with
  Pyfolio.
- Added new API utils.get_clean_factor to run Alphalens with returns
  instead of prices
- Changed color palette to improve the visual experience for
  colorblind users
- Standard deviation bars optional in
  tears.create_event_returns_tear_sheet
- Alphalens now properly handles intraday factors

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 2 20:17:54 2018 UTC (7 years, 3 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
finance/py-alphalens: Update to 0.2.1

New features since 0.1.0:
- Added event study analysis: an event study is a statistical method
  to assess the impact of a particular event on the value of equities
  and it is now possible to perform this analysis through the API
  alphalens.tears.create_event_study_tear_sheet. Check out the
  relative NoteBook in the example folder.
- Added support for group neutral factor analysis (group_neutral
  argument): this affects the return analysis that is now able to
  compute returns statistics for each group independently and
  aggregate them together assuming a portfolio where each group has
  equal weight.
- utils.get_clean_factor_and_forward_returns has a new parameter
  max_loss that controls how much data the function is allowed to drop
  due to not having enough price data or due to binning errors
  (pandas.qcut). This gives the users more control on what is
  happening and also avoid the function to raise an exception if the
  binning doesn't go well on some values.
- Greatly improved API documentation

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:31:35 2017 UTC (7 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
finance/py-alphalens: version 0.1.1

Alphalens is a Python Library for performance analysis of predictive
(alpha) stock factors. Alphalens works great with the Zipline open
source backtesting library, and Pyfolio which provides performance and
risk analysis of financial portfolios.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>