Skip to content

Commit

Permalink
preparation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Nov 16, 2023
1 parent 1c5e06f commit 71c2630
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## MLKit NEWS

### MLKit version 4.7.6 is released

* mael 2023-11-16: Unboxed representation of datatypes using high bits
for tagging (PR #149). This optimisation allows for unboxing of many
types including whole language grammars, patricia trees (finite
maps), union-find data-structures, and more. It works well together
with unboxed datatypes that use the low bits for tagging, such as
lists. The flag --report_boxities may be used to inspect the
inferred representations (boxities) of declared datatypes.

* mael 2023-11-04: Unboxed representation of single constructor
datatypes, even when the constructor argument is represented
unboxed (PR #142).
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(MLKit, [v4.7.5])
AC_INIT(MLKit, [v4.7.6])
AC_CONFIG_HEADERS([src/config.h])
AC_REVISION($Revision$)
AC_CONFIG_FILES([src/Runtime/Makefile
Expand Down

0 comments on commit 71c2630

Please sign in to comment.