Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Apr 18, 2020
1 parent 529da1c commit 2643819
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 18 deletions.
36 changes: 36 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
v0.0.6 - 2020-04-18
===================

Features
--------

- Introduce the concept of operators. Operators are definitions that can provide
implementations of the arithmetic operators in Python like :code:`+` and
:code:`-`. Depending on the type a definition produces different operators can
be defined that allow them to be combined in some way. The standard library has
been updated to incorporate a few operators for working with masks. (`#207 <https://github.com/swyddfa/arlunio/issues/207>`_)
- Generalise definitions to accept any "regular" value as an input, not just
:code:`width` and :code:`height`. In a similar way to attributes, when deriving
from other definitions any inputs will be automatically inherited. (`#216 <https://github.com/swyddfa/arlunio/issues/216>`_)


Docs
----

- Added some documentation around the CI build for the blog. Also updated the blog
build to run every day. (`#177 <https://github.com/swyddfa/arlunio/issues/177>`_)
- Tidied up and updated existing changelog, started using towncrier for changelog
entries going forward. (`#204 <https://github.com/swyddfa/arlunio/issues/204>`_)
- Flatten structure of the User Guide section and add placeholder first tutorial (`#205 <https://github.com/swyddfa/arlunio/issues/205>`_)


Misc
----

- Fix handling of multiple notebooks in :code:`clean-notebook.sh` and add VSCode
tasks to aid with tutorial development (`#205 <https://github.com/swyddfa/arlunio/issues/205>`_)
- Switch the linting workflow to explicitly list the paths that should trigger a
build. (`#210 <https://github.com/swyddfa/arlunio/issues/210>`_)
- Fix packaging so that our tests are no longer installed (`#216 <https://github.com/swyddfa/arlunio/issues/216>`_)


v0.0.5 - 2020-03-18
-------------------
Added
Expand Down
2 changes: 0 additions & 2 deletions changes/177.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/204.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/205.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/205.misc.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changes/207.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/210.misc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changes/216.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/216.misc.rst

This file was deleted.

0 comments on commit 2643819

Please sign in to comment.