Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmekik committed Jan 17, 2021
1 parent 8713ee0 commit 15d9e5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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
## [v0.16.0] (2021-01-17)

### Added

Expand All @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Constructs now connect directly to each other.
- Replaced `SymbolTries` in inputs and outputs with flat mappings from symbolic addresses to numdicts.
- Renamed `BLADrivenStrengths` to `BLAStrengths`
- Combined `BLAInvocationTracker` and `BLADrivenDeleter` into `BLAMaintainer`
- Renamed `ReniforcementMap` to `ReinforcementDomain`.
Expand All @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- `SymbolTrie`
- `RegisterArrayBLAUpdater`, added BLA support to `Register` and `RegisterArray` instead (see added)
- `Updater` and all child abstractions.
- `Cycle` and all child classes and submodule `components.cycles`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="pyClarion",
version="0.15.0",
version="0.16.0",
author="Can Serif Mekik",
author_email="can.mekik@gmail.com",
description=description,
Expand Down

0 comments on commit 15d9e5d

Please sign in to comment.