Skip to content

Releases: alvarobartt/trendet

v0.7 - Beta Release

28 Jun 17:29
Compare
Choose a tag to compare

Release Features:

  • Function identify_df_trends() was not using properly the parameter column, 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.

Contact me via email, via LinkedIn or via GitHub.

v0.6 - Beta Release

09 Apr 10:04
Compare
Choose a tag to compare

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.

Contact me via email, via LinkedIn or via GitHub.

v0.5 - Alpha Release

16 Sep 12:25
Compare
Choose a tag to compare
updated docs/& release 0.5 setup

v0.4 - Alpha Release

28 Aug 16:45
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/alvarob96/trendet

v0.3 - Alpha Release

23 Aug 17:42
Compare
Choose a tag to compare
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

22 Aug 18:50
Compare
Choose a tag to compare
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

21 Aug 16:27
Compare
Choose a tag to compare
removed .idea files