You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.0 will be released on Jan 2, 2025. Below is the current changelog of master. Please give feedback on any feature requests or bugs discovered. Thanks!
This release contains many bug fixes that probably breaks existing code (assuming calling code has mitigations but some of the bugs mentioned below).
If you are flipping cube faces in your code, make sure to verify your inputs/outputs as they will have siltently changed!
Previously horizon image would look like:
Now it looks like:
All functions should now have expected output dtypes based on their input image dtypes. E.g. if a uint8 image is provided, the returned warped image is now a uint8.
v1.0.0 will be released on Jan 2, 2025. Below is the current changelog of
master
. Please give feedback on any feature requests or bugs discovered. Thanks!This release contains many bug fixes that probably breaks existing code (assuming calling code has mitigations but some of the bugs mentioned below).
Breaking Changes
horizon
(anddict
andlist
) image mentioned in a big bug in c2e #11 by @BrianPugh in e2c and c2e tests; fix flipped image issue mentioned in #11 #28.Now it looks like:
assert
with appropriate exceptions.AssertionErrors
are now eitherValueError
orTypeError
with more helpful messagse. by @BrianPugh in Replace asserts with appropriate exceptions. #24convert360
CLI has been re-done to be more intuitive to use by @BrianPugh in CLI Revamp. #30.Bug Fixes (non-breaking)
np.bool
NumPy v1.20 deprecation error. by @kikefdezl in Fix np.bool NumPy 1.20 deprecation error. #20e2p()
parameterfov_deg
for scalar values. Previously the code was just broken and would raise aNameError
by @BrianPugh in fixe2p()
parameterfov_deg
for scalar values. #25cube_dict2h
in 20c5210.Features
e2c
e2p
c2e
to operate on 2D arrays. by @BrianPugh in Allow e2c e2p c2e to operate on 2D arrays. #29py360convert.__version__
available.Admin/Misc
New Contributors
Full Changelog: v_0.1.0...v1.0.0
The text was updated successfully, but these errors were encountered: