Releases: beacon-biosignals/KeywordSearch.jl
Releases · beacon-biosignals/KeywordSearch.jl
v0.5.0
KeywordSearch v0.5.0
Merged pull requests:
- improve default
AUTOMATIC_REPLACEMENTS
(#23) (@ericphanson) - allow call-side replacement customization (#24) (@ericphanson)
v0.4.0
KeywordSearch v0.4.0
Closed issues:
- Upstream and rename
_findmin
and_findall
(#9)
Merged pull requests:
whitespace_typedefs=false
unnecessary (#15) (@ericphanson)- tweak names of github actions (#17) (@ericphanson)
- try
reviewdog/action-suggester
for formatting and doctests (#18) (@ericphanson) - Add initial space at the start of
Document
's to fix word boundary bug (#22) (@ericphanson)
v0.3.0
KeywordSearch v0.3.0
Merged pull requests:
- fixup: license, CI, docs (#1) (@ericphanson)
- Add format check and format code (#2) (@ericphanson)
- fix badges (#3) (@ericphanson)
- Rename
Report
->Document
andPatient
->Corpus
(#4) (@ericphanson) - Remove
And
(#5) (@ericphanson) - extend table interface for
NamedMatch
es (#7) (@ericphanson) - Improve docs (#8) (@ericphanson)
- improve documentation, add doctests, fix bugs found on the way (#11) (@ericphanson)
- Some small CI script, docs project, and testing tweaks (#12) (@ericphanson)
- Replace
haystack
field bydocument
(#13) (@ericphanson) - use
AUTOMATIC_REPLACEMENTS
instead of separatepunct_preprocess
function (#14) (@ericphanson)