| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| adstex v0.6.0 source code.tar.gz | 2024-12-08 | 12.2 kB | |
| adstex v0.6.0 source code.zip | 2024-12-08 | 14.5 kB | |
| README.md | 2024-12-08 | 1.2 kB | |
| Totals: 3 Items | 28.0 kB | 0 | |
adstex v0.6.0 introduces two new features:
-
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. -
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 variableADSTEX_ARGSfor default arguments. For example, setting the following in.bashrcwill always enable the coauthor and parallel features.bash export ADSTEX_ARGS="--use-coauthors --parallel"
What's Changed
- update python versions by @yymao in https://github.com/yymao/adstex/pull/50
- include co-authors in search query by @birnstiel in https://github.com/yymao/adstex/pull/49
- v0.6.0: coauthor and default option features by @yymao in https://github.com/yymao/adstex/pull/51
New Contributors
- @birnstiel made their first contribution in https://github.com/yymao/adstex/pull/49
Full Changelog: https://github.com/yymao/adstex/compare/v0.5.4...v0.6.0