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

Correction for the method SubCircuit.check_nodes() #136

Open
wants to merge 141 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    1119659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9afd20d View commit details
    Browse the repository at this point in the history
  3. bug fixes

    chaffra committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    827603c View commit details
    Browse the repository at this point in the history
  4. commit

    chaffra committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a896fc7 View commit details
    Browse the repository at this point in the history
  5. some syntax improvements

    Chaffra Affouda committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    59d9b04 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Correction of the method SubCircuit.check_nodes()

    Change of the definition of Node to ensure the node name is always stored in lower case.
    Converted the _external_nodes in SubCircuit into a tuple of Nodes.
    Modified SubCircuit.check_nodes to use the Node name property, and a dictionary to verify if a node has more than one element connected.
    jmgc committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    3892217 View commit details
    Browse the repository at this point in the history
  2. Update Netlist.py

    Remove unused line.
    jmgc committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    53b2acd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from chaffra/schemdraw

    Schemdraw
    jmgc authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    15ebb73 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Configuration menu
    Copy the full SHA
    cfd7531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ef59b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Update of the todo tests.

    jmgc committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    ba39b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd2821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f724d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    6029992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3982e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    631b22f View commit details
    Browse the repository at this point in the history
  4. Added a test for a transformer.

    jmgc committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    1e2806a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d5a39 View commit details
    Browse the repository at this point in the history
  6. Corrected the lower position.

    jmgc committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    216be84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0af0a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Change all the names to lower.

    jmgc committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    49231aa View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    fb5a951 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    cdce6c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. spice name

    Adding the possibility to use parameters with the spice name in an element.
    jmgc committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    1dd1540 View commit details
    Browse the repository at this point in the history
  2. expressions

    Add the management of expressions inside brackets.
    jmgc committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    b850770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8fa62f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Update .gitignore

    Avoding .idea.
    jmgc committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    3eb9b62 View commit details
    Browse the repository at this point in the history
  2. Changing the order of models.

    jmgc committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    f2ab07c View commit details
    Browse the repository at this point in the history
  3. Managing the parser.

    jmgc committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    81c1ea2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Changing the node 0 for vss

    jmgc committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    51053e5 View commit details
    Browse the repository at this point in the history
  2. Revert "Changing the node 0 for vss"

    This reverts commit 51053e5.
    jmgc committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    a49aaa7 View commit details
    Browse the repository at this point in the history
  3. Create mosdriver.lib

    jmgc committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    563a4c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    456132c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a63efa View commit details
    Browse the repository at this point in the history
  6. Update BasicElement.py

    Organizing the parameters of BehavioralSource.
    jmgc committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    4f3719e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Modified the parser and include methods to properly check and organiz…

    …e the models and subcircuits.
    jmgc committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    cf8b90b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Update test_SpiceParser.py

    jmgc committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    989969b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fde7a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Removed SchemDraw dependency.

    jmgc committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    12a2ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4db84 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    jmgc committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c449fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    789c5bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2719e2a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Added the condition to avoid adding a .ic if there is no initial cond…

    …ition. Check improved to take that into account.
    jmgc committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    5162ec5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    528d905 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Remove SchemDraw.

    jmgc committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    6877d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    adb2c0b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge pull request #3 from jmgc/master

    Update to developer to master.
    jmgc authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    bef32fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from jmgc/devel

    Merge pull request #3 from jmgc/master
    jmgc authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    5b54bcb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    d04ccd4 View commit details
    Browse the repository at this point in the history
  2. Update Parser.py

    jmgc committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    65e2604 View commit details
    Browse the repository at this point in the history
  3. Update Netlist.py

    Correction on NPinElement.
    jmgc committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5c67a28 View commit details
    Browse the repository at this point in the history
  4. Update test_SpiceParser.py

    jmgc committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1cab0bf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    902d04d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf410e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c573d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b815b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    2ab8169 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    38dbdb3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. EBNF Spice Grammar optimised.

    jmgc committed May 24, 2021
    Configuration menu
    Copy the full SHA
    928b4ad View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    5d9fd98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0142c41 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Solving issues with expressions.

    jmgc committed May 27, 2021
    Configuration menu
    Copy the full SHA
    0ec310c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d090d13 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    961ffad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac2b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    791f991 View commit details
    Browse the repository at this point in the history
  4. Correction on the SpiceParser and ModelWalker to avoid issues when be…

    …ing used with different files.
    jmgc committed May 30, 2021
    Configuration menu
    Copy the full SHA
    ac6781b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b98323a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    421127a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    f6d1d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96889e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9646b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40f740d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c6dd39 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    d8984c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90afb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ca14e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42fd988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ad962b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92d23cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e6eb61 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Modifications to avoid compatibility issues with the ".save" command …

    …between xyce and ngspice.
    jmgc committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    46cb3a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    363b461 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Modified RawFile reader to access directly with numpy to the file to …

    …read the raw data, and also accept unfinished simulations.
    jmgc committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    aa4989a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Corrected different parser issues

    Mainly management of differences between xyce and ngspice formats.
    jmgc committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ccbcb2e View commit details
    Browse the repository at this point in the history
  2. Update project

    jmgc committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2effc33 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'update_latest'

    jmgc committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    26a4fe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Solved the issues associated with the parser

    The different issues that came from the parser, like bjt, diode and voltage controlled sources have been solved. The codes has also been updated to the latest from the original repository.
    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b91458a View commit details
    Browse the repository at this point in the history
  2. Update codeql-analysis.yml

    jmgc authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    9740941 View commit details
    Browse the repository at this point in the history
  3. Update codeql-analysis.yml

    jmgc authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8791cad View commit details
    Browse the repository at this point in the history
  4. Update requirements.txt

    Include TatSu
    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b1ffd79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f913909 View commit details
    Browse the repository at this point in the history
  6. Delete test_Pickle.py

    Already in another folder.
    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    48e8bd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5349ac9 View commit details
    Browse the repository at this point in the history
  8. Update EBNFSpiceParser.py

    Trial to solve an issue in some cases with the numbers that are converted into tuples.
    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    700a0ea View commit details
    Browse the repository at this point in the history
  9. Update EBNFExpressionParser.py

    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    9e0ec94 View commit details
    Browse the repository at this point in the history
  10. Revised the tests

    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    21f36b4 View commit details
    Browse the repository at this point in the history
  11. Moved the file

    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    5168b3c View commit details
    Browse the repository at this point in the history
  12. Update .gitignore

    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    a64a9de View commit details
    Browse the repository at this point in the history
  13. Update workspace.xml

    jmgc committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    9675baa View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    4e614ff View commit details
    Browse the repository at this point in the history
  2. Update test_ExpressionParser.py

    Added more tests for the number expressions.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    60b0c7e View commit details
    Browse the repository at this point in the history
  3. Update test_Expressions.py

    Changed to almostEqual an assert.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    56bf042 View commit details
    Browse the repository at this point in the history
  4. Update Netlist.py

    Solve an issue with multiline titles
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3fdd475 View commit details
    Browse the repository at this point in the history
  5. Update Unit.py

    Correction of Units with expressions to avoid adding the units.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    37c4add View commit details
    Browse the repository at this point in the history
  6. Update test_SpiceParser.py

    Check for the title issue.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7557172 View commit details
    Browse the repository at this point in the history
  7. Solve an issue with BJT pin naming

    Included a test
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    30dda1e View commit details
    Browse the repository at this point in the history
  8. Update EBNFSpiceParser.py

    Solve an issue with multiple lines in the title.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    300fa6c View commit details
    Browse the repository at this point in the history
  9. Update BasicElement.py

    Manage the voltage source to take into account the different parameters.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e70e213 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e47314 View commit details
    Browse the repository at this point in the history
  11. Update the spice grammar

    Detected an issue with the parameters determination. The grammar has been modified to be more robust and tests have been added.
    jmgc committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c9869d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3bbe3c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78ef879 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Update SiUnits.py

    Changed the unit suffixes to lower case, and commented those that can be misinterpreted when the units in the spice file are converted to lower case. Meter left, though it can be misinterpreted with mili.
    jmgc committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b4ec4f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Update Units and revise the letter casing

    To avoid issues with Spice, the full spice code is lower cased. Also revised the expression parsing to avoid issues between the expressions, the units and the recovering of the Spice code.
    jmgc committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    01af29d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update WaveForm.py

    Work with lower case in all the cases, to be consistent with SPICE's case-insensitive behaviour.
    jmgc committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7c9fe99 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Update SiUnits.py

    Rename celsius SPICE suffix.
    jmgc committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ef84b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Solve an issue with expressions

    Manage an expression as positional parameter.
    jmgc committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f705391 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    7e92501 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update Shared.py

    Correction of unit name.
    jmgc committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9dacc67 View commit details
    Browse the repository at this point in the history
  2. Update Unit to use Expressions

    Update PrefixedUnit and UnitValue to manage expressions.
    jmgc committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b0c4c8c View commit details
    Browse the repository at this point in the history
  3. Improvement on Unit with Expression

    Take into account the case when the Unit value is already an Expression. And the associated test.
    jmgc committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8306496 View commit details
    Browse the repository at this point in the history
  4. Update Unit.py

    Correction to avoid circular imports.
    jmgc committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0387b7e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Update voltage-divider.py

    Update the example.
    jmgc committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    eea4508 View commit details
    Browse the repository at this point in the history
  2. Delete Parser_jmgc.py

    It is subsided by EBNFParser.
    jmgc committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5bad95d View commit details
    Browse the repository at this point in the history
  3. Update to use the EBNFParser in Library

    Updates on Library and Netlist to allow the use of EBNFParser in library.
    jmgc committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    eca4d68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7491d76 View commit details
    Browse the repository at this point in the history
  5. Improved the library with parser integration

    Solved issues with the inclusion of the spice.
    jmgc committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    b3054d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Update RawFile.py

    Change to numpy frombuffer to avoid warning.
    jmgc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cd7f725 View commit details
    Browse the repository at this point in the history
  2. Update Server.py

    Improve the errors information.
    jmgc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    87a1fd5 View commit details
    Browse the repository at this point in the history
  3. Update BasicElement.py

    Improve the errors detection.
    jmgc committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3061e80 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update tox.ini

    Updated to use python 311
    jmgc committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    875b65a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353fc6b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Update test_SpiceParser.py

    Added a new test to confirm that multiple elements are read.
    jmgc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1746af2 View commit details
    Browse the repository at this point in the history
  2. Update RawFile.py

    Added a check to avoid loosing files data.
    jmgc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    459a639 View commit details
    Browse the repository at this point in the history
  3. Solve an issue when checking models

    Correction of the method an associated test.
    jmgc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    7fd9454 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f42287 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update Expressions.py

    Improve docs.
    jmgc committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ebcba23 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Update setup.cfg

    Added tatsu requirement and update python version.
    jmgc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    be32047 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update __init__.py

    Solve issue with raw streams.
    jmgc committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5f0cc06 View commit details
    Browse the repository at this point in the history