Recent Releases of de-workflow
de-workflow - v1.3.0
What's Changed
- Update clean function to specifically allow hyphens. Resolves #82. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/83
Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v1.1.0...v1.3.0
- Rust
Published by nanthony007 almost 2 years ago
de-workflow - v1.1.0
What's Changed
- Remove special hyphen handling
- Add de-workflow by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/52
- Remove excess nesting in JSONL. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/69
- Progress bar breaks with null records by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/70
- File input issues. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/74
- Fix parens replacement issue by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/77
- Update major changes for v0.2 by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/80
Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v1.0.0...v1.1.0
- Rust
Published by nanthony007 over 2 years ago
de-workflow - v1.0.0
First official release of functioning Rust-based Toolbox
What's Changed
- Merge first functioning Rust program by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/17
- Nanthony007/issue18 by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/26
- Migrate to Clap by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/31
- Make
id-columnparameter optional. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/33 - Add progress bar. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/32
- Implement SearchInput type. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/35
- Implement csv output option. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/36
- Add preliminary interactive support. by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/39
- Add rx-class based drug extraction by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/41
- Cleanup Code by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/43
- Nanthony007/issue45 by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/49
- Move Fetch Request to CLI by @nanthony007 in https://github.com/UK-IPOP/drug-extraction/pull/50
Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v0.2.4...v1.0.0
- Rust
Published by nanthony007 almost 4 years ago
de-workflow - v0.2.4
**NOTICE**:
This is the last release of the go-tool. For the source code for that version of the tool please see the go-tool branch.
Changelog
ff5fe0a Hardcode production server.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.2.3
Changelog
528e9d7 Update gorelaser.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.2.2
Changelog
a10b745 Add support for reading from .env. e2f303b Fix .env export in scripts. d4615a9 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction d4e56a6 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction 9908068 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction 73d4476 Read server mode from .env 7bfb9dc Remove .env loading. f35bd8e Remove exports from release script. e639463 Remove exports from release script. f1c93a7 Specify output dir is executable dir. 852e2f5 Update dependencies. bd8b1dc Update dependencies. 689204c Update goreleaser for server production mode. d594edc Update release script for gin mode
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.2.1
Changelog
19e579d Adapt filesystem to include html files for server. d8653f9 Improve error handling. ae901c3 Improve result pages.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.2.0
Changelog
9c05380 Add ability to read from jsonlines 72416e6 Add server support. 8683361 Add suport for making directory. b57c7b5 Add support for clean and strict flags on server. 6f61875 Adjust hypoxic tag. 17146a7 Fill in basic contributing. 2749fe9 Fix bug where clean command was cleaning from data dir not current dir. 734bc87 Fixes Update website documentation #7 d751e68 Fixes Update website documentation #7 80940e6 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction 3253396 Move docs to docs folder. 0179e05 Refactor functions into command files. d9ffeca Update README.md 9b7356f Update dependencies for server (gin). fc6736e Update docs. 17f860c Update docs. 1a0e964 Update gitignore, clear readme. 8632be6 Update server form UI using grid-css.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.1.7
Changelog
fb282a3 Minor bug fixes, error handling. 16e73fd Update classification of fen_analogs to include opioid.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.1.5
Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v0.1.4...v0.1.5
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.1.6
Changelog
474f207 Adjust release script.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.1.4
Changelog
ae79f1d Add goreleaser files.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.1.2-beta
Improvements
- Implement removal of punctuation.
- Use Levenshtein distance similarity ratio (exclusively) to determine matches
- Rust
Published by nanthony007 over 4 years ago
de-workflow - v0.1.1
Improvements
- Add 3 new stimulant drugs.
- Add progress bar for extraction process.
- Improve print statements (also added color).
- Add support for drug info file to be included in binary file.
- Combine exact and close match search (decreases loops by 50%).
- Add cross-compilation build scripts.
- Rust
Published by nanthony007 over 4 years ago
de-workflow - Beta Release for Linux AMD64
First release. Supports linux and amd64 architecture.
- Rust
Published by nanthony007 over 4 years ago