Skip to content

Commit

Permalink
New version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Oct 27, 2023
1 parent 9c78801 commit d802042
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

For a long time I have not kept a log of the changes implemented in the different versions
of the openseries package. In this file I am attempting to rectify this somewhat.
However, unfortunately I do not have the resources to issue any form of guarantee that
this log will cover all changes, and I will not attempt to go back very far in history.
At some point I will also start documenting changes in release documentation instead.
At some point we will start documenting changes in release documentation instead.
For now this is the only place where we log summary descriptions.

## Version [1.4.0] - 2023-10-27

- More type/mypy cleanup
- Fixed file folder behaviour in plot methods and added test coverage for it
- Updated pandas again

## Version [1.3.9] - 2023-10-24

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ aligns with how we within our fund company's code base have a subclass of the
OpenTimeSeries with class methods for our different data sources. Combined with some
additional tools it allows us to efficiently present investment cases to clients.

The code snippet can be pasted into a Python console to run it. Install yfinance first.
The code snippet can be pasted into a Python console to run it.
Install openseries and yfinance first.

```python
from openseries.series import OpenTimeSeries
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Without an x next to a version below you can assume that it works as intended.

| Version | Supported |
|---------|--------------------|
| 1.4.0 | :white_check_mark: |
| 1.3.9 | :white_check_mark: |
| 1.3.8 | :white_check_mark: |
| 1.3.7 | :white_check_mark: |
| 1.3.6 | :white_check_mark: |
| < 1.3.6 | :x: |
| < 1.3.7 | :x: |

## Reporting a Vulnerability

Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openseries"
version = "1.3.9"
version = "1.4.0"
description = "Package for simple financial time series analysis."
authors = ["Martin Karrin <martin.karrin@captor.se>"]
repository = "https://github.com/CaptorAB/OpenSeries"
Expand Down Expand Up @@ -69,9 +69,6 @@ build-backend = "poetry.core.masonry.api"
in-project = true
path = "venv"

[poetry.virtualenvs.options]
no-pip = true

[tool.pytest.ini_options]
filterwarnings = [
"error",
Expand Down

0 comments on commit d802042

Please sign in to comment.