Skip to content

Releases: michaelaye/pyciss

PathManager and databases

11 Nov 06:51
Compare
Choose a tag to compare
  • 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

25 May 21:15
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

23 May 22:46
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

v0.4.1:

  • fix failing tests in notebooks (no Travis tests for ISIS functionality possible for continuous integration)
  • add __version__ info to pyciss
  • 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

22 May 19:47
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Improving README on Pypi

Ready for PyPI

21 May 22:22
Compare
Choose a tag to compare
Ready for PyPI Pre-release
Pre-release

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

23 Nov 17:23
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Trying to get this into a more official regime, I'm releasing an v0.1.