Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2021
1 parent e2b7a12 commit 743caa2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.4.1 (2021-11-14)

### Fix

- set factory args
- don't pass eras to predict method
- pass eras to scorers on call
- convert ndarray to series

## 1.4.0 (2021-11-11)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A set of modules for the [Numerai tournament](https://numer.ai/tournament).

## Installation
```sh
pip install nntm==1.4.0
pip install nntm==1.4.1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log_cli_level = "DEBUG"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.0"
version = "1.4.1"
version_files = [
"src/nntm/__init__.py",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/nntm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

logger = logging.getLogger(__name__)

__version__ = "1.4.0"
__version__ = "1.4.1"

__all__ = [
"datasets",
Expand Down

0 comments on commit 743caa2

Please sign in to comment.