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

0.4.1 #70

Merged
merged 7 commits into from
Apr 23, 2023
Merged

0.4.1 #70

merged 7 commits into from
Apr 23, 2023

Commits on Feb 19, 2023

  1. 0.4 (#60) (#61)

    * change readme, changelog.md and enum example according to actual version
    
    * migrate to ruff from flake8
    
    * fix pyproject.toml
    
    * support var parametrization, add both float case to get_wider_type
    
    * fix doc, update changelog.md
    
    * add readthedocs.yaml
    
    * add libfuse install step, as it is required by app image and not presented anymore
    
    * add sphinx-apidoc command as pre_build for readthedocs
    
    * install libfuse every time
    
    * install package in doc builder
    
    * rename test job
    
    * add changelog.md
    
    * add test for fixation constraints
    
    ---------
    
    Co-authored-by: Artsiom Kaltovich <[email protected]>
    artsiomkaltovich and Artsiom Kaltovich committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c48bec9 View commit details
    Browse the repository at this point in the history
  2. 0.4 (#60) (#64)

    * 0.4 (#60)
    
    * change readme, changelog.md and enum example according to actual version
    
    * migrate to ruff from flake8
    
    * fix pyproject.toml
    
    * support var parametrization, add both float case to get_wider_type
    
    * fix doc, update changelog.md
    
    * add readthedocs.yaml
    
    * add libfuse install step, as it is required by app image and not presented anymore
    
    * add sphinx-apidoc command as pre_build for readthedocs
    
    * install libfuse every time
    
    * install package in doc builder
    
    * rename test job
    
    * add changelog.md
    
    * add test for fixation constraints
    
    ---------
    
    Co-authored-by: Artsiom Kaltovich <[email protected]>
    
    * fix version in ci (#62)
    
    Co-authored-by: Artsiom Kaltovich <[email protected]>
    
    ---------
    
    Co-authored-by: Artsiom Kaltovich <[email protected]>
    artsiomkaltovich and Artsiom Kaltovich committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ef36b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge branch 'release' into 0.4.0

    # Conflicts:
    #	.github/workflows/doc.yml
    #	.github/workflows/release.yml
    #	.github/workflows/test.yml
    #	README.md
    #	changelog.md
    #	doc/source/tutorial/fix_vars.rst
    #	test/var/test_var.py
    Artsiom Kaltovich committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    aebbfb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. fix changelog

    Artsiom Kaltovich committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0ac943f View commit details
    Browse the repository at this point in the history
  2. add alldifferent_except

    Artsiom Kaltovich committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0cdb461 View commit details
    Browse the repository at this point in the history
  3. add alldifferent_except test

    Artsiom Kaltovich committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    2d8c4c3 View commit details
    Browse the repository at this point in the history
  4. add table doc example

    Artsiom Kaltovich committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    b0c6e63 View commit details
    Browse the repository at this point in the history