Skip to content

Commit

Permalink
Update CHANGELOG.rst for 2020.10 release
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Nov 9, 2020
1 parent 61c0f36 commit ac58ff3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2020.10
=======

* Added basic ``flex`` arrays for fixed width integer types (`#533 <https://github.com/cctbx/cctbx_project/pull/533>`_)

* Signed types (``int8``, ``int16``, ``int32``, ``int64``)
* Unsigned types (``uint8``, ``uint16``, ``uint32``, ``uint64``)
* Additional functions may be wrapped in the future to support these types

* Improved building of downstream software with ``cctbx`` conda package

* In some cases, the location of ``annlib`` is not found properly

2020.8
======

Expand Down

0 comments on commit ac58ff3

Please sign in to comment.