Releases: duecredit/duecredit
Releases · duecredit/duecredit
0.9.2
0.9.1
🐛 Bug Fix
- Set up intuit auto to automate releases #178 (@jwodder @yarikoptic)
- BF: make pypi upload happen in py 3.8 matrix (2.7 was removed) #178 (@yarikoptic)
Authors: 2
- John T. Wodder II (@jwodder)
- Yaroslav Halchenko (@yarikoptic)
[0.9.0](https://github.com/duecredit/duecredit/tree/0.9.0) (2021-04-13)
- Drop support for Python < 3.6 - Python packaging is reworked, importlib-metadata is added as a dependency for python < 3.8
[0.8.0](https://github.com/duecredit/duecredit/tree/0.8.0) (2020-02-09)
- Variety of small fixes - Added .zenodo.json for more proper citation of duecredit - drop testing for 3.4 -- rare beast, lxml does not provide pkg for it - Support for citing matplotlib via injection - Address a few deprecation warnings (#146) - Provide more informative message whenever using older citeproc without encoding arg
[0.7.0](https://github.com/duecredit/duecredit/tree/0.7.0) (2019-03-01)
- Prevent warnings from the injector's `__del__`. - InactiveDueCollector in `stub.py` now provides also `active=False` attribute (so external tools could directly query if duecredit is active) and no-op `activate` and `dump` for consistent API with a `due` object whenever `duecredit` is available. - Provide `Text` citation entry for free form text. It does not have any meaningful rendering in BibTex but is present in text rendering. `Url` entry also acquired text rendering with prefix `URL: `.