• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hibtc / cpymad
79%
master: 92%

Build:
Build:
LAST BUILD BRANCH: macos-arm64
DEFAULT BRANCH: master
Repo Added 03 Dec 2014 06:25PM UTC
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 0.19.0
branch: 0.19.0
CHANGE BRANCH
x
Reset
  • 0.19.0
  • 0.0.15
  • 0.10.0
  • 0.10.1
  • 0.10.1.post
  • 0.10.1.post1
  • 0.10.1.post2
  • 0.10.2
  • 0.10.3
  • 0.10.4
  • 0.10.5
  • 0.10.6
  • 0.10.7
  • 0.10.8
  • 0.11.0
  • 0.12.0
  • 0.12.1
  • 0.12.2
  • 0.13.0
  • 0.14.0
  • 0.14.1
  • 0.14.2
  • 0.14.3
  • 0.15.0
  • 0.15.1
  • 0.15.2
  • 0.16.0
  • 0.17.0
  • 0.17.1
  • 0.17.2
  • 0.17.3
  • 0.17.4
  • 0.18.0
  • 0.18.1
  • 0.18.2
  • 0.19.1
  • 1.0.0
  • 1.0.0rc0
  • 1.0.0rc1
  • 1.0.0rc2
  • 1.0.0rc3
  • 1.0.1
  • 1.0.10
  • 1.0.10.post1
  • 1.0.11
  • 1.0.2
  • 1.0.3
  • 1.0.3.post1
  • 1.0.4
  • 1.0.4.post1
  • 1.0.5
  • 1.0.6
  • 1.0.7
  • 1.0.8
  • 1.0.9
  • 1.1.0
  • 1.1.1
  • 1.1.2
  • 1.2.0
  • 1.2.1
  • 1.2.2
  • 1.3.0
  • 1.4.0
  • 1.4.0.post1
  • 1.4.1.post1
  • HEAD
  • aarch64
  • appveyor
  • appveyor-cpython
  • appveyor-miniconda
  • appveyor2
  • appveyor3
  • arm64
  • auto-build
  • badge
  • badges
  • bar
  • bugfix
  • build-as-user
  • buildx
  • cache-ref
  • ci
  • ci-cleanup
  • ci-maintenance
  • cleanup
  • clopts
  • cmdpar
  • coved
  • cover-subprocess
  • cpymad-0.16.0
  • cpymad-0.17.0
  • cpymad-0.17.2
  • cpymad-0.17.3
  • cythonize
  • cythonize-setuptools
  • deploy-pages
  • devel
  • doc
  • doc-summary-tables
  • docs
  • documentation
  • doi
  • drop-32bit
  • drop-compat
  • drop-py2
  • elem-proxy
  • exec-command
  • fix-appveyor
  • fix-ci
  • fix-dframe-after-use
  • fix-eval
  • fix-expression-parser
  • fix-jupyter-stdout
  • fix-mingw-sysconfig
  • fix-missing-semicolon
  • fix-models-py3
  • fix-resource-test
  • fix-setup
  • fix-table-after-clear-issue57
  • fix-travis
  • fix-truncated-data
  • fix-win32-builds
  • fix-windows-builds
  • fix_get_table
  • fortran-unbuffered
  • idiomatic-setup.py
  • importlib.resources
  • improve-coverage
  • improve-madx-crash-handling
  • improve-madx-globals
  • ll3
  • mac
  • macos-arm64
  • madx-5.02.08
  • madx-5.02.11
  • madx-5.05.00
  • madx-5.06.00
  • madx-5.06.01
  • madx-5.07.00
  • madx_vars
  • manylinux
  • manylinux-fixes
  • manylinux2014
  • master
  • memview
  • modernize-madx-api
  • more-element-getters
  • more-tests
  • move-subfolder
  • msvc
  • msys2-ucrt64
  • multiline-commands
  • next-release
  • notrace
  • outsource-models
  • powershell
  • py2_unicode
  • py3.10
  • py3.11
  • py37
  • py38
  • py39
  • pypi-pins
  • quit
  • raise-from
  • readme
  • refactor_rpc
  • release
  • release-0.19.0
  • release-1.7
  • releasee
  • selected
  • setup-cleanup
  • simplify-setup
  • simplify-tests
  • split-build-phases
  • string-util
  • strip-trail-underscore
  • subsequences
  • table-select
  • test-error-crash
  • test-release
  • travis-cache
  • travis-manylinux
  • units
  • update-actions
  • update-readme
  • v1.10.0
  • v1.11.0
  • v1.5.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v1.9.3
  • win-dll

pending completion
439

push

travis-ci

coldfix
Release cpymad 0.19.0

- command/element etc:
    * retrieve information about commands from MAD-X ``defined_commands`` and
      store in ``Command`` instances.
    * use ``Command`` to improve command string generation and type-checks in
      ``util.mad_command`` (#9)
    * quote filename parameters when composing command string
    * use deferred expressions (``:=``) whenever passing strings to
      non-string parameters (#11)
    * subclass elements, beam from ``Command``
    * support attribute access for table/mappings/commands/elements/beams etc
    * allow case-insensitive access
    * overload index-access in tables to retrieve rows
    * implement ``Element.__delitem__`` by setting value to default
    * return name for global elements too
    * add ``Madx.base_types`` data variable that yields the base elements
    * add ``Element.parent``/``base_type`` attributes
    * more concise string representations
    * strip -Proxy suffix from class names
    * apply user defined row/column selections even when no output file is
      specified

- installation:
    * automatically use ``-lquadmath``
    * add ``--static`` flag for setup script, use ``--shared`` by default
    * no more need to link against PTC shared object separately
    * finally provide some binary wheels for py 3.5 and 3.6 (#32)

- raise cython language_level to 3

630 of 797 relevant lines covered (79.05%)

3.95 hits per line

Relevant lines Covered
Build:
Build:
797 RELEVANT LINES 630 COVERED LINES
3.95 HITS PER LINE
Source Files on 0.19.0
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
439 0.19.0 Release cpymad 0.19.0 - command/element etc: * retrieve information about commands from MAD-X ``defined_commands`` and store in ``Command`` instances. * use ``Command`` to improve command string generation and type-checks in `... push 25 Mar 2018 01:06PM UTC coldfix travis-ci pending completion  
See All Builds (1320)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc