Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation + tests3 #22

Merged
merged 110 commits into from
Oct 10, 2023
Merged

Documentation + tests3 #22

merged 110 commits into from
Oct 10, 2023

Conversation

Diviloper
Copy link
Member

Integrate all recent progress into develop for the beta release.
Includes the documentation added in the documentation branch and the tests implemented in the tests3 branch

estebanzimanyi and others added 30 commits August 16, 2023 18:40
# Conflicts:
#	pymeos/pymeos/boxes/stbox.py
#	pymeos/pymeos/main/tfloat.py
#	pymeos/tests/boxes/tbox_test.py
#	pymeos/tests/main/tfloat_test.py
#	pymeos/tests/main/tint_test.py
#	pymeos_cffi/pymeos_cffi/__init__.py
#	pymeos_cffi/pymeos_cffi/builder/build_helpers.py
#	pymeos_cffi/pymeos_cffi/builder/build_pymeos_functions.py
#	pymeos_cffi/pymeos_cffi/builder/build_pymeos_functions_modifiers.py
#	pymeos_cffi/pymeos_cffi/builder/meos.h
#	pymeos_cffi/pymeos_cffi/functions.py
#	pymeos_cffi/test.py
Removed STBox as a valid input type in the expand method within the stbox.py file. The same output should be obtained with the union method.
The expand function now only accepts numeric and temporal types as arguments, thus excluding TBox type. This simplification attempts to make the code cleaner and easier to manage.

Refactored the union method to merge boxes by default even if they do not intersect. Added an optional parameter 'strict' that when set true, preserves the old behaviour, i.e., fails if the boxes do not intersect.

Fixed return type in round method

Corrected the round method's return type. Previously it was wrongly marked as STBox, it's now correctly marked as TBox.
@Diviloper Diviloper added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 10, 2023
@Diviloper Diviloper added this to the Version 1.1 milestone Oct 10, 2023
@Diviloper Diviloper merged commit 6cc042d into develop Oct 10, 2023
@Diviloper Diviloper deleted the documentation branch October 27, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants