Skip to content

Releases: duecredit/duecredit

0.10.1

17 May 12:30
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix assertion placement + test on CI having numpy installed in a separate matrix run #215 (@yarikoptic)

Authors: 1

0.10.0

13 May 19:00
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to master

  • Revert "raise, do not return some NotImplemented if type is other than what we can compare" (@yarikoptic)

🏠 Internal

📝 Documentation

Authors: 5

0.9.3

12 Nov 15:56
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

🧪 Tests

Authors: 2

0.9.2

01 Feb 14:27
Compare
Choose a tag to compare

🐛 Bug Fix

  • Tell LGTM to ignore unused imports in stub.py #179 (@jwodder)

🏠 Internal

  • Make Debian Python version PEP440 compliant #184 (@bdrung)

Authors: 2

0.9.1

13 Apr 19:06
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

[0.9.0](https://github.com/duecredit/duecredit/tree/0.9.0) (2021-04-13)

13 Apr 18:10
0.9.0
Compare
Choose a tag to compare
- 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)

10 Feb 14:56
0.8.0
Compare
Choose a tag to compare
- 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)

23 Aug 18:51
0.7.0
Compare
Choose a tag to compare
- 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: `.