Releases: pennlabs/penn-sdk-python
Daylight savings timezone fix
Fixed dining test bug
v1.8.5 Merge branch 'master' of https://github.com/pennlabs/penn-sdk-python
GSR Reservation Timeouts
GSR Reservations can now fetched with an optional timeout, at which point an empty reservation list will be returned.
Daylight savings timezone fix for Wharton GSR
v1.8.3 updated version number
Add schedule function to fitness API
Add a schedule function that returns the schedule for fitness centers for the next 3 days.
New fitness API
Add a Fitness API that shows usage data for various rooms in the fitness centers. Obtains data from here.
Studyspaces API Rewrite
Rewrite the Studyspaces API to use the official LibCal API. A client id and client secret is now required to use these methods.
Add booking method to studyspaces
Add a method to book rooms for studyspaces.
Fix study spaces API
The study spaces API broke after updates to the library booking site. This release fixes the study spaces API.
Various fixes to laundry
Increase timeout for when Penn OpenData APIs are slow, fix an issue where the CSV wasn't being copied in the package, and raise a ValueError when an invalid id is passed to a laundry function.