This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
Releases: JuliaDiffinDiffs/DiffinDiffsBase.jl
Releases · JuliaDiffinDiffs/DiffinDiffsBase.jl
v0.4.0
DiffinDiffsBase v0.4.0
Merged pull requests:
- Improve post! and DID result interface and add GroupContrasts (#33) (@junyuan-chen)
- Improve apply methods and fix issues with overlap! (#34) (@junyuan-chen)
- Move StatsProcedures to external dependency (#35) (@junyuan-chen)
- Fix an issue with scaledlabel and update dependency (#36) (@junyuan-chen)
v0.3.3
DiffinDiffsBase v0.3.3
Merged pull requests:
- Return example data as VecColumnTable with Vector columns (#29) (@junyuan-chen)
- Add RotatingTimeArray and improve settime (#30) (@junyuan-chen)
- Add UnspecifiedParallel (#31) (@junyuan-chen)
- Add GroupTreatintterms, GroupXterms, GroupSample and post! (#32) (@junyuan-chen)
v0.3.2
DiffinDiffsBase v0.3.2
Merged pull requests:
- Improve show method of VecColumnTable with PrettyTables (#25) (@junyuan-chen)
- Bump compat versions and improve show method of VecColumnTable (#26) (@junyuan-chen)
- Add setindex! for ScaledArray and support missing values (#27) (@junyuan-chen)
- Improve the update of esample and fix issues with overlap! (#28) (@junyuan-chen)
v0.3.1
DiffinDiffsBase v0.3.1
Merged pull requests:
- Add PanelStructure and panel operations lead, lag and diff (#22) (@junyuan-chen)
- Add ScaledArray, RotatingTimeValue and settime (#23) (@junyuan-chen)
- Improve ScaledArray and add RotatingTimeRange (#24) (@junyuan-chen)
v0.3.0
DiffinDiffsBase v0.3.0
Merged pull requests:
- Do not generate NamedTuples until valid_didargs (#13) (@junyuan-chen)
- Replace Terms with TermSet and allow grouping args by isequal (#14) (@junyuan-chen)
- Add a table type SubColumns that replaces _getsubcolumns (#15) (@junyuan-chen)
- Add findcell for grouping row indices by cell (#16) (@junyuan-chen)
- Rename SubColumns to VecColumnTable and improve findcell (#17) (@junyuan-chen)
- Add example datasets nsw and mpdta (#18) (@junyuan-chen)
- Allow sorting VecColumnTable and define TermSet as wrapped Set (#19) (@junyuan-chen)
- Add AbstractDIDResult with improved interface and subtypes (#20) (@junyuan-chen)
- Improve subset selection and add show method for AbstractDIDResult (#21) (@junyuan-chen)
v0.2.1
DiffinDiffsBase v0.2.1
Merged pull requests:
- Fix performance issues with specset (#11) (@junyuan-chen)
- Improve treatment and parallel types and add pause option to proceed (#12) (@junyuan-chen)
v0.2.0
DiffinDiffsBase v0.2.0
Merged pull requests:
- Add MakeWeights and fix some issues with procedures (#2) (@junyuan-chen)
- Add a helper function _getsubcolumns (#3) (@junyuan-chen)
- Improve the interface of defining new StatsStep types with groupargs (#4) (@junyuan-chen)
- Avoid excessive specialization of treatment and parallel types (#5) (@junyuan-chen)
- Add parse_intercept and methods for empty tuples (#6) (@junyuan-chen)
- Add methods for accessing fields in DIDResult (#7) (@junyuan-chen)
- Add functions _treatnames and treatnames (#8) (@junyuan-chen)
- Remove type parameters for SharedStatsStep and PooledStatsProcedure (#9) (@junyuan-chen)
- Improve StatsSpec and fix an issue with macro did (#10) (@junyuan-chen)