Readalongs

Latest version: v1.0.20230228

Safety actively analyzes 638763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.20220126

Not secure
[0.2.20220126](https://github.com/ReadAlongs/Studio/compare/v0.1.20211013...v0.2.20220126) (2022-01-26)


Features

* **cli:** "und" is now added by default to -l list of languages ([fd6189b](https://github.com/ReadAlongs/Studio/commit/fd6189ba91d3c66d881c3c0eaf2eb2e7c94dc061))
* **cli:** accept comma as sparate for lists as well as colon ([4f9eafd](https://github.com/ReadAlongs/Studio/commit/4f9eafd3c5511d924a7bbf66c64cf4530e56e8c9))
* **cli:** added readalongs langs command ([dfaaf15](https://github.com/ReadAlongs/Studio/commit/dfaaf157e457a47fe65ec030fbd00cb5bd9d44c5))
* **silence:** add fallbacks and exception handling ([e61d201](https://github.com/ReadAlongs/Studio/commit/e61d201370fddf5c3b552ba71463cf1ac78b0450))


Bug Fixes

* **g2p:** better error messages on invalid language codes ([9e71372](https://github.com/ReadAlongs/Studio/commit/9e713720bcc3cd86786264062daea64f65709647))
* **requirements:** remove text-unidecode, no longer used directly ([1458fd0](https://github.com/ReadAlongs/Studio/commit/1458fd014df04300b35e0aee4c0d06d4fbaac9d7))
* **requirements:** studio does not actually use Flask-Cors ([5128d91](https://github.com/ReadAlongs/Studio/commit/5128d91c048ea15c8c8cf9a40eb32abf600359d3))
* **test:** reloaded audio file should tolerate a small duration change ([ceff68a](https://github.com/ReadAlongs/Studio/commit/ceff68a0fcc4462cb62a84d1d187390aa0daf1d4))
* avoid stack trace when no non-noise segments are found (fixes [88](https://github.com/ReadAlongs/Studio/issues/88)) ([07817fd](https://github.com/ReadAlongs/Studio/commit/07817fdbe5a01fe3aca84b8f47c0b0420d5c03f1))
* **video:** force audio mimetypes for video formats ([f543055](https://github.com/ReadAlongs/Studio/commit/f543055435be0404571b2f2c4d193a0f19c35fa0))
* be less strict about failures to guess mime type ([17c2492](https://github.com/ReadAlongs/Studio/commit/17c24924e05edec146e8d72662f76cb9323e177c))
* better error messages on bad utf8 plain text input. Fixes [22](https://github.com/ReadAlongs/Studio/issues/22) ([3c55e15](https://github.com/ReadAlongs/Studio/commit/3c55e15b380809a8cb43c5ce9100c4e830167b75))


Performance Improvements

* optimize the CLI, mostly by deferring expensive imports ([5c9e3fb](https://github.com/ReadAlongs/Studio/commit/5c9e3fbff70fd3dffd2f91cb2abd451d65953440))


Tests

* increase test coverage for dev.cli ([fdaccfe](https://github.com/ReadAlongs/Studio/commit/fdaccfe1e1e988245aae216fa90098e21cc8fb16))


Documentation

* **cli:** add better cli documentation for readalongs ([db8f826](https://github.com/ReadAlongs/Studio/commit/db8f826c4b5101c0aaf606044f9c1444530de838))
* align -o is for additional formats, on top of XML+SMIL ([442e01b](https://github.com/ReadAlongs/Studio/commit/442e01b8d69d55b8cdfe12099931f64108b72a4f))
* document how to contribute to the docs/ folder ([8fa98dd](https://github.com/ReadAlongs/Studio/commit/8fa98ddbd9574fa4cb9e5364006bd0cbdad1c1be))
* **cli:** document the recent changes to the CLI ([67f0593](https://github.com/ReadAlongs/Studio/commit/67f0593091fd29220fb96f32a6a96e34865de8a9))
* document installation using Anaconda on Windows ([d75c7cc](https://github.com/ReadAlongs/Studio/commit/d75c7ccb412786d0aeff8143148282f5650fa31b))
* improvements from [roedoejet](https://github.com/roedoejet) feedback on PR [#93](https://github.com/ReadAlongs/Studio/issues/93) ([1d90f10](https://github.com/ReadAlongs/Studio/commit/1d90f10ff31de9305a655dc0dc94f7d3c9c9c44a))
* mention OpenSamples in README.md ([6184732](https://github.com/ReadAlongs/Studio/commit/61847323564e5b4edea5082dbd429ddd6dac8159))
* polish the updated README.md ([5ae1cd3](https://github.com/ReadAlongs/Studio/commit/5ae1cd3b25cb1674ec608b51d44192ffc6a8adc0))
* README.md improve with feedback at team meeting ([5b511b0](https://github.com/ReadAlongs/Studio/commit/5b511b07629d5eb46994ef83be909c10f74a1ee3))
* recommend miniconda instead of the full anaconda ([3014dae](https://github.com/ReadAlongs/Studio/commit/3014dae7b6aa82bcff30ce3096e11166ca6ee867))
* remove unstable warning ([8c10a5d](https://github.com/ReadAlongs/Studio/commit/8c10a5d57cb185a1ab8f22fab3dd5e1dc77242fa))
* update TOC in README.md ([663a3d8](https://github.com/ReadAlongs/Studio/commit/663a3d81fe2fc1246586380efdc5610a81de117d))


Continuous Integration

* bump dist to bionic ([c9b7ed2](https://github.com/ReadAlongs/Studio/commit/c9b7ed2504f55bc83700fb2257b2eb37c73f477a))


Code Refactoring

* **silence:** change syntax for adding silence and allow output to variety of audio formats ([a75dca2](https://github.com/ReadAlongs/Studio/commit/a75dca271bc8b9b371c5b5de989df99f5db9a5a6))
* undo und work here since it is now done in g2p ([b97e1e7](https://github.com/ReadAlongs/Studio/commit/b97e1e741fd73ee48f7abcf81fc9b29ea1da5c23))
* **cli:** allow multiple -o values to join colon-joined ([9f0a837](https://github.com/ReadAlongs/Studio/commit/9f0a83710e9189747ae27cae8532c607d9b62e89))
* **cli:** change formatting for align output formats help ([3588f9e](https://github.com/ReadAlongs/Studio/commit/3588f9ef079e34760df6eecd9ec854172bdbc13f))
* **cli:** refactor output formats to -o argument ([f34f426](https://github.com/ReadAlongs/Studio/commit/f34f4268ae7f68983891562f8274644468ee5db7))
* **cli:** remove -i; auto-determine XML vs plain text ([77a1ac8](https://github.com/ReadAlongs/Studio/commit/77a1ac8aab79285336da084e99a08a548d8964d2))
* **cli:** remove alignment unit option from cli ([3002626](https://github.com/ReadAlongs/Studio/commit/3002626e02082570c7ffd646ea0a8260268eea2f))
* **cli:** remove epub from cli ([3e53b72](https://github.com/ReadAlongs/Studio/commit/3e53b721af39e587bef4a35a72319d42ba99bc39))
* **cli:** replace --g2p-fallback option by -l with multiple languages ([78ab484](https://github.com/ReadAlongs/Studio/commit/78ab48439ac94c8210bc5b19fe5830e90d9bb809))
* **test:** stub out SoundSwallower to speed tests that don't care about its output ([3428184](https://github.com/ReadAlongs/Studio/commit/342818497c52f24d5ddad3e31e1c2a71ab9a9022))
* remove docs for epub ([55d8e04](https://github.com/ReadAlongs/Studio/commit/55d8e0459eb66af26298e3615780382705ad3a7b))
* simplify python version check and move it to __init__.py ([ca2394f](https://github.com/ReadAlongs/Studio/commit/ca2394f9cda93dac466f461d362bb2b2728adcb3))
* use the more meaningful exceptions from make_g2p when available ([52470e9](https://github.com/ReadAlongs/Studio/commit/52470e9c20a68119e138571ef180c54e4ea21690))


Styles

* add a .pylintrc to tweak pylint output to our liking ([572b51b](https://github.com/ReadAlongs/Studio/commit/572b51bb54e83db30d4b458120871272bbe28f1a))
* make test_package_urls.py executable and add fn docstring ([2751752](https://github.com/ReadAlongs/Studio/commit/27517527d98e7d7a7fe0f92f7dfa5eae5f23356f))
* pylint and improve all test suite code ([d3a80ee](https://github.com/ReadAlongs/Studio/commit/d3a80ee80f5c39c13cd89da51e815dfb30c0da28))
* remove unused imports from views.py ([365b3ad](https://github.com/ReadAlongs/Studio/commit/365b3adf5e024b6d9e2aebc7c538553248a03b7e))

0.2.2

This release adds compatibility with all (I hope) of the publicly released CMUSphinx models from https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/.

The decode_file method has been fixed to work properly when the sample rate of the file is different from the default.

There are also a number of JavaScript updates, in particular, a major change to switch to float32 input at 44.1kHz by default, as this is the only format provided directly by the WebAudio API.

0.2.1

What's Changed
* chore(deps): bump node-fetch from 2.6.1 to 2.6.7 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/24
* chore(deps): bump async from 3.2.0 to 3.2.4 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/23
* chore(deps): bump minimist from 1.2.5 to 1.2.6 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/22
* chore(deps): bump follow-redirects from 1.14.1 to 1.14.8 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/21
* Added tooltips for UI's buttons. by SamuelLarkin in https://github.com/ReadAlongs/Web-Component/pull/27
* chore(deps): bump minimist from 1.2.5 to 1.2.6 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/26
* Updating the documentation to say "use ^0.1.6" by joanise in https://github.com/ReadAlongs/Web-Component/pull/40
* Convert the Web-Component repo to a mono repo by joanise in https://github.com/ReadAlongs/Web-Component/pull/33
* chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /packages/angular-workspace by dependabot in https://github.com/ReadAlongs/Web-Component/pull/45
* chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/41
* chore(deps): bump async from 3.2.0 to 3.2.4 in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/42
* chore(deps): bump minimist from 1.2.5 to 1.2.7 in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/43
* chore(deps): bump json-schema and jsprim in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/44
* chore(deps): bump parse-url from 7.0.2 to 8.1.0 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/46
* docs: add more beginner user documentation by joanise in https://github.com/ReadAlongs/Web-Component/pull/47
* chore(deps): bump loader-utils from 2.0.3 to 2.0.4 in /packages/angular-workspace by dependabot in https://github.com/ReadAlongs/Web-Component/pull/48
* chore(deps): bump engine.io from 6.2.0 to 6.2.1 in /packages/angular-workspace by dependabot in https://github.com/ReadAlongs/Web-Component/pull/50
* chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/51
* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/angular-workspace by dependabot in https://github.com/ReadAlongs/Web-Component/pull/55
* chore(deps): bump qs from 6.5.2 to 6.5.3 in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/54
* CI: matrix testing: test with Node 14 and Node 16 by joanise in https://github.com/ReadAlongs/Web-Component/pull/53
* chore(deps): bump json5 from 2.2.1 to 2.2.3 in /packages/stencil-component by dependabot in https://github.com/ReadAlongs/Web-Component/pull/58
* chore(deps): bump json5 from 1.0.1 to 1.0.2 by dependabot in https://github.com/ReadAlongs/Web-Component/pull/57
* chore(deps): bump json5 from 2.2.1 to 2.2.3 in /packages/angular-workspace by dependabot in https://github.com/ReadAlongs/Web-Component/pull/56
* chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /packages/angular-workspace by dependabot in https://github.com/ReadAlongs/Web-Component/pull/63
* various monorepo updates by joanise in https://github.com/ReadAlongs/Web-Component/pull/64
* feat(images): add image feature in web-c and studio-web by roedoejet in https://github.com/ReadAlongs/Web-Component/pull/67
* docs: clarify how to run the component and the app locally by joanise in https://github.com/ReadAlongs/Web-Component/pull/69
* Merge studio web into the monorepo itself by joanise in https://github.com/ReadAlongs/Web-Component/pull/72
* Enable CORS headers for serve-test-data and update documentation by dhdaines in https://github.com/ReadAlongs/Web-Component/pull/75
* Use the new readalong XML format by dhdaines in https://github.com/ReadAlongs/Web-Component/pull/76
* Compress images reasonably by default by dhdaines in https://github.com/ReadAlongs/Web-Component/pull/77
* fix: fix typo in webpack config to allow bundling by roedoejet in https://github.com/ReadAlongs/Web-Component/pull/82
* Fix unpkg bundle by dhdaines in https://github.com/ReadAlongs/Web-Component/pull/83

New Contributors
* SamuelLarkin made their first contribution in https://github.com/ReadAlongs/Web-Component/pull/27
* dhdaines made their first contribution in https://github.com/ReadAlongs/Web-Component/pull/75

**Full Changelog**: https://github.com/ReadAlongs/Web-Component/compare/v0.1.3...v0.2.1

0.2.0

There's now a JavaScript API worthy of your attention. The demo code has been moved to https://github.com/dhdaines/soundswallower-demo, and has been updated to be all "modern" for whatever that's worth. No, it's worth something, because asynchronous JavaScript is genuinely cool. Also of note, JavaScript *defaults to float32 input* because that's What the Web Wants.

A major bug in the Python and C API was fixed which broke long utterances such as used in ReadAlongs. The documentation has also been greatly improved, go see it at https://soundswallower.readthedocs.io/

Also the default acoustic model is now the narrow-band one, so as to be more robust to whatever crappy audio you throw at it, and we include also a French model (qui marche plus ou moins au Québec, désolé).

0.1.20211013

Not secure
[0.1.20211013](https://github.com/ReadAlongs/Studio/compare/v0.1.20210825...v0.1.20211013) (2021-10-13)


Features

* **anchors:** extract_section fn for audio files with testing ([df974a2](https://github.com/ReadAlongs/Studio/commit/df974a2ed7c8af596ab7b326b93d72a195d89e3f))
* **html:** first commit for web component html output ([bfc1038](https://github.com/ReadAlongs/Studio/commit/bfc10386e07e4657f3bc921d6c817d728700e52f))
* add b64 encoding of embedded images ([807d913](https://github.com/ReadAlongs/Studio/commit/807d913a93519e92ff8bf8174ef863194aa6f15f))
* add silence insertion feature ([1663779](https://github.com/ReadAlongs/Studio/commit/1663779ddfd7f04813184c8325cef48b461596c9))
* anchor times now supported in h/m/s/ms, like in Audacity ([c4b4ca8](https://github.com/ReadAlongs/Studio/commit/c4b4ca8a833d2067c5d802a5f233d7008d3e34a8))
* non-caching-server-3.7.py, compatible with Python 3.7 ([fe7df92](https://github.com/ReadAlongs/Studio/commit/fe7df923409e2ea5400e64a3f0a2d4e58ccc413f))
* **package:** add packaging of fonts and js bundles ([252e605](https://github.com/ReadAlongs/Studio/commit/252e605858f9649fe4cd93198db2c655a04ed074))


Bug Fixes

* correct attribute name in readalongs ([17b4dfe](https://github.com/ReadAlongs/Studio/commit/17b4dfe720747ae212b1c66833f733c172ea1aad))
* Docker on Windows compatibility issue ([6ee07b1](https://github.com/ReadAlongs/Studio/commit/6ee07b191f189a573c88b2cfaaa4a98fbc1fc461))
* issue [73](https://github.com/ReadAlongs/Studio/issues/73), fix correction for multiple DNA segments ([277b530](https://github.com/ReadAlongs/Studio/commit/277b5308a6cc7d6f7521dc20a5d0775ea2f47c3a))
* round segment times to 3 digits, i.e. 1ms precision ([54c9475](https://github.com/ReadAlongs/Studio/commit/54c947538d0245b31fc38a5910d9db4d4a67d96f))
* temp files have to be closed to get auto-cleaned on Windows ([1260d75](https://github.com/ReadAlongs/Studio/commit/1260d757f8da28f2c4e77f997711f7a0a9d9deea))
* use consistent Copyright notices ([d4c61bf](https://github.com/ReadAlongs/Studio/commit/d4c61bfd1c5e80161142e8e3a5557d782a93323b))
* **ci:** add push ([ad2c50e](https://github.com/ReadAlongs/Studio/commit/ad2c50e03a45404a24a0b35922b6466bdaa5e0e5))
* **test:** fix mimetype issue with test for b64 encoding ([c25502a](https://github.com/ReadAlongs/Studio/commit/c25502afe90e6589e711aca6975db981cbf2275d))


Continuous Integration

* commit and merge bumped version after release ([94b547e](https://github.com/ReadAlongs/Studio/commit/94b547e896da8e9067bd2fe2d585cd5a93f97f6b))
* **rtd:** upgrade read the docs to version 2 ([d3ff623](https://github.com/ReadAlongs/Studio/commit/d3ff6239abcf401a4e2c596fdecb63a078a3370c))


Styles

* apply a bunch of pylint recommendations ([3eb2a33](https://github.com/ReadAlongs/Studio/commit/3eb2a330add47840830e71889b7ad78fa61b4395))
* blackify non-caching-server-3.7.py ([ee480fb](https://github.com/ReadAlongs/Studio/commit/ee480fbd24c2d0b1730f5ae4a6be6c6bc842eb94))
* convert some docstrings to google ([16](https://github.com/ReadAlongs/Studio/issues/16)) ([7534545](https://github.com/ReadAlongs/Studio/commit/7534545d39cd434c3d083bea2d2e60402f880e0f))
* don't hide what is going on running make in docs ([f9e68e3](https://github.com/ReadAlongs/Studio/commit/f9e68e3020282dc3835e106086be79b30a54c858))
* have data/ej-fra.xml also match the current readalongs prepare output ([c798f29](https://github.com/ReadAlongs/Studio/commit/c798f29358241aa635f3a909ede37468b86cbb06))
* nicer argument doc for create_input_tei ([db70984](https://github.com/ReadAlongs/Studio/commit/db709842c1586ee3638cb2738c2e399fc80b9368))
* reformat make_smil.py docstring to Google format, as per issue [16](https://github.com/ReadAlongs/Studio/issues/16) ([f0aba91](https://github.com/ReadAlongs/Studio/commit/f0aba91f2a61ee3606fa4c15139681e72f13e86b))


Code Refactoring

* move audio time adj fns to audio_utils.py ([7d47de7](https://github.com/ReadAlongs/Studio/commit/7d47de7bd70f01c626e732126c95832b7dbfc3c2))
* **align:** make align work on a loop of sequences (WIP anchors) ([c4bc7ec](https://github.com/ReadAlongs/Studio/commit/c4bc7ec024f8a7840e370837f26762f76eb963ec))
* change pystache to chevron ([d1797c0](https://github.com/ReadAlongs/Studio/commit/d1797c07f38f7195935b48379d1efd660ebae6b3))
* make LANGS, LANG_NAMES and parse_g2p_fallback importable ([60cf1e9](https://github.com/ReadAlongs/Studio/commit/60cf1e95ca05b3459a122a1f30bf936d9d165546))
* narrow the try/except to just the parse_g2p_fallback call ([753c77e](https://github.com/ReadAlongs/Studio/commit/753c77e71d65c355dcfb3aa0f050191301353dd2))
* polish Toby's util.py refactoring ([b04e4fb](https://github.com/ReadAlongs/Studio/commit/b04e4fb01dc27bd6d5057ff9c79c0df3cff5d17e))
* remove dead create_input_xml ([1940bea](https://github.com/ReadAlongs/Studio/commit/1940beaea21273bcf441fdecfbdaed464b5853ce))
* remove unused jsgf file ([562780c](https://github.com/ReadAlongs/Studio/commit/562780c5f247d1ae08ab313309a530c25eb3c529))
* rename non-caching-server.py -> 3.9.py since only Python 3.9 compat ([862469f](https://github.com/ReadAlongs/Studio/commit/862469f495229cd9b954a9f1261aea98b9b95386))
* splice dna_utils.py out of audio_utils.py ([b20d072](https://github.com/ReadAlongs/Studio/commit/b20d072cf17b4d4593dbfcd39e35cbdb774a0208))
* use nrc logo instead ([d17aa7a](https://github.com/ReadAlongs/Studio/commit/d17aa7a893fc2ead927bfe3e4a8fd4c5a5469b38))
* **docs:** create advanced-use.rst and cli-guide.rst ([6cf12e2](https://github.com/ReadAlongs/Studio/commit/6cf12e2d7d99c348c61ef9b9ea663d9feb034288))
* **docs:** remove cli-user-guide*, all contents is now elsewhere ([06557ec](https://github.com/ReadAlongs/Studio/commit/06557ecf2825365c62a42c055bf07b7a179f0f76))
* **docs:** rename cli.rst->cli-ref.rst in prep for cli-guide.rst ([df403bf](https://github.com/ReadAlongs/Studio/commit/df403bf6b01f58fbdcf0eeb64dd6829a142e9ad2))
* **parse_time:** remove unreachable else: raise statement ([97b563f](https://github.com/ReadAlongs/Studio/commit/97b563f1565e4ac9061f3d3f530cf3db757ab730))
* **silence:** change to using proper parse time function instead of only ms ([a646574](https://github.com/ReadAlongs/Studio/commit/a64657443c9495e3f4a6debccd2e9df19c6ba748))
* **silence:** change variable to be explicit about ms ([dda3414](https://github.com/ReadAlongs/Studio/commit/dda3414e9c0ea0a5c506c631339c23f2a3af817e))
* **test:** create basic test case class ([f189614](https://github.com/ReadAlongs/Studio/commit/f1896148398db2d09c3b7b543f3821f7da00240e))
* **test:** move the align --html test to its own function ([6c9dc65](https://github.com/ReadAlongs/Studio/commit/6c9dc6503bf1c351499b4270131b663d77af55e5))
* **test:** name temp dirs after the classes ([212df57](https://github.com/ReadAlongs/Studio/commit/212df57023c3eb39922710078d9d2c265043a0b8))
* **test:** rename basic test case file ([3c52ac2](https://github.com/ReadAlongs/Studio/commit/3c52ac223e4af009efd27197ea712cf78f69f247))


Tests

* unit testing for issue [73](https://github.com/ReadAlongs/Studio/issues/73) ([90cd88a](https://github.com/ReadAlongs/Studio/commit/90cd88a5d3eb65341464ec4be5d36bcd974822d7))
* **anchors:** check that partial wav files were created ([d8eb857](https://github.com/ReadAlongs/Studio/commit/d8eb85763b9147280931bb62e2c2341a7ad139ff))
* **anchors:** improve test coverage ([97ff810](https://github.com/ReadAlongs/Studio/commit/97ff8104df6354a0ac9f0753d3179008aa7ac761))
* **anchors:** rfix ej-fra-anchors2.xml so it's alignable ([8ae8850](https://github.com/ReadAlongs/Studio/commit/8ae8850cf0cf378cee4f15d79107ad23cdbb832c))
* **anchors:** test cases for aligning with anchors ([7468589](https://github.com/ReadAlongs/Studio/commit/746858927aaaeb6c0ba3ff77b9d7cc4ea12ace2b))
* **anchors:** test data for processing anchors ([5c4f6c3](https://github.com/ReadAlongs/Studio/commit/5c4f6c3511a9699ed60cac8af567a6c2e30a2c62))
* add basic test for single file html output ([86d8f1b](https://github.com/ReadAlongs/Studio/commit/86d8f1b311322de78b28d8d086b121c64b657d69))
* better message for tests that might fail when dependencies change ([8147b03](https://github.com/ReadAlongs/Studio/commit/8147b03201bc1dd8402383bed72cdf49f152f5e6))
* disable test_align_cli.test_permission_denied since it is unstable ([251ae45](https://github.com/ReadAlongs/Studio/commit/251ae45faf2f3ec1274b67a2e6cacd6c7d702df5))
* images for RAS testing, created by EJNRC ([2cc6ed3](https://github.com/ReadAlongs/Studio/commit/2cc6ed37f5389ad365bcf057d88052e68a1b7a45))
* improve unittesting for package ([231005e](https://github.com/ReadAlongs/Studio/commit/231005ecc733ddf5880ce86ca126c18feb8fa158))
* **package:** add test for bundled web component assets ([c190fa5](https://github.com/ReadAlongs/Studio/commit/c190fa5d0b179714f29c277586ca6b65d33a97af))


Documentation

* add TL;DR to Contributing.md ([552683a](https://github.com/ReadAlongs/Studio/commit/552683a834dcb4fa46909ffc22a70b885fc46a04))
* convert audio_utils.py docs to Google standard ([8b2e8e1](https://github.com/ReadAlongs/Studio/commit/8b2e8e18c22ed36c172df7c3cf9113afe5bec003))
* create CLI guide vs CLI reference sections ([ac35316](https://github.com/ReadAlongs/Studio/commit/ac3531658388134768206bbfff22395d867f5461))
* document run.py vs readalongs/run.py ([e4e0794](https://github.com/ReadAlongs/Studio/commit/e4e07940456d868d1de283b729558f7d07a851dc))
* fix the README.md badges ([6c10a5d](https://github.com/ReadAlongs/Studio/commit/6c10a5d5690848b3e8f6e20062ab8d2c63a022a6))
* improve docstring readability ([c95e5f0](https://github.com/ReadAlongs/Studio/commit/c95e5f005bb85d27a3f5123a0468b17d4de86744))
* improvements to the CLI documentation ([9f26b98](https://github.com/ReadAlongs/Studio/commit/9f26b982c00645cfc345b3b691e5a4ee9c35935f))
* include cli-user-guide in read-the-docs output ([7888222](https://github.com/ReadAlongs/Studio/commit/788822201ef6da2a98bbf650bf4975fd6a8cc282))
* make README.md and docs/cli-user-guide.md more coherent ([3040a18](https://github.com/ReadAlongs/Studio/commit/3040a1867f7f0a23b16ab7c9c975ad893f6dd222))
* polish the cascade a split pipeline doc ([413aa71](https://github.com/ReadAlongs/Studio/commit/413aa710203d0e0418a37e9a49389eb30688b465))
* remove obsolete reference to swigwin ([8b6478d](https://github.com/ReadAlongs/Studio/commit/8b6478d5b22ef82f807417c50bde8097e1b7d388))
* warn against installing from PyPI ([a256306](https://github.com/ReadAlongs/Studio/commit/a256306ab3e89a2d2c81a9c78167e1fd63dce77e))
* **anchors:** document how to use anchors ([b7507be](https://github.com/ReadAlongs/Studio/commit/b7507be4583779b174b172bb54c3fa630f2e80f4))
* **anchors:** improve the dosctring for dna_union ([302ec0b](https://github.com/ReadAlongs/Studio/commit/302ec0bde6ddef271c7c621b3670dacc80a6e065))
* rename finguist's prepare.md -> docs/cli-user-guide.md ([cdf3243](https://github.com/ReadAlongs/Studio/commit/cdf32439a1402a98540e5b9f11c8ed256e19803d))
* restructure cli-user-guide ([4cb882d](https://github.com/ReadAlongs/Studio/commit/4cb882d6527f59919d540b135e31430148645a9b))
* some improvements to the readthedocs stuff ([2f6899a](https://github.com/ReadAlongs/Studio/commit/2f6899ae561a70a09cd98cb76d7260fa7e6d8920))
* update README.md to refer to docs on readthedocs ([200c473](https://github.com/ReadAlongs/Studio/commit/200c47309287827ff96cff1c8c4cce69233fe5bd))

0.1.20210825

Not secure
[0.1.20210825](https://github.com/ReadAlongs/Studio/compare/v0.0.0...v0.1.20210825) (2021-08-25)

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.