Louis Heredero HEL
HEL deleted branch release/0.2.1 from HEL/circuiteria 2026-07-03 23:36:48 +00:00
HEL merged pull request HEL/circuiteria#24 2026-07-03 23:36:46 +00:00
Release v0.2.1
HEL created pull request HEL/circuiteria#24 2026-07-03 23:36:37 +00:00
Release v0.2.1
HEL pushed to release/0.2.1 at HEL/circuiteria 2026-07-03 23:35:40 +00:00
73b7348eed chore: remove duplicate alt text
HEL pushed to feat/add-docstrings at HEL/midas 2026-07-03 23:30:23 +00:00
9764484fd9 docs: add docstrings to midas parser
5b9e322c91 docs: add some docstrings in lexer classes
Compare 2 commits »
HEL pushed to feat/add-docstrings at HEL/midas 2026-07-03 17:31:22 +00:00
c18d9c18de tests: update with new parameter spec
HEL created branch feat/add-docstrings in HEL/midas 2026-07-03 17:26:23 +00:00
HEL pushed to feat/add-docstrings at HEL/midas 2026-07-03 17:26:23 +00:00
9229f00375 refactor: rebrand function parameters and unify spec
6b7a682dc5 docs: add some docstrings
35b97fd17b refactor(ast): restructure printers
Compare 3 commits »
HEL pushed to main at HEL/midas 2026-07-03 14:38:46 +00:00
03bc32400b Merge pull request 'Frame / columns in manual' (#28) from feat/frame-columns-in-manual into main
4a93ee45d9 docs: add section about Frame type annotations
8197131d8d docs: add Column and Frame to manual
cf91187b7a fix(checker): remove bool as subtype of int
1b2bdf0b79 docs: add alias statements to manual
Compare 5 commits »
HEL deleted branch feat/frame-columns-in-manual from HEL/midas 2026-07-03 14:38:46 +00:00
HEL merged pull request HEL/midas#28 2026-07-03 14:38:45 +00:00
Frame / columns in manual
HEL created pull request HEL/midas#28 2026-07-03 14:38:41 +00:00
Frame / columns in manual
HEL pushed to feat/frame-columns-in-manual at HEL/midas 2026-07-03 14:37:39 +00:00
4a93ee45d9 docs: add section about Frame type annotations
HEL created branch feat/frame-columns-in-manual in HEL/midas 2026-07-03 11:32:02 +00:00
HEL pushed to feat/frame-columns-in-manual at HEL/midas 2026-07-03 11:32:02 +00:00
8197131d8d docs: add Column and Frame to manual
cf91187b7a fix(checker): remove bool as subtype of int
1b2bdf0b79 docs: add alias statements to manual
Compare 3 commits »
HEL deleted branch feat/simple-frame-ops from HEL/midas 2026-07-03 10:29:34 +00:00
HEL pushed to main at HEL/midas 2026-07-03 10:29:33 +00:00
c6cc38bfeb Merge pull request 'Frame / column operations' (#27) from feat/simple-frame-ops into main
4d3e3f44a1 fix(checker): correctly check length of frame/column
ec80b1e92e feat(checker): add head/tail methods
4ea15519f3 feate(checker): add some frame/column attributes
7a6e01cff8 fix(checker): delegate frame aggregate methods to columns
Compare 37 commits »
HEL merged pull request HEL/midas#27 2026-07-03 10:29:32 +00:00
Frame / column operations
HEL pushed to feat/simple-frame-ops at HEL/midas 2026-07-03 10:29:18 +00:00
4d3e3f44a1 fix(checker): correctly check length of frame/column
HEL created pull request HEL/midas#27 2026-07-03 10:29:14 +00:00
Frame / column operations