File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1201.10 2020-03-04 Olof Kindgren <olof.kindgren@gmail.com>
221======================================================
322* Write resolved dependency tree to EDAM structure
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments