Skip to content

Commit

Permalink
Add version compatibility to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss authored and hunse committed Nov 26, 2020
1 parent f735460 commit 379862e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Release history
3.4.0 (unreleased)
------------------

*Compatible with Nengo 3.0.0 - 3.1.0*

*Compatible with TensorFlow 2.2.0 - 2.4.0*

**Added**

- Added support for `KerasSpiking <https://www.nengo.ai/keras-spiking/>`_ layers in
Expand Down Expand Up @@ -56,6 +60,10 @@ Release history
3.3.0 (August 14, 2020)
-----------------------

*Compatible with Nengo 3.0.0*

*Compatible with TensorFlow 2.2.0 - 2.3.0*

**Added**

- Added support for new Nengo core ``NeuronType`` state implementation. (`#159`_)
Expand Down Expand Up @@ -131,6 +139,10 @@ Release history
3.2.0 (April 2, 2020)
---------------------

*Compatible with Nengo 3.0.0*

*Compatible with TensorFlow 2.0.0 - 2.2.0*

**Added**

- Added ``nengo_dl.LeakyReLU`` and ``nengo_dl.SpikingLeakyReLU`` neuron models.
Expand Down Expand Up @@ -219,6 +231,10 @@ Release history
3.1.0 (March 4, 2020)
---------------------

*Compatible with Nengo 3.0.0*

*Compatible with TensorFlow 2.0.0 - 2.1.0*

**Added**

- Added ``inference_only=True`` option to the Converter, which will allow some
Expand Down Expand Up @@ -264,6 +280,10 @@ Release history
3.0.0 (December 17, 2019)
-------------------------

*Compatible with Nengo 3.0.0*

*Compatible with TensorFlow 2.0.0*

There are a lot of **breaking changes** in NengoDL 3.0. See the `migration guide
<https://www.nengo.ai/nengo-dl/migration-guide.html#nengodl-2-to-3>`_ for all the
details.
Expand Down Expand Up @@ -446,13 +466,21 @@ details.
2.2.2 (November 20, 2019)
-------------------------

*Compatible with Nengo 2.8.0 - 3.0.0*

*Compatible with TensorFlow 1.4.0 - 2.0.0*

**Fixed**

- Compatibility with Nengo 3.0 release

2.2.1 (October 2, 2019)
-----------------------

*Compatible with Nengo 2.8.0*

*Compatible with TensorFlow 1.4.0 - 2.0.0*

**Changed**

- Update testing framework to use new nengo pytest ecosystem (``pytest-rng``,
Expand All @@ -468,6 +496,10 @@ details.
2.2.0 (July 24, 2019)
---------------------

*Compatible with Nengo 2.8.0*

*Compatible with TensorFlow 1.4.0 - 2.0.0*

**Added**

- Added a
Expand Down

0 comments on commit 379862e

Please sign in to comment.