Skip to content

adstex v0.6.0

Latest
Compare
Choose a tag to compare
@yymao yymao released this 08 Dec 18:23
1f99c2c

adstex v0.6.0 introduces two new features:

  1. Incorporateing #49 implemented by @birnstiel , enabling coauthors in the ADS search if the citation key has the format of firstauthor:coauthor1:coauthor2:year. However, to avoid breaking backward compatibility, this feature is disabled by default and need to be enabled with the argument --use-coauthors.

  2. To reduce the hassle of specifying --use-coauthors, or other optional arguments, every time, this version also introduce a new feature to set an environment variable ADSTEX_ARGS for default arguments. For example, setting the following in .bashrc will always enable the coauthor and parallel features.

    export ADSTEX_ARGS="--use-coauthors --parallel"

What's Changed

  • update python versions by @yymao in #50
  • include co-authors in search query by @birnstiel in #49
  • v0.6.0: coauthor and default option features by @yymao in #51

New Contributors

Full Changelog: v0.5.4...v0.6.0