Skip to content

Commit

Permalink
update to changelog and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmekik committed Dec 24, 2020
1 parent b38dfc3 commit ff6595e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.15.0] (2020-12-24)

### Added

Expand All @@ -23,14 +23,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Type `Inputs` to `SymbolTrie[NumDict]` to be more precise.
- `Chunks.link()` renamed `Chunks.define()` and returns a `chunk`.
- `Rules.link()` renamed `Rules.define()` and returns a `rule`.
- For `Chunks` and `Rules`: `request_update` renamed to `request_add`, `resolve_update_requests` renamed `resolve_requests`
- For `Chunks` and `Rules`: `request_update` renamed to `request_add`, `resolve_update_requests` renamed `step`
- `BLAs.update()` renamed `BLAs.step()`

### Fixed

- `Structure` output type.
- `PullFunc` output type.
- `PullFuncs` output type.
- Incorrect filtering behaviour for `MutableNumDict.keep()` and `MutableNumDict.drop()`.
- `Pruned.preprocess()`

### Removed

- `BLAs.request_reset()`

## [0.14.0] (2020-12-16)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="pyClarion",
version="0.14.0",
version="0.15.0",
author="Can Serif Mekik",
author_email="can.mekik@gmail.com",
description=description,
Expand All @@ -23,5 +23,5 @@
"Operating System :: OS Independent",
),
python_requires='>=3.7',
install_requires=[]
install_requires=["typing-extensions"]
)

0 comments on commit ff6595e

Please sign in to comment.