Skip to content

Releases: dysonance/Temporal.jl

v0.8.1

09 Jun 13:26
Compare
Choose a tag to compare

Upgrades HTTP dependency to version 0.9.

See Arkoniak/ProtoMarketData.jl#7 and #47.

v0.8.0

15 Sep 13:19
Compare
Choose a tag to compare

JuliaRegistries/General#21429

  • Performance improvements
  • Dependency version compatibility improvements
  • Code structure refactor/cleanup
  • Some column naming convention changes/renaming

v0.7.0

31 Oct 13:47
v0.7.0
Compare
Choose a tag to compare

v0.7.0 (2019-10-31)

Diff since v0.6.1

Merged pull requests:

Bugfix

18 Mar 22:52
Compare
Choose a tag to compare

Fix for bug in close price finding algorithm.

Broadcasting, Bugfixes, and Documentation

13 Feb 02:03
Compare
Choose a tag to compare
  • Broadcast functions on scalars to each element of a TS object
  • Fix bugs in indexing
  • Add documentation
  • Add test cases

Documentation Improvements and Bugfixes

30 Jan 23:36
Compare
Choose a tag to compare
  • Add function docstrings
  • Clean up documentation directory organization
  • Fix bug in show method when object has only one row
  • Fix bug introduced from deprecated string syntax used for column naming utilities

Named Tuple Conversion and Bugfixes

30 Jan 00:05
Compare
Choose a tag to compare
  • Added a constructor that takes in a NamedTuple object (addresses #33)
  • Fixed bug in the show method that cut off the top-level object metadata by printing too many rows

Yahoo API Bugfix

15 Jan 03:32
Compare
Choose a tag to compare
  • Fixes bug with Yahoo Finance API cookie crumb (thanks to @bisraelsen)
  • Fixed bug in cl function that would return the close column instead of adjusted close due to issue with regex

Iterator Bugfix

03 Dec 23:36
Compare
Choose a tag to compare

Resolves issue with iterator protocol where the iteration would stop one row too soon. Resolves #34

Easier Column Renaming

31 Oct 18:45
Compare
Choose a tag to compare

Includes the change by @femtotrader on this pull request to close this issue.