-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.5.0 * fixes * add set.py * Introduce the strict argument to the disjunctive constraint * fix docs * add abs function * small test fix * Add mathematical functions and enhance array indexing - Introduce `exp`, `ln`, `log`, `log10`, `log2`, `sqrt`, and `product` functions. - Update array indexing to require all indices for multidimensional arrays. - Fix assertions in tests to reflect changes in array slicing behavior. * Refactor type hints to use Union for function parameters * Update task scheduling examples and expected outputs in documentation * remove strict disjunctive sample as no one know, what the difference should we expect * Add trigonometric functions * Fix type hint for _generate_solution_class_and_field_names function * test * comment out hyperbolic functions as they cause an error in minizinc 2.6.0 * comment out hyperbolic functions to prevent errors in minizinc 2.6.0 * Update changelog to remove hyperbolic trigonometric functions from the list * update doctest github action * capitalize some docstrings for consistency * use 3.12 in doctest twmr/pytest-sphinx#67
- Loading branch information
1 parent
1456394
commit 500a88d
Showing
28 changed files
with
1,012 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ instance/ | |
|
||
# Sphinx documentation | ||
docs/_build/ | ||
docs/source/api | ||
|
||
# PyBuilder | ||
target/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.