Skip to content

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Oct 12, 2023
1 parent 37de698 commit 8892464
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
* 0.5.0

** User Facing Changes
- Natural Numbers have been added to the pipeline, from lambda down to
vampir generation
+ Added =modulo= logic down the pipeline as well
- The Lambda Pipeline into Geb now Assumes =24= bits of precision
- We now have a new intermediate layer, the =seqn= layer replaces the
=bitc= layer as the default, hopefully ending in more optimal code
- Made some optimization passes to the vampir backend, along with
breaking those changes into passes
- Improved optional value compilation from the lambda level
** Internal Changes
- Moved the following generic functions to the generic package
+ =so-eval=
+ =width=
+ =so-hom=obj=
** Bug fix
- Fixed a bug where =obj-equalp= would compute equality incorrectly
* 0.4.1
** Bug fix patch
- Previously we used =asdf:system-version= which is not defined in
Expand Down
2 changes: 1 addition & 1 deletion geb.asd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:cl-reexport
:mgl-pax
:command-line-arguments)
:version "0.4.1"
:version "0.5.0"
:description "Gödel, Escher, Bach, a categorical view of computation"
:build-pathname "../build/geb.image"
:entry-point "geb.entry::entry"
Expand Down

0 comments on commit 8892464

Please sign in to comment.