Releases: lofar-astron/RMextract
Releases · lofar-astron/RMextract
Version 0.5.1
Make RMextract Python3.12 compatible
What's Changed
- Make loglevel available via env by @bennahugo in #44
- Add local file option and formatter by @AlecThomson in #48
- Make RMextract Python3.12 compatible by @gmloose in #55
- Fix pkg_resources issue by @gmloose in #61
New Contributors
- @bennahugo made their first contribution in #44
- @AlecThomson made their first contribution in #48
Full Changelog: v0.4.4...v0.5.0
fixes urllib issues
Major bug fix when using urllib, specifically for servers starting with "http". Added overwrite option in getRM
Ensure LOFAR utitlies are pip-installable
This minor release ensures that the LOFAR
utilities are pip
-installable. A warning is issued when "old-school" python setup.py
is used instead of pip
.
To install the LOFAR
utilities and its dependencies (except those on lofar.parmdb
), use pip install RMextract[lofar-utils]
, or if you already have a copy of the source tree, you can use pip install .[lofar-utils]
, instead of python setup.py install --add-lofar-utils
.
pip installable
including astropy depency
pip installable
make RMextract pip installable and change some of the namespaces
v0.3
0.2: Merge pull request #15 from lofar-astron/add-license-1
Create LICENSE