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

Cythonized version to fix #62 #63

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Cythonized version to fix #62 #63

wants to merge 3 commits into from

Commits on Dec 17, 2019

  1. Default values are now validated/converted as normal values. If the d…

    …efault value is provided in `default=<value>` or as a `default_factory=copy_value(<value>)`, this is done only **once per field**, to accelerate future access. If the value was converted on the way, the converted value is used to replace the default value, or the default value copied by the factory. Fixed [#57](#57)
    Sylvain MARIE committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    f67caf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Enabled cythonization

    Sylvain MARIE committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8fc12f1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cython

    # Conflicts:
    #	pyfields/core.py
    #	pyfields/helpers.py
    Sylvain MARIE committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    39e398a View commit details
    Browse the repository at this point in the history