Skip to content

Commit f525483

Browse files
committed
Prepare for release
1 parent 07ca20b commit f525483

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.11.0 2020-06-16 Olof Kindgren <olof.kindgren@gmail.com>
2+
======================================================
3+
* Remove python 2 support
4+
* Improved CI checks
5+
* Add CAPI2 support for setting include_path
6+
* Relicensed to 2-clause BSD license
7+
* Allow using parameters defined in dependencies
8+
* Support real (float) parameters
9+
10+
* + improved error handling, bug fixes and refactoring
11+
12+
Contributors:
13+
Anonymous
14+
Ben Reynwar <ben@reynwar.net>
15+
Jonathan Balkind <jbalkind@princeton.edu>
16+
Olof Kindgren <olof.kindgren@gmail.com>
17+
Philipp Wagner <philipp.wagner@tum.de>
18+
Rupert Swarbrick <rswarbrick@gmail.com>
19+
120
1.10 2020-03-04 Olof Kindgren <olof.kindgren@gmail.com>
221
======================================================
322
* Write resolved dependency tree to EDAM structure

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(fname):
4242
entry_points={"console_scripts": ["fusesoc = fusesoc.main:main"]},
4343
setup_requires=["setuptools_scm",],
4444
install_requires=[
45-
"edalize>=0.1.6",
45+
"edalize>=0.2.2",
4646
"ipyxact>=0.2.3",
4747
"pyparsing",
4848
"pyyaml",

0 commit comments

Comments
 (0)