Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jun 16, 2020
1 parent 07ca20b commit f525483
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.11.0 2020-06-16 Olof Kindgren <olof.kindgren@gmail.com>
======================================================
* Remove python 2 support
* Improved CI checks
* Add CAPI2 support for setting include_path
* Relicensed to 2-clause BSD license
* Allow using parameters defined in dependencies
* Support real (float) parameters

* + improved error handling, bug fixes and refactoring

Contributors:
Anonymous
Ben Reynwar <ben@reynwar.net>
Jonathan Balkind <jbalkind@princeton.edu>
Olof Kindgren <olof.kindgren@gmail.com>
Philipp Wagner <philipp.wagner@tum.de>
Rupert Swarbrick <rswarbrick@gmail.com>

1.10 2020-03-04 Olof Kindgren <olof.kindgren@gmail.com>
======================================================
* Write resolved dependency tree to EDAM structure
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(fname):
entry_points={"console_scripts": ["fusesoc = fusesoc.main:main"]},
setup_requires=["setuptools_scm",],
install_requires=[
"edalize>=0.1.6",
"edalize>=0.2.2",
"ipyxact>=0.2.3",
"pyparsing",
"pyyaml",
Expand Down

0 comments on commit f525483

Please sign in to comment.