Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
cate
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PCOG
cate
Commits
344efb0d
Verified
Commit
344efb0d
authored
Jan 04, 2019
by
Raphaël Bleuse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Changelog
parent
008b7b9d
Pipeline
#8780
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
Changelog.rst
Changelog.rst
+32
-0
No files found.
Changelog.rst
View file @
344efb0d
...
...
@@ -14,11 +14,42 @@ This projects adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.ht
Unreleased_
===========
Added
-----
- [code] `core.Template` class is now the interface to manipulate templates.
- [code] `core.convert_order_position` to convert an order vector into a
position vector, and vice-versa.
- [code] `export` module to manage supported export formats.
- [code] New external dependency `multiset`.
Changed
-------
- [code] Complete rewrite of the optimization logic to compute of a
depth-optimal sequence of crossings.
- [code] Complete refactor of the SVG export code.
- [code] Public namespaces of each module have been cleaned of all unecessary
objects.
- [doc] Improve README.
Removed
-------
- [code] Legacy optimization logic of `main` module:
- `all_subsets`, `createTree`, `detectDoubles`, `getNeighbours`,
`getPermutations`, `getTorsions`, `updatePermutationList` and
`updatePosition` functions.
- `Node` and `Tree` classes.
- [code] Legacy drawing logic: `drawTemplate` module and `main.drawSVGTemplate`
function.
Fixed
-----
- [bug] float parsing for scale argument in CLI.
0.0.1 -- 2018-07-27
===================
...
...
@@ -30,6 +61,7 @@ Added
- [code] Validation logic for linking matrix.
- [code] Optimization logic to minimize template height.
- [code] SVG drawing logic.
- [doc] Example input matrices: elementary matrices of size 5 and 6.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment