Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ notifications:
on_failure: change
cache: pip

dist: trusty
dist: xenial

env:
global:
- SCRIPT="test"
- TEST_ARGS=""
- COV_CORE_SOURCE=nengo_fpga # early start pytest-cov engine
- COV_CORE_CONFIG=.coveragerc
- COV_CORE_DATAFILE=.coverage.eager
- BRANCH_NAME="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"

jobs:
Expand Down Expand Up @@ -52,7 +49,7 @@ before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.6" ]]; then
echo "Skipping bones-check because Python $TRAVIS_PYTHON_VERSION < 3.6";
else
bones-check;
bones-check --verbose;
fi
# display environment info
- pip freeze
Expand Down
73 changes: 28 additions & 45 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,106 +25,89 @@ Release History

- Setup Nengo Bones and remote CI.
(`#41 <https://github.com/nengo/nengo-fpga/pull/41>`__)

- Added notebook examples featuring oscillators.
(`#46 <https://github.com/nengo/nengo-fpga/pull/46>`__)

- Added spiking to oscillator notebook examples.
(`#49 <https://github.com/nengo/nengo-fpga/pull/49>`__)

**Changed**

- Compatibility changes for Nengo 3.0.0.
(`#44 <https://github.com/nengo/nengo-fpga/pull/44>`__)

- Minor changes to oscillator notebooks.
(`#47 <https://github.com/nengo/nengo-fpga/pull/47>`__)

- Minor changes to getting-started documentation.
(`#50 <https://github.com/nengo/nengo-fpga/pull/50>`__)
- Improved socket communication for better performance.
(`#52 <https://github.com/nengo/nengo-fpga/pull/52>`__)

**Fixed**

- Fixed code to remove all linter errors.
(`#45 <https://github.com/nengo/nengo-fpga/pull/45>`__)

- Start using intersphinx, rename docs using '-'.
(`#48 <https://github.com/nengo/nengo-fpga/pull/48>`__)


0.2.1 (September 17, 2019)
--------------------------

**Added**

- Add on-chip feedback connection.
(`#35 <https://github.com/nengo/nengo-fpga/pull/35>`__)

- Requirement for numpy<1.17.
(`#39 <https://github.com/nengo/nengo-fpga/pull/39>`__)


0.2.0 (August 27, 2019)
-----------------------

**Added**

- Add model size bounds to docs.
(`#31 <https://github.com/nengo/nengo-fpga/pull/31>`__)

- Add example setting encoders/decoders.
(`#30 <https://github.com/nengo/nengo-fpga/pull/30>`__)

- Add purchase link to docs.
(`#29 <https://github.com/nengo/nengo-fpga/pull/29>`__)

- Add license to docs.
(`#25 <https://github.com/nengo/nengo-fpga/pull/25>`__)

- Add firewall tip to docs.
(`#24 <https://github.com/nengo/nengo-fpga/pull/24>`__)

- Notebook examples and example descriptions.
(`#23 <https://github.com/nengo/nengo-fpga/pull/23>`__)

- Quickstart guide.
(`#21 <https://github.com/nengo/nengo-fpga/pull/21>`__)

- Added script to read device DNA from FPGA board.
(`#11 <https://github.com/nengo/nengo-fpga/pull/11>`__)
- Add PR template, contributors, and update license.
(`#12 <https://github.com/nengo/nengo-fpga/pull/12>`__)
- Rework documentation.
(`#18 <https://github.com/nengo/nengo-fpga/pull/18>`__,
`#20 <https://github.com/nengo/nengo-fpga/pull/20>`__)

- Add PR template, contributors, and update license.
(`#12 <https://github.com/nengo/nengo-fpga/pull/12>`__)

- Added script to read device DNA from FPGA board.
(`#11 <https://github.com/nengo/nengo-fpga/pull/11>`__)
- Quickstart guide.
(`#21 <https://github.com/nengo/nengo-fpga/pull/21>`__)
- Notebook examples and example descriptions.
(`#23 <https://github.com/nengo/nengo-fpga/pull/23>`__)
- Add firewall tip to docs.
(`#24 <https://github.com/nengo/nengo-fpga/pull/24>`__)
- Add license to docs.
(`#25 <https://github.com/nengo/nengo-fpga/pull/25>`__)
- Add purchase link to docs.
(`#29 <https://github.com/nengo/nengo-fpga/pull/29>`__)
- Add example setting encoders/decoders.
(`#30 <https://github.com/nengo/nengo-fpga/pull/30>`__)
- Add model size bounds to docs.
(`#31 <https://github.com/nengo/nengo-fpga/pull/31>`__)

**Changed**

- Update the docs theme.
(`#32 <https://github.com/nengo/nengo-fpga/pull/32>`__)

- Rework usage page in docs.
(`#27 <https://github.com/nengo/nengo-fpga/pull/27>`__)

- Docs audit for consistency.
(`#22 <https://github.com/nengo/nengo-fpga/pull/22>`__)

- Rename "DNA" to "ID" everywhere.
(`#20 <https://github.com/nengo/nengo-fpga/pull/20>`__)

- Docs audit for consistency.
(`#22 <https://github.com/nengo/nengo-fpga/pull/22>`__)
- Receiving a UDP packet with a negative timestep will now cause the Nengo
simulation to terminate with an exception.
(`#26 <https://github.com/nengo/nengo-fpga/pull/26>`__)

- Now throwing an exception on unsupported neuron type.
(`#26 <https://github.com/nengo/nengo-fpga/pull/26>`__)
- Rework usage page in docs.
(`#27 <https://github.com/nengo/nengo-fpga/pull/27>`__)
- Update the docs theme.
(`#32 <https://github.com/nengo/nengo-fpga/pull/32>`__)

**Fixed**

- Fixed behaviour of code when provided FPGA name string is not found in the
fpga_config file.
(`#33 <https://github.com/nengo/nengo-fpga/pull/33>`__)

- Fixed simulation hanging error when two simulations are run one after the
other.
(`#34 <https://github.com/nengo/nengo-fpga/pull/34>`__)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NengoFPGA license
*****************

Copyright (c) 2018-2019 Applied Brain Research
Copyright (c) 2018-2020 Applied Brain Research

NengoFPGA is made available under a proprietary license
that permits using, copying, sharing, and making derivative works from
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

project = "NengoFPGA"
authors = "Applied Brain Research"
copyright = "2018-2019 Applied Brain Research"
copyright = "2018-2020 Applied Brain Research"
version = ".".join(nengo_fpga.__version__.split(".")[:2]) # Short X.Y version
release = nengo_fpga.__version__ # Full version, with tags

Expand Down
Loading