Skip to content

Releases: yymao/adstex

adstex v0.5.1

03 Oct 17:17
2565d00
Compare
Choose a tag to compare

This PR fixes a bug of bib file not being updated when using adstex with bibtexparser v1.4.1. Thanks to @stevenrjanssens for reporting the issue.

What's Changed

  • make compatible with bibtexparser v1.4.1 by @yymao in #39
  • make lower case -p acceptable by @yymao in #40

Full Changelog: v0.5.0...v0.5.1

adstex v0.5.0

15 Sep 18:28
1011f93
Compare
Choose a tag to compare

A new option --parallel (or -P for short) is introduced to enable parallel execution of adstex to speed things up. This new option is not enabled by default. When --parallel is set, adstex will use 8 threads to look up the references. One can adjust the number of threads by setting --threads=x.

Thanks to @dwijn for suggesting and implementing this new feature.

Full Changelog: v0.4.0...v0.5.0

adstex v0.4.0

25 Jan 15:47
a7741d1
Compare
Choose a tag to compare

A new option --disable-ssl-verification is introduced to temporarily disable the verification of SSL certification. This option can be handy when ADS has just updated their SSL certification while your local SSL certification installation has been updated (which will result in a SSLCertVerificationError).

Note that with this option, your ADS API key may be vulnerable to a man-in-the-middle attack. You can generate new ADS API key on ADS website if you think your API key may have been compromise.

Thanks to @kirxkirx for suggesting this feature in #33.

adstex v0.3.12

22 Sep 15:43
f829e7f
Compare
Choose a tag to compare

Fixes two future/deprecation warnings

adstex v0.3.11

25 Aug 12:31
bf00cfc
Compare
Choose a tag to compare

Supports apacite-style citations (used by e.g., AGU journals). Thanks for the suggestion from @johnsmorgan (#30).

adstex v0.3.10

18 May 14:39
eb6f921
Compare
Choose a tag to compare

Bug fix.

adstex v0.3.9

17 May 14:42
4321108
Compare
Choose a tag to compare
adstex v0.3.9 Pre-release
Pre-release

Bug fixes. (Thanks to @astromark's bug report #28).

adstex v0.3.8

16 Mar 17:53
dea8a98
Compare
Choose a tag to compare

Supports multi-line commands (thanks to @birnstiel's suggestion in #22).

adstex v0.3.7

17 Feb 22:45
71bec71
Compare
Choose a tag to compare

Improve to work with DOIs that contain colons.

adstex v0.3.6

19 Dec 03:30
db8ff86
Compare
Choose a tag to compare

Updates to make sure the bibcode function will continue to work as expected.