Recent Releases of https://github.com/blockresearchgroup/compas_session
https://github.com/blockresearchgroup/compas_session - v0.6.0
Added
- Added
compas_session.lazyload.LazyLoadSession.datadirname. - Added
compas_session.lazyload.LazyLoadSession.recordsdirname. - Added
compas_session.lazyload.LazyLoadSession.tempdirname. - Added
compas_session.lazyload.LazyLoadSession.historyfilename. - Added
compas_session.lazyload.LazyLoadSession.settingsfilename. - Added
compas_session.lazyload.LazyLoadSession.versionfilename. - Added
compas_session.lazyload.LazyLoadSession.tolerancefilename. - Added
compas_session.lazyload.LazyLoadSession.load_tolerance. - Added
compas_session.lazyload.LazyLoadSession.dump_tolerance. - Added
compas_session.lazyload.LazyLoadSession.load_settings. - Added
compas_session.lazyload.LazyLoadSession.dump_settings. - Added
compas_session.lazyload.LazyLoadSession.load_scene. - Added
compas_session.lazyload.LazyLoadSession.dump_scene. - Added
compas_session.lazyload.LazyLoadSession.load_history. - Added
compas_session.lazyload.LazyLoadSession.dump_history. - Added
compas_session.lazyload.LazyLoadSession.load_tolerance. - Added
compas_session.lazyload.LazyLoadSession.undo. - Added
compas_session.lazyload.LazyLoadSession.redo.
Changed
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.5.5
Added
Changed
- Fix bug in
compas_session.session.Session.recorddue to unwritable tempdir.
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.5.4
Added
Changed
- Changed session "name" to be an optional parameter. Name of the parent directory is used when no other name is provided.
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.5.3
Added
Changed
- Changed tolerance support to implicit implementation.
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.5.2
Added
- Added support for session tolerance.
Changed
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.5.1
Added
Changed
- Changed
compas_session.lazyload.LazyLoadSession.get(..., filepath=...)to convert path to a string before passing on to the constructors for compatibility with Rhino.
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.5.0
Added
- Added
compas_session.lazyload.LazyLoadSession. - Added
tests/test_lazy.py.
Changed
Removed
- Python
Published by github-actions[bot] 9 months ago
https://github.com/blockresearchgroup/compas_session - v0.4.5
Added
Changed
Removed
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/blockresearchgroup/compas_session - v0.4.4
Added
Changed
Removed
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/blockresearchgroup/compas_session - v0.4.2
Added
Changed
Removed
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/blockresearchgroup/compas_session - v0.4.1
Added
Changed
- Fixed bug in
compas_session.session.Session.load()due to unintentional resetting.
Removed
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/blockresearchgroup/compas_session - v0.4.0
Added
- Added
pydanticas requirement. - Added
compas_session.settings.Settingsbased onpydantic.BaseModel. - Added
compas_session.session.Session.sceneas default scene. - Added
compas_session.session.Session.settingsas default settings.
Changed
- Changed
compas_session.namedsession.NamedSessiontocompas_session.session.Session. - Changed serialisation dict of session to
{"data": ..., "scene": ..., "settings": ...}.
Removed
- Removed
compas.scene.Scenefromcompas_session.session.Session.data.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/blockresearchgroup/compas_session - v0.3.0
Added
Changed
- Fixed bug related to missing
kwargsincompas_session.namedsession.NamedSession.__new__.
Removed
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/blockresearchgroup/compas_session - v0.2.0
Added
- Added
compas_session.namedsession.NamedSession
Changed
Removed
- Python
Published by github-actions[bot] over 1 year ago