Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: more markdown issues
Browse files Browse the repository at this point in the history
mhucka committed Nov 20, 2023
1 parent 36e3b0d commit 8ce0af7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -185,10 +185,12 @@ This release improves IGA's detection of ROR identifiers if provided for people'
## Version 0.0.4 (2023-04-07)

This release works around the problem that PyPI rejects packages that have `requirements.txt` containing direct references to packages outside of PyPI. Two of our dependencies are directly affected by this:

* It prevents us from having our `requirements.txt` install our [patched version of `pybtex-apa7-style`](https://github.com/caltechlibrary/pybtex-apa7-style) unless we also release that package on PyPI. Doing so is undesirable, so we have to vendor the package within IGA's codebase. (A detailed explanation of the problem can be found in the [README file in `iga/vendor`](./iga/vendor/README.md).
* SpaCy models are only available from spaCy's GitHub repository and not as packages installable using `pip`. Since we can't have them as direct references in our `requirements.txt` file, IGA has to download spaCy models it needs at run-time the first time it needs them. The change to IGA means that we take a huge (but thankfully one-time) performance hit the first time spaCy is needed, but at least it'll happen only once and not again on subsequent runs of IGA.

Other changes in this release:

* Update the versions of some dependencies in `requirements.txt`.
* Improve trapping and reporting of internal errors during network calls.

@@ -223,5 +225,5 @@ Alpha release created on PyPI. Fully functional but still needs testing, documen

## Version 0.0.0 (2022-12-08)

Project repository created at https://github.com/caltechlibrary/iga
Project repository created at [https://github.com/caltechlibrary/iga](https://github.com/caltechlibrary/iga)
by Mike Hucka.

0 comments on commit 8ce0af7

Please sign in to comment.