v0.5.0
New features:
- Rename the package from
RISpytorispy(PEP8 https://www.python.org/dev/peps/pep-0008/#package-and-module-names) - Added the ability to write RIS files (via
dump) in addition to read (@J535D165) - Code formatting rules via black and flake8
- All methods by default return an evaluated list of references, not a generator (to be consistent w/ load/dump behavior)
- Github actions - code formatting check and unit-tests
Breaking changes:
- Rename package from
RISparsertorispy - Revise API for reading RIS files to mirror python APIs (like
json,pickle) SERIS key mapped tosectioninstead ofversion(per wikipedia)NVRIS key mapped tonumber_of_volumesinstead ofnumber_of_VolumesN2RIS key mapped tonotes_abstractinstead ofabstract- Python ≥ 3.6 required
New Contributors
- @emilyzzz made their first contribution in #9
- @jiaola made their first contribution in #12
- @J535D165 made their first contribution in #15
Full Changelog: v0.4.3...v0.5.0