Skip to content

Commit

Permalink
Beta released, tag updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinR committed Feb 11, 2024
1 parent 8f26040 commit efd27f3
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 93 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.

The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.0 - TBD
## 1.0.0 - 2024-02-11
- Moving Into BETA
- Added CandleManager
- CandleManger replaces List[Candle] to manage Candles and controls CandlestickTypes, timeframes and lifespan
- Added CandlestickType
Expand All @@ -19,8 +20,8 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
- Added Heikin-Ashi candlestick conversion
- Added better config inheritance from Hexital to Indicators
- Added calculate_index to hexital
- Added ability to call the movement methods from Hexital and Indicator for easier usage
- above, below, cross, crossover, etc..
- Added ability to call the movement and pattern methods from Hexital and Indicator for easier usage
- above, below, cross, crossover, doji, hammer, etc..
- Added sanitise_name to convert '.' to ',' to support name nesting
- Added more Exceptions to improve error's
- Added Candle ability to accept json str timestamp, therefore allowing direct conversion from Pandas -> Hexital
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
[![Unit Tests - Master](https://github.com/MerlinR/Hexital/actions/workflows/unit_test.yaml/badge.svg?branch=master)](https://github.com/MerlinR/Hexital/actions/workflows/unit_test.yaml)
[![Unit Tests - Dev](https://github.com/MerlinR/Hexital/actions/workflows/unit_test.yaml/badge.svg?branch=development)](https://github.com/MerlinR/Hexital/actions/workflows/unit_test.yaml)

# `Alpha Development`
Note: Extremely early stages and likely change drastically, including core functionality and methods.
Will leave Alpha into Beta when Candlestick re-painting framework is in and happy with user interaction convenience.
# `Beta`
Note: Hexital has entered Beta mode, being all Major features are implemented and not expected to have drastic changes. Future changes would include bug fixes, QOL additions and implementation of new Indicators, Candlestick patterns, movements and Candlestick types.

# Hexital
`Hexital` is a Python library implementing financial indicators for technical analysis. The distinctive feature of the library is its incremental computation of indicators which is designed to fit real-time applications or applications with iterative input in general.
Expand Down
Loading

0 comments on commit efd27f3

Please sign in to comment.