Releases: alvarobartt/trendet
Releases · alvarobartt/trendet
v0.7 - Beta Release
Release Features:
- Function
identify_df_trends()
was not using properly the parametercolumn
, since it was not being taken into consideration as it was being replaced by'Close'
, it has already been fixed. - Installation was erroring due to an error on the
requirements.txt
file, so it has been fixed and trendet can be now installed easily and without problems.
Information
Anyway, feel free to open as many issues as you think the package needs in order to improve trendet! Any kind of help is appreciated since this is an Open Source project.
v0.6 - Beta Release
Release Features:
- The presented plot in README.md and in the Documentation Usage section had a minor error since weekends data was displayed even though the stock market is closed on weekends, so it has been fixed by @dvidgar, and the Pull Request have been merged into the master branch.
- As I changed my username from @/alvarob96 to @alvarobartt, changes were required to be applied to URLs and references.
- Also, investpy's version was not updated so the used version was an old one, and so as to keep some sort of consistency between investpy, pyrtfolio and trendet, it has been updated and all the function calls have been migrated so to fit 0.9.14 version.
- Python 3.8 has been covered since it is starting to be widely used and, so on, coverage of Python 3.5 has been removed since some F-strings are used while debugging.
- Some minor errors and bugs have been fixed too!
Information
Anyway, feel free to open as many issues as you think the package needs in order to improve trendet! Any kind of help is appreciated since this is an Open Source project.
v0.5 - Alpha Release
updated docs/& release 0.5 setup
v0.4 - Alpha Release
Merge branch 'master' of https://github.com/alvarob96/trendet
v0.3 - Alpha Release
several changes - add identify_all_trends function - handled overlapped trends - identify_trends modified to adapt to overlapped trends handling - tests updated to cover trendet - updated docs
v0.2 - Alpha Release
added up trends & 0.2 minor fix/setup - add both up and down trends as on 0.1 version just down trends were considered - sample code updated (usage) - created sample trendet gist (https://gist.github.com/alvarob96/98f94dcfec59f78a16ad2edbf464ce75) - minor changes on docs
v0.1 - Alpha Release
removed .idea files