Releases: michaelaye/pyciss
Releases · michaelaye/pyciss
PathManager and databases
- opusapi.OPUS.get_between_times now has an optional
target
option to restrict the results to the intended target name. - PathManager rewrite. The notebook repr now shows a list of found files.
- soliton wave through Saturn's rings now can be predicted and plotted with plotting.soliton_plot() (curtesy of Morgan Rehnberg's prediction polynom
- calib_ciss now logs INFO level progress messages and warns when one doesn't use map_projection=True
- tests now have an example notebook for io functionality
- io.print_db_stats() provides an overview of what data one has downloaded
v0.5.0
get_between_times
functionality for opusapi
module.
This means one can now do something like this:
from pyciss import opusapi
opus = opusapi.OPUS()
opus.get_between_times('2010-10-10T00:00:00', '2010-10-11T00:00:00')
Found 7 obsids.
The times can also be datetime objects. If the object has the attribute isoformat()
to produce an ISO 9600 timestring, it should work.
v0.4.1
v0.4.1:
- fix failing tests in notebooks (no Travis tests for ISIS functionality possible for continuous integration)
- add
__version__
info topyciss
- remove private notebooks from GH repo
v0.4.0:
- Refactoring opusapi methods
- refactoring io.RingCube into pyciss.ringcube. Should now be called as pyciss.ringcube.RingCube()
- adding test notebooks for opusapi.
v0.3.2
- Improving README on Pypi
Ready for PyPI
This version is the first version that will be uploaded to the PyPI servers, so that everybody can install it simply via:
pip install pyciss
.
Initial release
Trying to get this into a more official regime, I'm releasing an v0.1.