Releases: dysonance/Temporal.jl
Releases · dysonance/Temporal.jl
v0.8.1
v0.8.0
- Performance improvements
- Dependency version compatibility improvements
- Code structure refactor/cleanup
- Some column naming convention changes/renaming
v0.7.0
Bugfix
Broadcasting, Bugfixes, and Documentation
- Broadcast functions on scalars to each element of a
TS
object - Fix bugs in indexing
- Add documentation
- Add test cases
Documentation Improvements and Bugfixes
- 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
- 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
- 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
Resolves issue with iterator protocol where the iteration would stop one row too soon. Resolves #34
Easier Column Renaming
Includes the change by @femtotrader on this pull request to close this issue.