Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

0.6.0 - Phoebe

Compare
Choose a tag to compare
@ayust ayust released this 23 Nov 22:06
· 69 commits to master since this release

This release contains changes that are not backwards-compatible.

New/updated endpoints:

  • Corp.facilities() added, wraps corp/Facilities (manufacturing)
  • Corp.customs_offices() added, wraps corp/CustomsOffices
  • Char.character_sheet() has been updated for Phoebe to include more data:
    • Jump fatigue
    • Home station, last remote station jump time
    • Respecs, free SP
    • Implants
    • Jumpclones (including their implants)
    • Attribute modifiers no longer directly available; if you relied on this you'll need to use the new implant info to compute yourself.
  • Account.status() now includes multi-training timers
  • eve.certificate_tree() has been removed, since certificates were removed from EVE.

Other changes

  • HTTP errors that are not used as a wrapper for EVE XML API errors will now be raised as the appropriate exception classes rather than being raised as APIError instances.
  • The bin/evelink command line tool has been updated to work properly with Python 3.