Releases: psrenergy/PSRClassesInterface.jl
Releases · psrenergy/PSRClassesInterface.jl
v0.12.0
PSRClassesInterface v0.12.0
Merged pull requests:
- Fix
OpenBinary.Writer
(#187) (@pedroripper) - Update README.md [no ci] (#188) (@pedroripper)
- Add SQLite compatibility with new module (#190) (@pedroripper)
- Update Project.toml (#191) (@guilhermebodin)
Closed issues:
- Error when closing incomplete file (#186)
v0.11.1
PSRClassesInterface v0.11.1
Merged pull requests:
- Fix
load_study
(#182) (@pedroripper) - Update Project.toml [no ci] (#185) (@guilhermebodin)
Closed issues:
- Add verbose mode in PMD parser (#167)
v0.11.0
PSRClassesInterface v0.11.0
Merged pull requests:
- Fix support for negative states + Add tests (#175) (@pedromxavier)
- Fix MERGE_CLASS (#179) (@joaquimg)
- New validation (#180) (@joaquimg)
- Update Project.toml (#183) (@guilhermebodin)
v0.10.3
PSRClassesInterface v0.10.3
Closed issues:
Merged pull requests:
- Recover
initialize_study
with deprecation notice (#160) (@pedromxavier) - Minor changes in OpenBinary (#172) (@raphasampaio)
- Small fix in
src/utils
(#174) (@pedroripper) - Add verbose option to
create_study
(#177) (@pedroripper) - Update Project.toml (#178) (@guilhermebodin)
v0.10.2
PSRClassesInterface v0.10.2
Merged pull requests:
- [PMD] Make
MODL:
optional (#165) (@pedromxavier) - Update Project.toml (#168) (@joaquimg)
v0.10.1
v0.10.0
PSRClassesInterface v0.10.0
Closed issues:
- Add
defaults
andrelations
toData
struct (#125) - Add a way to get the file name from a Reader in the OpenBinary module (#152)
Merged pull requests:
- Rename collection in relation mapper (#150) (@pedroripper)
- Add manual for files to the docs (#151) (@pedroripper)
- Add
_file_name
forOpenBinary
reader and writer (#153) (@pedroripper) - Bump to 0.10 (#154) (@raphasampaio)
- Add kwargs to array_to_file (#156) (@guilhermebodin)
v0.9.0
PSRClassesInterface v0.9.0
Closed issues:
- Make an example where we add a collection to a reference collection (#51)
- Add regular binary to single binary conversion and test (and vice versa) (#92)
- Add Template for creating elements (#96)
- Add manual tutorial on how using the modification API (#97)
- Allow having binary files referenced inside the JSON (#98)
- Create reference_id on element creation (#99)
- Cache reference_id of all elements for faster handling of relations (#100)
- Allow deleting elements (#102)
- Allow defining relation in runtime (#108)
- Allow defining new class or attributes in runtime (#109)
- Handle JSON with its own definition of "modeltemplates" (#110)
- Handle GrafScenarios (#113)
- Create a Tables.jl interface to GrafScenarios (#115)
create_element!
does not support attributes with dimension (#126)- Add JuliaFormatter to the project and to CI (#132)
- How should we treat attributes of type
Reference
? (#133) - Add JuliaFormatter and formatter ci (#135)
- Change relation type from Int to String in relations default JSON (#142)
- Access relations via relation name (#143)
- Change relations default JSON (#144)
- Add StageType = 4 (hour) for NCP databases (#146)
- array_to_file does not support
is_hourly
and it should (#148)
Merged pull requests:
- Enhance
modification_api.jl
(#116) (@pedroripper) - Add file to array test (#118) (@guilhermebodin)
- Add methods for GrafScenarios (#124) (@pedroripper)
- Add docs for modifying a study (#127) (@pedroripper)
- Fix methods for attributes with dimensions (#128) (@pedroripper)
- Enhance OpenBinary Reader (#129) (@pedromxavier)
- Add JuliaFormatter (#136) (@pedroripper)
- Add Aqua lint (#137) (@pedroripper)
- Move default relations to
Data
(#139) (@pedroripper) - change next_registry order in docs (#140) (@viniciusjusten)
- Add PMD parser support for Relations & Class definitions (#141) (@pedromxavier)
- Added stage type = 4 (#147) (@raphasampaio)
- add is_hourly to array_to_file function (#149) (@viniciusjusten)
v0.8.0
PSRClassesInterface v0.8.0
Closed issues:
- Add new examples (#46)
- Fix
get_vector_map
for thermal plant and fuel consumption (#87) - Instantiation using
PSRI.create_element!
(#101)
Merged pull requests:
- New API (#84) (@pedromxavier)
- Tn/fix get vector map (#89) (@thiagonovaesb)
- Add methods for study and element creation (#103) (@pedromxavier)
- PowerInjection to Bus relation (#105) (@joaquimg)
- Description attributes (#106) (@joaquimg)
- Fix casting (#107) (@joaquimg)
- updating manual.md (#120) (@thiagonovaesb)
- improving examples (#121) (@thiagonovaesb)
- Protect bin/hdr header from old style (#123) (@joaquimg)
v0.7.2
PSRClassesInterface v0.7.2
Merged pull requests: