Nengo-bones

Latest version: v22.11.15

Safety actively analyzes 636669 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.7.0

========================

**Added**

- Added support for ``sphinx.ext.doctest``, which can be used to automatically
test code snippets in docstrings. (`67`_)

**Changed**

- Updated the ``black`` version used in ``pre-commit`` hooks. (`67`_)

.. _67: https://github.com/nengo/nengo-bones/pull/67

0.6.0

========================

**Added**

- Added a ``remote.sh`` CI script template for remotely executing
commands on an SSH-accessible machine. (`65`_)

**Fixed**

- Fixed a crash when a file contained the text "Automatically generated
by nengo-bones", but was not present in the config file. (`61`_, `66`_)

.. _61: https://github.com/nengo/nengo-bones/issues/61
.. _66: https://github.com/nengo/nengo-bones/pull/66
.. _65: https://github.com/nengo/nengo-bones/pull/65

0.5.0

=========================

**Added**

- Added ``nengo_simulator``, ``nengo_simloader`` and ``nengo_neurons``
options to the ``pytest`` section of the ``setup.cfg`` template to
support testing changes in Nengo 3.0. (`58`_)

**Changed**

- The default value for ``pytest.addopts`` in ``setup.cfg`` has been removed
because Nengo 3.0 does not require ``-p nengo.tests.options``. (`58`_)

.. _58: https://github.com/nengo/nengo-bones/pull/58

0.4.2

======================

**Added**

- Added ``plt_dirname`` option to the ``pytest`` section of the ``setup.cfg``
template to set the plot directory for pytest-plt. (`52`_)
- Added ``plt_filename_drop`` option to the ``pytest`` section of the
``setup.cfg`` template to set pruning patterns for pytest-plt. (`52`_)
- Added ``rng_salt`` option to the ``pytest`` section of the ``setup.cfg``
template to set the salt for pytest-rng. (`55`_)

.. _52: https://github.com/nengo/nengo-bones/pull/52
.. _55: https://github.com/nengo/nengo-bones/pull/55

0.4.1

=====================

**Added**

- Added ``allclose_tolerances`` option to the ``pytest`` section of the
``setup.cfg`` template to set tolerances for pytest-allclose. (`47`_)

.. _47: https://github.com/nengo/nengo-bones/pull/47

0.4.0

=====================

**Added**

- Added style guide and release instructions to documentation. (`44`_)
- Added templates for ``.pre-commit-config.yaml`` and ``pyproject.toml``
so downstream repositories can easily adopt Black. (`49`_)

**Changed**

- We now check that Python source files are autoformatted with Black
in the ``static.sh`` script. (`49`_)
- Templates will now be autoformatted with Black during the rendering
process, if Black is installed. (`49`_)
- Take advantage of multiprocessing to speed up pylint static checks. (`49`_)
- The ``E203`` flake8 check and ``bad-continuation`` pylint check are now
disabled by default. (`50`_)

.. _44: https://github.com/nengo/nengo-bones/pull/44
.. _49: https://github.com/nengo/nengo-bones/pull/49
.. _50: https://github.com/nengo/nengo-bones/pull/50

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.