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

use ACE 4.1 #36

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

use ACE 4.1 #36

wants to merge 39 commits into from

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    56227e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa2fb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. bump version, add ACE4 manual

    dimpase committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    dc566ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d2377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9795812 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from dimpase/dimpase-patch-1

    correct reported ACE binary version
    dimpase authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ca68993 View commit details
    Browse the repository at this point in the history
  5. adjust test output

    dimpase committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    14927b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f18e7f View commit details
    Browse the repository at this point in the history
  7. adjust parising for ACEBinaryVersion, remove stat(istics)

    statistics package was removed from ACE 4.
    
    "options;" ACE command produces different output
    in diffent state of the enumerator - perhaps, we can just
    remove ACEBinaryVersion all together
    dimpase committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6653d33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75aa044 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3eeb8a9 View commit details
    Browse the repository at this point in the history
  10. remove ACEBinaryVersion as not giving anything intersting for ACE4

    reverting this commit will re-surface an ACE4-specific bug,
    which makes ACEBinaryVersion hang if there is an active ACE session.
    dimpase committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f80e2b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    a6b379e View commit details
    Browse the repository at this point in the history
  2. removing ao and ai options, part I

    It all works, except that the option aceiputfile to write the ACE
    input in an external file writes there the line
    
    aceinputile: <file name>
    
    - which ACE4 does not understand, but happily ignores.
    So this is a minor quirk.
    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4b614da View commit details
    Browse the repository at this point in the history
  3. remove ignored options

    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    64e1a68 View commit details
    Browse the repository at this point in the history
  4. remove old "hole" option

    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3231705 View commit details
    Browse the repository at this point in the history
  5. remove 'pmode' old option

    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b8e5fc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b7834c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4c240f View commit details
    Browse the repository at this point in the history
  8. administrativia updates

    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7f40f05 View commit details
    Browse the repository at this point in the history
  9. ACE 4.1 material provided by Colin Ramsay

    1) "a set of figures detailing the control flow in the
    state machine that is at the core of the enumerator (see the
    enum.c & enum0n.inc source files)."
    
    2) example demonstrating new functionality of "pr;" command:
    "The print table now takes two arguments, the beginning and ending
    coset.  If the arguments are negative they mean (respectively) add
    order/representative columns to the table and include coincident
    coset rows.  To compact and standardise the coset table you need
    to invoke st; before pr;."
    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d84e738 View commit details
    Browse the repository at this point in the history
  10. removed a duplicate reference

    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ba22b37 View commit details
    Browse the repository at this point in the history
  11. fix typo

    dimpase committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f349d7f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. ace41 manual related stuff (#2)

    * remove ps and pdf doc files for standalone ace
    
    * restored ace3001 doc sources - merged a41 doc sources in them
    
    * ace41 manual sources + mild changes to use includegraphics and xelatex
    
    * adjust makefile for xelatex;  metapost to output *.eps
    
    * add a reference on coset enum. for Th, and put in few numbers
    
    * top level target for docs, gitignore more
    dimpase authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    be8e85c View commit details
    Browse the repository at this point in the history
  2. use xetex for docs

    dimpase committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4cc94af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd307d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. test CI for doc building (#3)

    * test CI for doc building
    
    * upload ace41.pdf in CI, too
    dimpase authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6f269cc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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

Commits on Nov 29, 2023

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

Commits on Feb 7, 2024

  1. add missing ')'

    Co-authored-by: Max Horn <[email protected]>
    dimpase and fingolfin authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4399445 View commit details
    Browse the repository at this point in the history
  2. add DEV to version #

    Co-authored-by: Max Horn <[email protected]>
    dimpase and fingolfin authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4f9a345 View commit details
    Browse the repository at this point in the history
  3. Update .release

    Co-authored-by: Max Horn <[email protected]>
    dimpase and fingolfin authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6e01f32 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update README.md

    Co-authored-by: Max Horn <[email protected]>
    dimpase and fingolfin authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6e94401 View commit details
    Browse the repository at this point in the history
  2. replace tabs with spaces

    dimpase committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b1103b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b46e3c View commit details
    Browse the repository at this point in the history
  4. remote pmode, adjust tables

    dimpase committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f6ab03d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a1dc19 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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