Releases: rafguns/wosfile
Releases · rafguns/wosfile
wosfile v0.6
wosfile v0.5
New features
- Python 3.8 is officially supported.
- Address parsing is moved to a separate property. wosfile now only tries to parse the
C1
(author address) field, if the newRecord.author_address
property is accessed.rec["C1"]
is unparsed, thus allowing access to the raw input value. See #9 wosfile.read
now also accepts instances ofpathlib.Path
.
Bug fixes
- wosfile can now parse mixed
C1
fields, with and without authors. SometimesC1
(author address) contains both subfields with and without author indication. In that case, the ones without authors can be ignored, which is what wosfile does now. See #8 - Installation failed for some users, due to the lack of an explicit encoding for the README and the fact that there was no wheel on PyPI for v0.4.2. See #10
Behind the scenes
There are also some changes "behind the scenes":
- Improved presentation on PyPI
- Better testing, with pytest instead of nose
- Dependabot tracks dependencies.
wosfile v0.4.1
First release with a name that does not clash with other PyPI packages :-)