Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
James A Shackleford
kaze
Commits
4903279b
Commit
4903279b
authored
Nov 05, 2017
by
James A Shackleford
Browse files
CHANGELOG: update to include vtables & kobject_copy()
parent
89014411
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4903279b
...
...
@@ -79,6 +79,11 @@ changes, deprecations, removals, and fixes.
supported. See examples/median.py for a simple median filter
implementation using KazePy!
-
KObjects now have virtual function tables. This expands upon
destructors to now include copy constructors. With this addition also
comes
`kobject_copy()`
, which produces deep copies of KObjects using
the provided KObject's virtual copy constructor method.
### Changed
-
Make
`KObject`
the primary data object type.
`KObject`
is now used to
support both Kaze Images and Histograms. This means that functions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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