v0.4.0 #53
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Reference: profitroll/PythonRMV#53
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
⚠️ THIS UPDATE INCLUDES BREAKING CHANGES
Even though this release is not a major one, it does include breaking changes. Major version is not used as the package is still deeply in development.
Breaking Changes
Client
as well as all the objects no longer use separatedate
andtime
input/output data. This means that methods will now require argumenttime
of typedatetime.datetime
, and all the objects that had separate properties of typesdate
andtime
will now provide onedatetime.datetime
object with date and time combinedNone
BoardArrival
andBoardDeparture
now requireClient
as a separate and optional argumentclient
that can beNone
ifretrieve_stops
andretrieve_journey
areFalse
Improvements
speed
have been added. You can install them by installingpyrmv[speed]
instead ofpyrmv
using pip. Now speed-ups only includeujson
, but more can be added in the futureFixes
Dependencies
requests
to~=2.32.3